Loading Tool

Explorer IconExplorer

Memory Pool

77,176 transactions
28.74 vMB
0.07486337 BTC
Random Selection Loading Transactions
Max Size: 174.07/200 MB

Candidate Block

Mining Attempt 3235223e7fb4dbbf868c7d9e482ffb1380dd7e95a36c01cfbe9063ed00e64208
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 907c2cb3d33e91d4a656cd623c0d1ef2032d80e57118a70d635f698ac9883375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,990
Size: 1.00 vMB
Total Fees: 0.01516954 BTC
Feerates: 71.79 > 1.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (486,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,721 428,721 0000000000000000022145bab6f6ea05f477210e9e7f991f74bf9178e9567c50 2,452 1.00/1.00 vMB 43
428,720 428,720 0000000000000000038aadb0b47c98b01455a06e485202e6e142d995f0ae4efd 1,453 1.00/1.00 vMB 38
428,719 428,719 000000000000000002251084a68e23a465f1f6665f36d608618cb3e97e61c96e 2,820 1.00/1.00 vMB 68
428,718 428,718 000000000000000001ea02c54396541f99b3fa6b627e36e8a8ee4528736d42cf 2,107 0.99/1.00 vMB 70
428,717 428,717 0000000000000000011948b6043895d83df78a2f4111a4686131b1d5afd232c7 2,181 1.00/1.00 vMB 51
428,716 428,716 000000000000000004101a8449faba867f2a582fd6de750bd10da57a96e9a30c 2,785 1.00/1.00 vMB 73
428,715 428,715 00000000000000000247650f40e625a73c6f9dc4902f6e14fcd29aa1c650c100 271 0.10/1.00 vMB 81
428,714 428,714 000000000000000003423b611a986456f49feae5427e6bcbcfa8f0a7f838d243 2,308 1.00/1.00 vMB 48
428,713 428,713 00000000000000000335b122cd224b382f59dd2e857de99ae1cb336493db4154 1,122 1.00/1.00 vMB 25
428,712 428,712 00000000000000000135adf9807ace4a31611bee3f5b04d8c6a9f539cdcaaf48 2,024 1.00/1.00 vMB 41
428,711 428,711 000000000000000004db103bf68160b9e5f707b4ad574526c92e647e97d0b0ff 2,106 1.00/1.00 vMB 62
428,710 428,710 00000000000000000475892ab4f297b267d8f62e54a3c1892a99559cc92d42b6 2,390 1.00/1.00 vMB 63
428,709 428,709 000000000000000002d45110667e856d38ca60131a307c248fe8fda2e68ce4c8 2,481 1.00/1.00 vMB 59
428,708 428,708 000000000000000002e644276c80080e1e9f8981cd3faf5953a44f1e2bd5cbed 2,384 1.00/1.00 vMB 64
428,707 428,707 000000000000000000b317987223bf76ca1436314f92fdc0a2d656d606aace20 2,808 1.00/1.00 vMB 92
428,706 428,706 00000000000000000118deb11d75ac328f418184d0445532fcf8283375685b3a 917 0.47/1.00 vMB 33
428,705 428,705 00000000000000000129f5b1131229e4522f1d92b6bed93a509e0c5ac7126660 1,936 0.99/1.00 vMB 41
428,704 428,704 000000000000000000a14505dfb663e5d548631d41d2f2b945bf6c649f0d1e90 2,075 0.75/1.00 vMB 84
428,703 428,703 0000000000000000023f3acd1b401a35cbca428438853c95b758d6879762bd4d 482 0.17/1.00 vMB 70
428,702 428,702 000000000000000001a010fbec8b147a8d593818fc83f10f44ef48ff59193a1a 710 1.00/1.00 vMB 15
428,701 428,701 00000000000000000040b5d4e0b5069ff75b81253172f186b7642c0934f4942c 1,640 0.97/1.00 vMB 33
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.13 GB
    • Received: 16.41 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.