Loading Tool

Explorer IconExplorer

Memory Pool

85,419 transactions
31.87 vMB
0.20525416 BTC
Random Selection Loading Transactions
Max Size: 190.59/200 MB

Candidate Block

Mining Attempt 1a46979f3aea0580b4e1eab56947a9fefa9a4e2a1c6492c12a9ea3500a7d50d7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 956e7f672c34d8bd2d70165e1c0bc1d600cd3c1b7538cca0dece58b73a55fbf8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.09307485 BTC
Feerates: 529.10 > 9.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (533,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,072 382,072 000000000000000011308a9075a67b3e0d3d8dd110ec18c853db06786104badf 2,048 1.00/1.00 vMB 34
382,071 382,071 000000000000000002d4488492c9264a97ac46327f38fc04ebfe53567f7d230d 1,401 0.99/1.00 vMB 28
382,070 382,070 000000000000000011a0daafbec7282dd47c4fe2e318de1f3299b15b6154e109 1,460 0.75/1.00 vMB 44
382,069 382,069 000000000000000007e0e87cc533a2917ca965973f0330d360ed9ba50b9d9977 462 0.75/1.00 vMB 16
382,068 382,068 00000000000000000e2c662d056af9c9ff8b0dbbe25a0325e0c0fe7436070e7e 1,446 1.00/1.00 vMB 29
382,067 382,067 00000000000000000d688ece72d57cd017c66ad273322e0516027b3a277a490e 574 0.99/1.00 vMB 12
382,066 382,066 000000000000000002c07df66a3d1c01e1f19182f91ad58179790eeac25c6ba0 1 0.00/1.00 vMB 0
382,065 382,065 0000000000000000040b0e66284c075dbdda5a7d0c74eaedf9b11ea170f5415a 929 0.93/1.00 vMB 20
382,064 382,064 00000000000000000ab01d10d43f1acd57deb8091af6d449efced291c06fc2c8 1,378 0.75/1.00 vMB 37
382,063 382,063 000000000000000010a263781c7b8325e09dd97d23563a7e67ce45b848fbc23b 2,052 1.00/1.00 vMB 39
382,062 382,062 00000000000000000488942d79db7accb1f54075ced06f19096462d97da39712 546 1.00/1.00 vMB 19
382,061 382,061 0000000000000000031a06c485103c819a80b9fe23d8d4fb83e44c9c183187b5 622 0.91/1.00 vMB 19
382,060 382,060 000000000000000004f8c0c8a3478cdde72a72d9ca5db7a0c6c3972a4d68607c 1,044 0.95/1.00 vMB 21
382,059 382,059 0000000000000000004ebbdb1a745fa89bcf4e5356e508bdd337253f2527203f 1,406 1.00/1.00 vMB 22
382,058 382,058 00000000000000000a2857fadf3f160d5f412f59aa1a7b34b121603b6ba90c9b 2,473 0.93/1.00 vMB 49
382,057 382,057 00000000000000001052bdbb920547f35d8341910617c7ec2577591d04f9e687 1,331 0.93/1.00 vMB 31
382,056 382,056 00000000000000000d0c54b3fdc35edcf4126d2137c8669d2c326dee2accb4c9 1 0.00/1.00 vMB 0
382,055 382,055 00000000000000000e09e9408e6c8077fc27a6c0aca208f6be2da59462f9c2a5 656 0.75/1.00 vMB 20
382,054 382,054 0000000000000000037f76c22747701d0534d0a032c509c40e8f384421fd0607 1,408 1.00/1.00 vMB 27
382,053 382,053 00000000000000000efb76c4be6ec42b7323f0c872c2e1666f4ee7b6f769858b 500 0.30/1.00 vMB 31
382,052 382,052 000000000000000009d873ff50481bf6d5cf0bf89ca300136418aeca5ee24003 1,986 0.80/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.