Loading Tool

Explorer IconExplorer

Memory Pool

42,108 transactions
26.91 vMB
0.06284132 BTC
Random Selection Loading Transactions
Max Size: 141.10/200 MB

Candidate Block

Mining Attempt 07c8b002a686b70cc345d9945db6491cd1f15cee7be967af232779bccf6f414c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root dfd5000657963c0dda1b7146a8df8fb8090255032504c22787c3641a1872b2c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01288664 BTC
Feerates: 60.14 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (377,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,134 537,134 00000000000000000021caf0c87c63d1977491db8cb0e105e0232330bc20dd85 2,488 1.00/1.00 vMB 27
537,133 537,133 0000000000000000002b7814aca19b86fc3dbd5a894ba8b77a2e50b3a0b107fe 2,682 1.00/1.00 vMB 25
537,132 537,132 00000000000000000012f0c903b376fb7994831637da351ac7487133f4fc12f3 561 0.22/1.00 vMB 13
537,131 537,131 000000000000000000074514ef15efdbde15f99f34e3d437a0ad1a8c3debd8a8 1 0.00/1.00 vMB 0
537,130 537,130 000000000000000000021f9e56bb8dd13d85606cc19fa7bb2c493778c422b213 2,258 1.00/1.00 vMB 20
537,129 537,129 0000000000000000000ed7a2f0bdd88a16525b6efca6b18f16334186ac38f395 646 0.27/1.00 vMB 23
537,128 537,128 00000000000000000015577000aaf99536beb07eb9c95b920f9c87d0085ab855 396 0.20/1.00 vMB 34
537,127 537,127 0000000000000000001a218d35dbcaad1a4ec6855e3dc9ccd14694bf8092829a 1,524 0.65/1.00 vMB 26
537,126 537,126 000000000000000000219340e83b52c628bb5f5f59670ab39cba11e9805414b2 975 0.45/1.00 vMB 17
537,125 537,125 0000000000000000001a307301f6e997773f46344944c17aca308f0d3cb1edef 1,807 0.84/1.00 vMB 24
537,124 537,124 0000000000000000001610767d83be214f3c70197326c72f52029d209c8d0c99 287 0.19/1.00 vMB 11
537,123 537,123 000000000000000000180a62d1c25e7afdbbee4ad7b81dd083ad11df3a0f6589 88 0.04/1.00 vMB 20
537,122 537,122 000000000000000000083ff123909ae32d7b4953ecd2185bd4ecc5454fc9f217 978 0.56/1.00 vMB 17
537,121 537,121 0000000000000000001098f153b46f5b6e7b54e5cf0d02e6a1bf5e71595bacb7 1,315 0.66/1.00 vMB 9
537,120 537,120 00000000000000000015c42451fe6a6014ed19d8f84e8e450a880093529d750b 1,003 0.46/1.00 vMB 22
537,119 537,119 00000000000000000015ab23005cedd6ce9974381e6a4a1bf0173c6e67fadb82 1,349 0.93/1.00 vMB 12
537,118 537,118 000000000000000000258cd86e05a6dbe3139d94815b475111e7f6ae93d10410 1,880 1.00/1.00 vMB 10
537,117 537,117 0000000000000000001ce0be186d0f1ecab6f8f41339a5f8a4db65a41c1bdef4 2,598 1.00/1.00 vMB 6
537,116 537,116 0000000000000000001dae93fa66faa17f578b2f8c49412d8d8f80e295b8f6d0 2,611 1.00/1.00 vMB 34
537,115 537,115 000000000000000000260f086f1d76157879381445030183e0451b1b3660cebe 1,326 1.00/1.00 vMB 15
537,114 537,114 00000000000000000029a47f7b958f7776852b069c5202ef5efe62eed1bf2d8d 2,918 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.23 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.03 GB
    • Received: 14.23 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.