Loading Tool

Explorer IconExplorer

Memory Pool

77,529 transactions
28.94 vMB
0.12232316 BTC
Random Selection Loading Transactions
Max Size: 174.98/200 MB

Candidate Block

Mining Attempt c228d8afe597c3059d691db1ccd807c08ddb473203b742f24a662b9a80efe6c9
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root fa2779f0b721d5490d6f5c695e3bba87d256b65e72fad8a9ca8ebae892abb435
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.06193308 BTC
Feerates: 108.69 > 6.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (906,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,582 8,582 0000000038485cf43edc17983f88e21db0a1c0230c4295e584bcb8610f2af8c2 1 0.00/1.00 vMB 0
8,581 8,581 00000000ed64dfd40acbbe9393ead18d82c16d82894304e4c36bedec3c1c90f5 1 0.00/1.00 vMB 0
8,580 8,580 000000004b3ee920cf26d98a05f9fdb481437746313dbb71ebc82a8d2befd92b 1 0.00/1.00 vMB 0
8,579 8,579 00000000a89935b4d97faa551d7857e2be7dedce240778a90a992a4add30a7bc 1 0.00/1.00 vMB 0
8,578 8,578 00000000d532ccd4d6aa232de2b2350680bad8deefd3eaae33a6a0d3de664371 1 0.00/1.00 vMB 0
8,577 8,577 00000000b6136fc0046b27f01a980ad6c33a7e39fc071d0ff39f974685a98a7f 1 0.00/1.00 vMB 0
8,576 8,576 000000004b58591a63574cd8932346e261357f8bbd0a2b95b5e8f10a72c01e0d 1 0.00/1.00 vMB 0
8,575 8,575 000000006862c7d7752b33db6dc770cba20c33fd5586decc8cfd84b350ae72b0 1 0.00/1.00 vMB 0
8,574 8,574 00000000e04953d178b1142b710bee3bb6e072d7a9505aff6d3a5d4a2a280262 1 0.00/1.00 vMB 0
8,573 8,573 00000000a4f0a244b21a76644c318d0f3df91d36cb0ca027bc79883424187f7f 1 0.00/1.00 vMB 0
8,572 8,572 000000002055ce92dc067a5097a5671bb43945ec580195b728741cccc1a050e8 1 0.00/1.00 vMB 0
8,571 8,571 00000000bc4bcd7794a12695376e0083f3dfb0ec3582025ecfcd908d3651c340 1 0.00/1.00 vMB 0
8,570 8,570 00000000132b99b9a546ad41729d7615d02a5461e878957951bab1ca2db14015 1 0.00/1.00 vMB 0
8,569 8,569 00000000954c9ba50cdfad508b066b2c318f54f14d0b4a5724cc3c6c4dce02cd 1 0.00/1.00 vMB 0
8,568 8,568 0000000055486616fe970fa8bdc9b735dd3b35e9193f7bbdaf5ce0eb4ed5cde7 1 0.00/1.00 vMB 0
8,567 8,567 00000000dd233dca7573fee337fb05740e539a4ccc153e8d73c4a92d1207a273 1 0.00/1.00 vMB 0
8,566 8,566 00000000b34b9a7ae8ea4703cbee350933c903eca08df98c0b2d5642d7ba8436 1 0.00/1.00 vMB 0
8,565 8,565 00000000f813dd91503284c6b4fb0e07fe19955d47c5609e84c563f022b6d010 1 0.00/1.00 vMB 0
8,564 8,564 000000007d282420eed81c2227818d78512670dc7d5938484fd5f3632456e665 1 0.00/1.00 vMB 0
8,563 8,563 000000004f2be766fb1d19ed74236b4a8c6cbf0ebd9a0efa391a1fa569daad49 1 0.00/1.00 vMB 0
8,562 8,562 00000000c82f27c2c7f3c053cc8533cba529e8634d617678686266ffd7f05566 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.