Loading Tool

Explorer IconExplorer

Memory Pool

39,771 transactions
25.73 vMB
0.05044824 BTC
Random Selection Loading Transactions
Max Size: 133.95/200 MB

Candidate Block

Mining Attempt fe46686860dd011d125934b8bd72f0e04ae6c3ef135481976df40efd34c5bda1
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root a880a15f0726539450e22755da3f003d1a1b37c750b194d1e27059153eab60ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,146
Size: 1.00 vMB
Total Fees: 0.00380720 BTC
Feerates: 61.00 > 0.38 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (426,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,515 488,515 0000000000000000002fbfbc9397bcd8447634940272c5658cf1eb9b678e0b6c 2,151 0.91/1.00 vMB 24
488,514 488,514 000000000000000000bf28679337b38c52ad583f77a7e40e7ea8f9de2eb0242e 2,190 0.97/1.00 vMB 120
488,513 488,513 00000000000000000084f2f2d3e8ffe1c7b5f4720caf906702d1d0d0a3ab9c73 1,586 1.00/1.00 vMB 24
488,512 488,512 000000000000000000ce7b0f6bc0e3c2921fe667dd8e8e1e3c734e92af1ced38 1,689 1.00/1.00 vMB 115
488,511 488,511 000000000000000000772f1a1a09e8e600954be72efeba1d4f2e93c56a1b7222 491 0.20/1.00 vMB 169
488,510 488,510 000000000000000000858b85fc40316e5fd07b085502506559671e96f304cf74 1,060 0.97/1.00 vMB 31
488,509 488,509 00000000000000000095b8f42ab53956052145534d9e1683c3b1a97668b5d802 1,813 0.93/1.00 vMB 103
488,508 488,508 0000000000000000004d04df879c7073bd49b7a93165b175f93f7c363f5df6d3 1,916 1.00/1.00 vMB 138
488,507 488,507 000000000000000000c64864d1214f4a7ef2af43e13296f9ab8c1d55d59ddf15 1,455 1.00/1.00 vMB 116
488,506 488,506 000000000000000000870fb277ce41d8c34e60282a16f1ce4a24ad63ea0e3213 2,324 0.95/1.00 vMB 192
488,505 488,505 0000000000000000007b634b3278a4d75744e77129bb961126246a6e5b7d06a6 1,400 1.00/1.00 vMB 99
488,504 488,504 000000000000000000494e8acb0bd31723f9e06c57505d06eec9adced982e205 33 0.01/1.00 vMB 434
488,503 488,503 0000000000000000009eb69765dff68366683df66504dd255c8ad6fff2184b37 1,994 1.00/1.00 vMB 155
488,502 488,502 0000000000000000002bae505557b248a067afd8ce8b0ac0b73263ba99925198 993 0.45/1.00 vMB 178
488,501 488,501 0000000000000000008763e866024b1924021f5eb09703793e25a671ca4f0a3e 224 0.08/1.00 vMB 141
488,500 488,500 0000000000000000009bd6dbe44a8e7169abd53223c28f7622e2368b185bb26c 1,817 0.80/1.00 vMB 116
488,499 488,499 000000000000000000c8365c1b69b14469257e64063f9fada6a37f5c9f21a9da 124 0.04/1.00 vMB 119
488,498 488,498 0000000000000000002c3caefefd142cca83f3edcae575ad663a1017656180df 2,372 1.00/1.00 vMB 90
488,497 488,497 000000000000000000b611b7693a1b26f763c25e8b0b1e66def99bdfa7910ff1 2,093 0.96/1.00 vMB 144
488,496 488,496 000000000000000000a08d245c13dc8394652a1f86f47cff0a0b6e3f80c644e0 1,326 0.90/1.00 vMB 71
488,495 488,495 000000000000000000c1f8064452d80908fef0bfd054445132631b96fe9298df 1,130 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.