Loading Tool

Explorer IconExplorer

Memory Pool

17,317 transactions
7.53 vMB
0.03280294 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.71/200 MB

Candidate Block

Mining Attempt 40433c6718a9bbc627690f247b3186e77e9cbe9dbdf6ecf4159cf657d555db1e
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root 6aa2e8de0f29c099771af7c4365b4174582332646ebafc3281051cd79de6d395
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 1.00 vMB
Total Fees: 0.01799304 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (717,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,151 196,151 00000000000002ae60c5ef6bf1178efe55ed0fb356595aa5d666542a9494bb67 64 0.13 vMB 17
196,150 196,150 00000000000000ebc3598202bac190ec0fcee4ce56403b22656ea1abaaef5b0b 256 0.12 vMB 106
196,149 196,149 000000000000062ffcd588df8e0e89b1e6f043edbf32f5dd618065e027ea44c3 79 0.03 vMB 122
196,148 196,148 0000000000000143b2d3d29bc9b56ca1528bb7b67c0a09419bcde5adc02263c3 151 0.07 vMB 131
196,147 196,147 000000000000001d5e61c1d39e4fc4bbccbb3f551d01bc6358774f652b5306b1 378 0.12 vMB 153
196,146 196,146 00000000000001c3abc123f20484c1c902ec8f87e7ac5d17ea04c250be7a7293 670 0.25 vMB 137
196,145 196,145 00000000000005fac5931589d1c9070243085f5db5e066754ddc217507b6bad6 56 0.02 vMB 1,062
196,144 196,144 00000000000005943cb5ed93deb4ac37e11136f404b3c68e7b01b85a61382e95 167 0.05 vMB 87
196,143 196,143 000000000000009f0576a7f31a52c906bc136a0d4458d9a180dd44fbbf66364d 177 0.09 vMB 232
196,142 196,142 000000000000003078f0235da955e691078b036230b1297e4f648c33521b1961 129 0.06 vMB 298
196,141 196,141 00000000000000724490318a81f7a5cc82c6031d632ba9ad3058ff11f2585cdb 23 0.01 vMB 83
196,140 196,140 000000000000009c1ce204fab4bf3f0d597ea38597eadc46ee841c53a9f77f9a 98 0.04 vMB 187
196,139 196,139 000000000000051f035b36d73fa0d5094f55b210431baae2bad4321c56abfa0d 128 0.07 vMB 203
196,138 196,138 0000000000000292032d32272d415d5203140b847fd8d8a97ee82493a50e1f67 9 0.00 vMB 15
196,137 196,137 00000000000000c9319159eb833caa1c728c37a358a65235244b5261a468dedc 87 0.06 vMB 247
196,136 196,136 000000000000030fe756dcf434b5a9ce14338a8f7f28d97ab4c25fb7d0bd8f8c 37 0.02 vMB 309
196,135 196,135 0000000000000397f0de9236b51ca59c5a57fea5ba4d5398867ddbb67e800428 462 0.20 vMB 126
196,134 196,134 000000000000008a4e6b60c6430d82415dfabe6fdb29fe2ea8655c31584c910e 142 0.04 vMB 87
196,133 196,133 00000000000004bc28f2e6bf327af7da843dc43a14a29d56f43ec4ee57d0745c 32 0.01 vMB 0
196,132 196,132 000000000000005755243fe097315780f748d04fae1644844fe55e500b644da3 145 0.05 vMB 62
196,131 196,131 000000000000037fe183ee91622ac91c7bbca23e49d25db58fb90afbc996e646 590 0.25 vMB 303
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 304.75 GB
    • Received: 1.41 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.