Loading Tool

Explorer IconExplorer

Memory Pool

77,185 transactions
28.75 vMB
0.07499877 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt a7c04b5ac136666815e86d7cb2da9f31110cc82033aacca04624052c0d2916c3
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 (460,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,641 454,641 000000000000000000c62e4871a59ba372dfb27c6fbc038b21ec9c4a96243259 2,550 1.00/1.00 vMB 160
454,640 454,640 00000000000000000235fcb0dd78a6c5155ee1e207bc14e8b893bb1122604a87 2,069 1.00/1.00 vMB 81
454,639 454,639 000000000000000000263c466ad0f5ae801bc483a0e6cafffd64194f70fc3294 922 0.37/1.00 vMB 68
454,638 454,638 00000000000000000265d3a1b3dd4ee95eafb1e9837c0dd4aecaa38eb5eeb7be 845 1.00/1.00 vMB 99
454,637 454,637 000000000000000002026e53a9fcf5ce81593153e8ba2187b118c3c0e51d15ff 926 1.00/1.00 vMB 105
454,636 454,636 00000000000000000200dd61422ff8e924a554b37bf427c42d87817b95919cf5 2,332 1.00/1.00 vMB 93
454,635 454,635 00000000000000000209aa4c21eef27ee7bae89e34836b0b6264fabdec88d257 2,000 1.00/1.00 vMB 143
454,634 454,634 000000000000000001e6979e4937edc02cf12c097070e89f49dacdf38a030691 2,264 1.00/1.00 vMB 136
454,633 454,633 000000000000000001e97621fba286d4cbb5726490c20a55c3507eb3c92ef1a4 2,408 1.00/1.00 vMB 114
454,632 454,632 000000000000000001d1e86b099dfa7645bce60893898445a105eb889215fe2d 2,532 1.00/1.00 vMB 167
454,631 454,631 000000000000000001e98da4151970822ea9cc199f4f6de47fce5a6c3053790e 1,751 1.00/1.00 vMB 57
454,630 454,630 0000000000000000001a5c49d8f7ac4fb38e30759e30a6b23bb3bf15e56f0b22 2,423 1.00/1.00 vMB 177
454,629 454,629 000000000000000001f27861982cddabf1be9a1ff0ac34b7158415409fc9434d 1,034 1.00/1.00 vMB 62
454,628 454,628 0000000000000000014073c23898ea137fe05e6f42224d53bd3e2a7c2a8ae8af 1,654 1.00/1.00 vMB 116
454,627 454,627 0000000000000000007bc61c5c668b66db83de6582f074492d664fc598709147 2,372 1.00/1.00 vMB 170
454,626 454,626 0000000000000000006c07fd8d9834af68b94cec8e3299fafe1ca5da9ab0a499 1,332 1.00/1.00 vMB 119
454,625 454,625 0000000000000000006e709a8fa53ec31f5eabeb0e14d0db2ca59b59d8d581c6 1,162 1.00/1.00 vMB 87
454,624 454,624 000000000000000000c6a743f9b2b66ef0cc4ac39dd597533b3de7e62e4d3536 1,362 1.00/1.00 vMB 99
454,623 454,623 0000000000000000004bb0d88a2165cc7974fbd76e3739e6fdc14235d54ebffe 2,291 1.00/1.00 vMB 172
454,622 454,622 00000000000000000162acc9106a6494521b6e85a8c63496b5934342a244440c 1,823 1.00/1.00 vMB 122
454,621 454,621 00000000000000000177159f152285dd7e7e5ae0ac72af91e327e23034ba87ce 2,165 1.00/1.00 vMB 182
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.