Loading Tool

Explorer IconExplorer

Memory Pool

44,589 transactions
27.43 vMB
0.06299397 BTC
Random Selection Loading Transactions
Max Size: 144.56/200 MB

Candidate Block

Mining Attempt 9562d90f94e5ab18208fc75a4c72b353ee064880e9dcd96486d500bcc227babd
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 8d187ef63db3880bb0d2f2ad334cb3247f294ae7f6eef2bbff46ffd3e08a3ec6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.01160204 BTC
Feerates: 134.30 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (457,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,838 457,838 000000000000000000e4bb26d4817b41085aa77ee23d657e13dce55e6f2f3bbd 2,128 1.00/1.00 vMB 366
457,837 457,837 00000000000000000182f54fcf856ff6bb6360d271fec37c0b2ffdf7cb824703 2,319 1.00/1.00 vMB 207
457,836 457,836 000000000000000001c0855972bff967f45ca1d839eaad754b40a3d321973762 1,575 0.68/1.00 vMB 188
457,835 457,835 000000000000000000f607b770ff7ab8702fd3540e3f2780dbf5e0cad38b2285 165 0.09/1.00 vMB 130
457,834 457,834 000000000000000001d733940bc28665ce12f4c3ded1de2e950ddf181e7c01e9 94 0.23/1.00 vMB 19
457,833 457,833 000000000000000001e454b3e0e7bacdd4415ed3bd9aa726a7f3e40566e27423 1,883 1.00/1.00 vMB 125
457,832 457,832 000000000000000001aa20f05e443456a5a25213776fa5439e7bb35731ebe4a8 2,023 1.00/1.00 vMB 149
457,831 457,831 000000000000000000aefef3fc67e02d0beebfe403f05085b6ddcb4d499aee52 2,421 1.00/1.00 vMB 201
457,830 457,830 0000000000000000009bcbeba6a1f8c6ee99624e9ef3310280d63554f444c120 1,597 0.84/1.00 vMB 107
457,829 457,829 00000000000000000231e90e22b1d5e7b430121c7519a150bb48a1a641bcccaf 2,101 1.00/1.00 vMB 163
457,828 457,828 0000000000000000019fc79d2aecf8e33dede4de39254b46059dbf4f1fd003ff 1,949 1.00/1.00 vMB 174
457,827 457,827 000000000000000000ed22e151d2b6b2da1f56bbb1d5b1d63548d8487029a65f 293 1.00/1.00 vMB 18
457,826 457,826 00000000000000000030f48c55e8f7e8b01545ea8c1f9a321d5c3a7a6c030bae 2,003 1.00/1.00 vMB 96
457,825 457,825 000000000000000001d824f3923e40c0569bf677dbd40f6472457556677b6458 1,988 1.00/1.00 vMB 139
457,824 457,824 00000000000000000211775cb8cbdb890baeb7f073052ccf0c9fdbef80327310 1,673 1.00/1.00 vMB 117
457,823 457,823 000000000000000001688cb8c78b65ea3e9066fd0cd3410ca74e3d23ae3664a9 2,310 1.00/1.00 vMB 171
457,822 457,822 0000000000000000020846764b91a0a210f61fa4f4081d31efb364f2a97ea992 2,398 1.00/1.00 vMB 137
457,821 457,821 0000000000000000024bed7f51aca23be6d37d7034927cd7dfa0b759e90c36d6 375 0.17/1.00 vMB 194
457,820 457,820 0000000000000000008e48bab0b43b5353c5761f67720816d89c84d83ef86956 1,545 1.00/1.00 vMB 155
457,819 457,819 000000000000000001ac428f33bc6a471de08bf988294f5e890e843de5892d0a 2,698 1.00/1.00 vMB 212
457,818 457,818 000000000000000000f671bebebf476e0556aedd27fb7b558f59ca3ce5a401e8 1,149 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.24 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.