Loading Tool

Explorer IconExplorer

Memory Pool

82,232 transactions
30.53 vMB
0.13339808 BTC
Random Selection Loading Transactions
Max Size: 183.95/200 MB

Candidate Block

Mining Attempt d2b1e3a4b97892e35a32cab1f38e07e40387230ec05d2c21af66012370640bac
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root ace409cfa4e9289d25dd16f400479fd349909ad906d51d3d57ce3c0297a31f4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.06998323 BTC
Feerates: 203.60 > 7.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (461,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,830 453,830 000000000000000000e2adf5f6ad758a074cae4bae18c81235c68844757443a1 2,218 1.00/1.00 vMB 58
453,829 453,829 000000000000000000da6f4dabff25c12d5ac31a3f2842e5983ee47b4ea7d20a 2,294 1.00/1.00 vMB 102
453,828 453,828 000000000000000001f15ac9341c90e6e9b877d2f958bbaacc3fa2f4bf952282 1,857 1.00/1.00 vMB 94
453,827 453,827 00000000000000000272942877c54c3a19a1ff82e1eb75a53c0f672b5fde6032 1,851 1.00/1.00 vMB 113
453,826 453,826 00000000000000000075c62880c0a3e2244d164673ce10a73a634806b4ee21b4 2,248 1.00/1.00 vMB 150
453,825 453,825 000000000000000001036d0d54d2b69f06ecaa4135af190a986ef0b08e2eb34e 1,910 1.00/1.00 vMB 88
453,824 453,824 0000000000000000019ca63484f8251b15647869d4c36ec5b201277f3e2aa70b 2,640 1.00/1.00 vMB 125
453,823 453,823 0000000000000000024a949ab0a295f043e3776160d2be507604de4e5c0c9074 1,846 1.00/1.00 vMB 96
453,822 453,822 000000000000000000826dbaad4cabe16aa6b57f6dbd022cb737dfbbbd638362 1,854 1.00/1.00 vMB 63
453,821 453,821 000000000000000000440619d209f053be7292f5ab85dca6df1ac7bae49dba34 1,953 1.00/1.00 vMB 108
453,820 453,820 000000000000000002370bfe4de475a9bdd6e301af74313e22894aeced04b913 2,710 1.00/1.00 vMB 67
453,819 453,819 000000000000000001cc4548ee988fda32881765435ea033e6e6ff35f517cbae 1,749 1.00/1.00 vMB 93
453,818 453,818 0000000000000000025e87459122b2e9c7ea65ce7f7a906b7f1f5660406c2216 2,062 1.00/1.00 vMB 129
453,817 453,817 0000000000000000020bd7d03a20a37ddbc0dc30fa75e9e83001bae514f4256a 2,060 1.00/1.00 vMB 157
453,816 453,816 000000000000000002204d1e9885416bfef39a2259a48a3eb5d36b6e8e21fad7 2,037 1.00/1.00 vMB 121
453,815 453,815 0000000000000000018857a1425c8b0c8bf246cea58211e4e012b7e8c74bac27 3,240 1.00/1.00 vMB 66
453,814 453,814 00000000000000000018a68ccacd49c3a1819b03b05e87ce9050b9736ed7b477 1,977 1.00/1.00 vMB 83
453,813 453,813 000000000000000001b53f071e3fa37f5374a73f17c637425498b7d21d6ce44c 2,297 1.00/1.00 vMB 137
453,812 453,812 000000000000000001f984db1c87909b526248ff665fdd78b306a872fc2f4458 2,033 1.00/1.00 vMB 147
453,811 453,811 0000000000000000027c45bd19ab277c1cf76f5b2db42bb8636608b3e74500ac 2,097 1.00/1.00 vMB 135
453,810 453,810 00000000000000000041900f0faf768ffbc7915c8b005a7698da7241554068eb 2,354 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.34 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: 661.30 GB
    • Received: 14.80 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.