Loading Tool

Explorer IconExplorer

Memory Pool

83,216 transactions
30.69 vMB
0.14455021 BTC
Random Selection Loading Transactions
Max Size: 184.72/200 MB

Candidate Block

Mining Attempt 343d68429f368d44e4e0118ddd5a391e94d126632005a5da3805294a612ad1b5
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (119,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,513 795,513 00000000000000000001a44a0ff369635f39a9ee561502204d0c79535a6eb903 1,622 1.00/1.00 vMB 15
795,512 795,512 00000000000000000001db399176fa4c8b9cfdec75cd827f37cd21e2e24c48c0 2,551 1.00/1.00 vMB 13
795,511 795,511 00000000000000000003ecb058444dea27a4335bb138ca789c1a2e4234bd9168 2,435 1.00/1.00 vMB 16
795,510 795,510 00000000000000000001f2d19b714a4437a07822af427e22628cb0cf01ee4549 2,912 1.00/1.00 vMB 16
795,509 795,509 0000000000000000000402f0a0d7b66b1b2c2f23c21b2d2674d39925cfb96e15 2,084 1.00/1.00 vMB 21
795,508 795,508 00000000000000000000f094c22f6ae27418c971db46f4b8d2b3219121fa1d53 2,409 1.00/1.00 vMB 39
795,507 795,507 00000000000000000002f8da9c6c98f1e6a87f92ef050d28db8ca35b09c87db4 804 1.00/1.00 vMB 14
795,506 795,506 0000000000000000000006bcc348e117874ba0026759c6403b3706a06303e7ac 2,706 1.00/1.00 vMB 16
795,505 795,505 00000000000000000004f91ae80c8671ff92406e605883e1555b3377dade9d27 3,613 1.00/1.00 vMB 19
795,504 795,504 000000000000000000018518dd510478e85a8dde8d303a7fc7692df08487c8be 3,244 1.00/1.00 vMB 39
795,503 795,503 00000000000000000002dcbb2447fafab2444afa38178b6bbe5a2242244c0a5f 3,272 1.00/1.00 vMB 24
795,502 795,502 0000000000000000000212d560b364a93bc2bc4b2d0feb7b5aa1c1fe898fbce4 3,355 1.00/1.00 vMB 35
795,501 795,501 00000000000000000004d5980e1d458fc1d6061daaf805d961ece4f0f49a5593 2,600 1.00/1.00 vMB 44
795,500 795,500 0000000000000000000340a00797184abaec4c7d33b9796193be7948b00b426d 3,994 1.00/1.00 vMB 29
795,499 795,499 00000000000000000002b4b7ef72390e751bd6100daf175a0e6ee822bef0c9f1 2,752 1.00/1.00 vMB 17
795,498 795,498 0000000000000000000450e20ce94bbee3760f54b99b9315d027edfded2c81cb 2,795 1.00/1.00 vMB 26
795,497 795,497 00000000000000000004ba155e86bac0ced83c43ef63f5b5fa508cb49a965476 3,384 1.00/1.00 vMB 32
795,496 795,496 00000000000000000002317575317b4797ca648e930516a94038bc2cf2c57a9c 3,270 1.00/1.00 vMB 48
795,495 795,495 00000000000000000000b2b537aa5c7f70249c9993ce00edffbed4b142b09d53 2,946 1.00/1.00 vMB 45
795,494 795,494 00000000000000000003eaceba729e2ccf15a51612ca46a1c4cd0bb2e03b39ad 3,139 1.00/1.00 vMB 33
795,493 795,493 00000000000000000002214e92cb1fd30f1963c3c2509676f05a4bff7901a0df 501 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.33 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.44 GB
    • Received: 14.75 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.