Loading Tool

Explorer IconExplorer

Memory Pool

35,588 transactions
25.98 vMB
0.06688083 BTC
Random Selection Loading Transactions
Max Size: 132.53/200 MB

Candidate Block

Mining Attempt 10099a8170d76eb4f73b980132f71bfdad1dd6f4e69008904d9d33ca338f3b13
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 01e653261e30e16bff5ce2e46ddc6db6ce39b4ff2dee021a32f6af1dc1ace6af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,717
Size: 1.00 vMB
Total Fees: 0.01922465 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (204,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,021 710,021 000000000000000000072c007b598421dd22746b33212116144267ce9ae6f2c5 1,791 1.00/1.00 vMB 6
710,020 710,020 0000000000000000000162a814b7d6dafb95a4ff0ceedf562f40ac8d38a05e2a 2,458 1.00/1.00 vMB 5
710,019 710,019 0000000000000000000263299e3366a864f1d5a5b3a1bfe42236d204ad24a7fa 2,863 1.00/1.00 vMB 16
710,018 710,018 000000000000000000090e6dfe98c3789116da2be75e9f2d097d595c4620e5c4 2,590 1.00/1.00 vMB 13
710,017 710,017 000000000000000000076aef31b4b7d605f7eaf32a06d4b8a9b689589b80d085 2,263 1.00/1.00 vMB 6
710,016 710,016 00000000000000000008e81d062dbdfe1d7db20a803b1f4ac238e7768f8458df 3,039 1.00/1.00 vMB 18
710,015 710,015 00000000000000000009177dcfc80ebd31d20a7abcfd515019d9737fa09a68d3 3,282 1.00/1.00 vMB 10
710,014 710,014 00000000000000000001b4b1738f1ca903fffb4508f7d8e78761332338fa9b26 3,665 1.00/1.00 vMB 14
710,013 710,013 000000000000000000085839e4c4087d5f0c4f8900830b8f4f9392dcdf86ab73 2,763 1.00/1.00 vMB 16
710,012 710,012 00000000000000000000d6750c0e4cea79bdec5572d34ea433012f01888bdff4 1 0.00/1.00 vMB 0
710,011 710,011 0000000000000000000615493d25e2b874aa5b148cb36eb61e0695d4e813a6b8 2,642 1.00/1.00 vMB 9
710,010 710,010 0000000000000000000a432643c296f816060885ef543ba8b77208ca16c44907 2,112 1.00/1.00 vMB 22
710,009 710,009 000000000000000000069e38fdc21d42973f1155c393c62d35abab9ddde9e72d 3,212 1.00/1.00 vMB 32
710,008 710,008 00000000000000000004ee29052e42dcab5034aad8e8e63304a66c4f55bfd033 2,427 1.00/1.00 vMB 2
710,007 710,007 0000000000000000000acbbe68b1f3e20cca7ec5d6c6fe9c225cf5c4a027f4ed 3,410 1.00/1.00 vMB 17
710,006 710,006 0000000000000000000945eb41375ad89bcc042ed1bf9baf08ab9dbd58b61b5a 2,226 1.00/1.00 vMB 9
710,005 710,005 00000000000000000009fb91e22d20b79965aef849dee6c2e3525f87143a5cf9 2,270 1.00/1.00 vMB 10
710,004 710,004 000000000000000000081da14bccec2c1b87a082065a74c48718ff5440dfb8ee 2,514 1.00/1.00 vMB 7
710,003 710,003 00000000000000000000cfeab623bcb7ff4cba31e5a7f87788a4f714435aae77 3,027 1.00/1.00 vMB 8
710,002 710,002 0000000000000000000357ece9d1a23199bd9442187563af353b3b2cbf4a7f23 3,003 1.00/1.00 vMB 8
710,001 710,001 00000000000000000000832564994660f3cf2403ccc8d9015194cdab8819d5bb 2,712 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.