Loading Tool

Explorer IconExplorer

Memory Pool

82,427 transactions
31.91 vMB
0.08314129 BTC
Random Selection Loading Transactions
Max Size: 193.63/200 MB

Candidate Block

Mining Attempt 2a4ff80be60cf37185ae97628dfdde589fe5ab41093044fa44a633c9c39d03f3
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4c5ba461ce02da0df878b5697e6cdcf39a0bf4d04118fa84e9d8aa54208c4717
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,518
Size: 1.00 vMB
Total Fees: 0.01347451 BTC
Feerates: 73.20 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (246,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,136 669,136 000000000000000000034ecb9e8f5de990407a79b5041e6931f05903a61f92cb 2,107 1.00/1.00 vMB 22
669,135 669,135 0000000000000000000b87c9109969e3908c3728280873e45c4b9119f2d3c58d 2,526 1.00/1.00 vMB 80
669,134 669,134 0000000000000000000654ee8d9ad298053d628588f872b4aa860bedb472a735 2,364 1.00/1.00 vMB 30
669,133 669,133 000000000000000000053489342607e4e7cc0af5b81c55da1097c2f118677b7d 2,983 1.00/1.00 vMB 127
669,132 669,132 0000000000000000000180396a00e70f91268dee539cfe164110886cec820491 2,392 1.00/1.00 vMB 88
669,131 669,131 00000000000000000004bc6ecf88a29d875d35917bb88957d3c8f52181c8aac4 881 1.00/1.00 vMB 122
669,130 669,130 00000000000000000001d9967f0711404a26676e5eef7f5543648760d11e6334 2,360 1.00/1.00 vMB 146
669,129 669,129 0000000000000000000b447c2d4f93bbd3b9d0f1d6f1404dbb441366258d56df 2,558 1.00/1.00 vMB 47
669,128 669,128 0000000000000000000cbd08df77779eec5a9364472b7ed3f726e5a6c81c83b2 1,707 1.00/1.00 vMB 38
669,127 669,127 0000000000000000000ae49d673f278629e8823a8e0aeaa28cec9dafdf44e8bd 2,635 1.00/1.00 vMB 101
669,126 669,126 0000000000000000000727ea07fbe1162647398ecd2733940a0db797d9cb255c 2,474 1.00/1.00 vMB 90
669,125 669,125 0000000000000000000438bc2292e52a98d5de071f493d6246b4dde3b2e8aa53 2,271 1.00/1.00 vMB 45
669,124 669,124 00000000000000000002922b98b00c93144ef0906e996b13b204537c2a2d5e7f 1,817 1.00/1.00 vMB 50
669,123 669,123 000000000000000000098414026253d213fad10512179b15449849c3050798e8 2,453 1.00/1.00 vMB 105
669,122 669,122 0000000000000000000a9fb5e1e74a563730712fed769e09ddd5d2d538bc7142 3,056 1.00/1.00 vMB 68
669,121 669,121 0000000000000000000a0a513dc6e2b97ad3404e3a65b265d1345033c3666bd6 2,197 1.00/1.00 vMB 82
669,120 669,120 0000000000000000000b839d09faa9947af0f4517d0188df240a175d3d48cb55 2,372 1.00/1.00 vMB 114
669,119 669,119 00000000000000000001335a008ababf72715cb59605e6dee6873af0c258ba31 2,185 1.00/1.00 vMB 73
669,118 669,118 0000000000000000000d3cb1d9cfc32ff0614ec43e1b605b3e0e57d5ebf78641 2,512 1.00/1.00 vMB 62
669,117 669,117 0000000000000000000a3dbf43b4ed1dfc2ad7a4b9bc634a6a305e53b7f4b8af 2,789 1.00/1.00 vMB 101
669,116 669,116 00000000000000000001b1480a4d8ad38534ce4d87109a39923fc105fe24c79d 2,968 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.