Loading Tool

Explorer IconExplorer

Memory Pool

79,834 transactions
29.97 vMB
0.10354125 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 3faacd21693b37b3f9add876868eb421bd10035531dea7f91dc4573478edcc3a
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 612a5e126c700f5939ff967baaee9b2acc1c12b342885d60e92f46f4e6aab8e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.03473233 BTC
Feerates: 477.45 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (414,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,690 500,690 0000000000000000004da4a33a87ad608ce1fabaca76f459e160e46c4124b7a2 2,152 1.00/1.00 vMB 801
500,689 500,689 000000000000000000089fb551c60afd2f274243a38901d0433ff23c88014582 2,512 1.00/1.00 vMB 1,082
500,688 500,688 00000000000000000024bbf4ac629a7d13e9c1ece6489220a81f448981440035 2,100 1.00/1.00 vMB 660
500,687 500,687 0000000000000000005b0639355f32c882e7e582c2e7a696c6f12b1b04c6dfa4 1,433 1.00/1.00 vMB 485
500,686 500,686 000000000000000000171ebd2ce0004eaf8de47ac23e6f4073d343aa4fa2aab7 1,543 1.00/1.00 vMB 318
500,685 500,685 000000000000000000941b2dacf76c9ce8ff8edbd0615df50c224a15bbacc25a 2,301 1.00/1.00 vMB 680
500,684 500,684 0000000000000000006179b296b28fdc7af32bfa38255a29693239d0ab94abf0 2,392 1.00/1.00 vMB 1,019
500,683 500,683 00000000000000000062330fe32ce7c54559fc57419d158235b088fe5434022d 1,607 1.00/1.00 vMB 498
500,682 500,682 0000000000000000006fbd7602154c2218164eee23ff6dc2146cdbcdd0f324f7 1,221 1.00/1.00 vMB 570
500,681 500,681 00000000000000000084e9f21655b9977281323aaf20e712a4f2eda899a6e8bc 2,475 1.00/1.00 vMB 891
500,680 500,680 0000000000000000003ce82d7566729138e60d1e185abc99230c6c7647581fd2 1,293 1.00/1.00 vMB 377
500,679 500,679 00000000000000000004f126147c5a15e0de52cc6b3e855249f9d55fb2eeafed 2,235 1.00/1.00 vMB 615
500,678 500,678 00000000000000000022e018ae5fc4c657d919982021a1d195e38c294285cf76 2,629 1.00/1.00 vMB 877
500,677 500,677 0000000000000000006dda7dba4c136e64369c5701d8bb5d015dce2118c033c4 2,464 1.00/1.00 vMB 886
500,676 500,676 000000000000000000935984d723c72788ab57d96394f9502d439751b665042b 1,977 1.00/1.00 vMB 971
500,675 500,675 00000000000000000079ce15c058d64072526e2c65cc051a5855484410b491a2 1,033 1.00/1.00 vMB 367
500,674 500,674 0000000000000000007a590899fa6842cdd909ca9db62391ae9a8b94c8548a02 2,173 1.00/1.00 vMB 690
500,673 500,673 00000000000000000082ef333b8e725601e9202e84bd50ad7d65915cd4a36b34 1,240 1.00/1.00 vMB 417
500,672 500,672 000000000000000000396f3048a01f2c772b0b5c9e597b5248829f9e8eb76c69 1,959 1.00/1.00 vMB 518
500,671 500,671 0000000000000000002df1015554d55090cb94d139e14aacade7ad08818a38de 1,861 1.00/1.00 vMB 620
500,670 500,670 000000000000000000090d0e0b995925817a118e9f5f5cde4646de4f67c7b212 1,175 1.00/1.00 vMB 386
Previous 10 blocks ↓
Total Size: 782.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.04 GB
    • Received: 16.12 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.