Loading Tool

Explorer IconExplorer

Memory Pool

16,745 transactions
7.46 vMB
0.03330224 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.00/200 MB

Candidate Block

Mining Attempt 89732c026651967f639cd1b57719ef3a160673084ccfb0e4628aa6e5830b8988
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 1ceed9c334942bba4c8a9e977ace101cfeec461de91aeea860dac14cf9930bb6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.01862616 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (706,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,411 207,411 000000000000028336667703d8bb8df2a149736d285ea1d8983c6a870dac4a26 59 0.03 vMB 123
207,410 207,410 000000000000015f69e578b58f8d5661cd0e271e3bc3d038f81630992ab26561 74 0.04 vMB 105
207,409 207,409 00000000000002410228fb6272a7c5bb9a36a56835edc0c6144c83ad45056b38 287 0.16 vMB 154
207,408 207,408 0000000000000157653b67f1dc66a9e0d8f8a039a1976249c68f538d201986b0 65 0.02 vMB 141
207,407 207,407 00000000000003902d704e388e9fb20d156cb5fd4a0319a3ef88a6ce149a5992 196 0.10 vMB 163
207,406 207,406 00000000000003cb8d055757859480373bb7510386802108b1763168210b8010 27 0.02 vMB 126
207,405 207,405 00000000000001be449213aeef70effb07d64d8f1c7ccc4345f6a45f0ae4c1e9 234 0.08 vMB 215
207,404 207,404 0000000000000282cd8dc0c28c8d429ac6a596a50867d72a6ef69a128938bd95 330 0.12 vMB 195
207,403 207,403 0000000000000214343bd5542ab9f22781563329de4f53fdde60323d09c55502 221 0.09 vMB 171
207,402 207,402 00000000000000c2ac33520ed6ec7a630a9a0877fd955db33e396599bb059964 43 0.02 vMB 141
207,401 207,401 00000000000004094d9c4e4ae0407068a3bbd3b30f60fdad54c4779d235b99da 417 0.21 vMB 161
207,400 207,400 0000000000000019362ef5e1518df785650927727771046bf46ec9d29422ddbb 129 0.05 vMB 135
207,399 207,399 00000000000003f6e595cb59a6c3f914c6db10a8e3f97c75ff3ce56bd79fbfb9 776 0.25 vMB 278
207,398 207,398 000000000000014607560cb67ef34bcd9f2ec16a26b2f047f6423617d867fb0a 421 0.21 vMB 121
207,397 207,397 00000000000003159ed712f59a387a36f9b3e0c3b77a9c546ec9e79c7faefc46 270 0.15 vMB 171
207,396 207,396 0000000000000301cb4878c333cee4e9bf06fc1f789c5a9c5474aa607f54da89 465 0.17 vMB 212
207,395 207,395 00000000000004cecfa4f560fb35e717fd6006bdfd6624a588478fd6f2fcd248 1 0.00 vMB 0
207,394 207,394 0000000000000510b30dee7f8496786011ac55e3d06f5fe92da6853e6c290c82 37 0.01 vMB 201
207,393 207,393 00000000000001a7a42978f7a6299dfcf5ba766ef203869d0b2e9085f35f1fb5 1 0.00 vMB 0
207,392 207,392 0000000000000040562be3dfa1a55e3f210981c01eb0922b21528ec85d3e7367 588 0.21 vMB 222
207,391 207,391 00000000000003169638d93e2bf8885e777cf5d2d0f0ce70225cdd5bc272dc00 99 0.06 vMB 130
Previous 10 blocks ↓
Total Size: 779.63 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: 303.94 GB
    • Received: 1.39 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.