Loading Tool

Explorer IconExplorer

Memory Pool

76,884 transactions
28.55 vMB
0.06265292 BTC
Random Selection Loading Transactions
Max Size: 173.27/200 MB

Candidate Block

Mining Attempt 68bd5784b8bbf4923761116c26e9fa2034bd20a41c7f7ec21d201cabb70344aa
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root df93a4ca7fe52b125712352704479b5c727c7e679ee961715d54b3a939323544
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,072
Size: 1.00 vMB
Total Fees: 0.00329843 BTC
Feerates: 7.02 > 0.33 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (906,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
8,561 8,561 00000000b9703eeaebfcf46c17af5b413b205362be9f3c45201f648119a2ad25 1 0.00/1.00 vMB 0
8,560 8,560 00000000ad51e9525234e9ad796f9e86eed74111967d8fb214041c9e31cca5d6 1 0.00/1.00 vMB 0
8,559 8,559 00000000a8847fd5a6b57bcb460b431466c564983670a40161e704f8fc00e58a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.57 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: 670.26 GB
    • Received: 15.84 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.