Loading Tool

Explorer IconExplorer

Memory Pool

78,115 transactions
28.98 vMB
0.07923299 BTC
Random Selection Loading Transactions
Max Size: 175.70/200 MB

Candidate Block

Mining Attempt 5256027e55bc99c5a869771a10e6258b5802253efb066c84cf22b7892b11db77
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root cc24b572da32fd6652ab47a1a49d6a30ec37fd0b5370c592b43151c83a1619cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,373
Size: 1.00 vMB
Total Fees: 0.01883867 BTC
Feerates: 100.81 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (108,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,590 806,590 000000000000000000017220aa48e6bbc3f5be0a4c9fe05f43a4ebc2c054cdeb 5,967 1.00/1.00 vMB 18
806,589 806,589 00000000000000000000e46012e708bf68d2210d7c051ba78446c2330475a8f4 4,631 1.00/1.00 vMB 19
806,588 806,588 00000000000000000002da97c6d09f9eb6275177b3708606a9b35b92929036fd 4,880 1.00/1.00 vMB 19
806,587 806,587 00000000000000000003a54632ffe255827dbffa054d3dfcd715c3e2fd45f114 4,878 1.00/1.00 vMB 16
806,586 806,586 0000000000000000000276b57ac9de36fb887e78deafab0c6689ce70b6f9f7b1 3,139 1.00/1.00 vMB 21
806,585 806,585 00000000000000000001bc9ba4b93969bf4b720cdf6d19eb8a9ae353efca5e24 3,976 1.00/1.00 vMB 28
806,584 806,584 0000000000000000000386e41edd45a3650b57a0e387d8f745779c257738b797 2,863 1.00/1.00 vMB 18
806,583 806,583 00000000000000000002c224409a297f5a2626808a4601734c9f45c4bd50e74a 2,622 1.00/1.00 vMB 25
806,582 806,582 00000000000000000001056833269c46bf9bdd0f0c5871682129c5fbd123f835 4,740 1.00/1.00 vMB 20
806,581 806,581 00000000000000000004d0a09b2eeb0298b2c25569a353ae4f4724fab1972eb1 3,104 1.00/1.00 vMB 17
806,580 806,580 0000000000000000000515837f241635a08076ea4d4501b0b5536eeb37ddf5f5 3,375 1.00/1.00 vMB 28
806,579 806,579 00000000000000000001a239d1b986f80a0ae6983b5e0cfc4f20dd85d083b561 3,034 1.00/1.00 vMB 23
806,578 806,578 000000000000000000021b457030525f0c863b9e844759c1ef8110c70fa3d45b 2,772 1.00/1.00 vMB 21
806,577 806,577 00000000000000000000357e3f85250eab06c63a1d6b79e8996e98c3de010d3b 3,672 1.00/1.00 vMB 29
806,576 806,576 000000000000000000003131d008dbb2d3fe6c5085b09e35b198f537a0040f92 2,557 1.00/1.00 vMB 22
806,575 806,575 00000000000000000001582ddfc2d350ac2bf148c0f8094bf70fe329d1e6efad 2,746 1.00/1.00 vMB 25
806,574 806,574 00000000000000000001b8dcdc138a4f0555a0e10a4415c396c690d9f36f4179 4,360 1.00/1.00 vMB 18
806,573 806,573 00000000000000000003319aec487cd0f9848d2581346e2f30638102af7db688 5,332 1.00/1.00 vMB 16
806,572 806,572 0000000000000000000289bde54f576585e3709d7b8ab87c46f2b4011b449889 3,431 1.00/1.00 vMB 19
806,571 806,571 00000000000000000002575ee26e1efa86c8de99eb41228445b807459e7f7f41 3,989 1.00/1.00 vMB 17
806,570 806,570 000000000000000000003410b43fc354d1667db91c39ed9e3ff4c268bf4296c9 4,752 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.