Loading Tool

Explorer IconExplorer

Memory Pool

89,301 transactions
33.07 vMB
0.20983894 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt b2dbef557db036ea53b293a9d4dbbab584baf24b4d50e8300c2810797f79cb0a
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root ad3de2d2910de245e7bcf12839ace13b43bd4c25cd7001c5712c836bfe1812ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.09424034 BTC
Feerates: 387.56 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (272,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,984 641,984 0000000000000000000a6d9d2413087df5ff834c1a33251100a9693edc2c107b 2,747 1.00/1.00 vMB 26
641,983 641,983 0000000000000000000acb04e7c542704660e61f16214dcbb1e2bf04fd1f5c16 2,898 1.00/1.00 vMB 125
641,982 641,982 0000000000000000000be0448f0b64cbb3442dc8ffd7f2acf05c556915828c9a 1,488 1.00/1.00 vMB 18
641,981 641,981 0000000000000000000dc62cea1f3f20acb342a00e4360a5d062fe73fd4ee4f1 2,360 1.00/1.00 vMB 43
641,980 641,980 00000000000000000002c3f62f575f0dbd11adf60e8470ea4b2e3abedf9725e2 2,257 1.00/1.00 vMB 69
641,979 641,979 00000000000000000006bc0dbaff999fb8c27e78087ef40221accf315e18dbe8 2,201 1.00/1.00 vMB 44
641,978 641,978 0000000000000000000c4977196bcce1e683bb65a4618a55d382257c602b73c3 2,625 1.00/1.00 vMB 157
641,977 641,977 0000000000000000000a9623001a31e6bc0c45bc8b97369ff9540e7973cf08cd 1,099 1.00/1.00 vMB 28
641,976 641,976 0000000000000000000f5551fea96968f283bff3b4d8062e6d1659bb583a94c2 1,587 1.00/1.00 vMB 38
641,975 641,975 000000000000000000102b0077388fd0a8ac4e54e2c249373235fea9c9c1405c 891 1.00/1.00 vMB 27
641,974 641,974 0000000000000000000569add6ee0be03bbb6837a72537e60c91cef1599b91dc 1,575 1.00/1.00 vMB 29
641,973 641,973 0000000000000000000fd892b68a8196184c63d0909f7ea6f4e32b6d7f9d1ffe 2,245 1.00/1.00 vMB 31
641,972 641,972 00000000000000000004f7ce069c6305e4c1841c44a4249b75283b5c1384c3ac 2,048 1.00/1.00 vMB 72
641,971 641,971 0000000000000000000c0d829d5ab8bb320cffb14b89d6fa88546753a7870cef 2,411 1.00/1.00 vMB 98
641,970 641,970 00000000000000000007898350381574cd3f5e1d2c55f77315f045a6ba50357c 1,858 1.00/1.00 vMB 71
641,969 641,969 000000000000000000098a46a5248d0e02fe945530422e2c5f0bb0a30c148896 2,045 1.00/1.00 vMB 50
641,968 641,968 0000000000000000000016286f7a94bf5530dcd7e3d23a938364e309b6e0d122 2,089 1.00/1.00 vMB 135
641,967 641,967 00000000000000000009b51d540cee6b3954312e59040e1ed79541411eb33e53 1,255 1.00/1.00 vMB 31
641,966 641,966 000000000000000000100d6cade6e9c03000bdaf53724e318b95edc6ef216ecb 351 1.00/1.00 vMB 9
641,965 641,965 00000000000000000006f34505c1c9887d209aa123739a4e83fa02b6cc458d42 686 1.00/1.00 vMB 20
641,964 641,964 0000000000000000000f7fc0016751373f53e4a0d2cdfab50c7bcf67f08d9a03 1,371 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.