Loading Tool

Explorer IconExplorer

Memory Pool

17,986 transactions
8.58 vMB
0.03102108 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.93/200 MB

Candidate Block

Mining Attempt 9230719ca3557e530bffdef351c5ef1fa9f920d2f078bb46acc46a93c4761035
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 61c3ba29423893d1c24869f67178cf1e44740e12d9928e1b5c0eb5ffdd7dfcf3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.01250993 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (749,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,523 163,523 0000000000000cb455c0a38af19c03a3d5941cd44a912b63136aad114b18d0a8 12 0.00 vMB 0
163,522 163,522 00000000000003660505d77f2d329f917c68c533dbad00200c412e5b8929bbec 26 0.01 vMB 217
163,521 163,521 0000000000000597d18c0c39423c548a2c086dadf9f764993aa817e8c572fb8b 24 0.01 vMB 150
163,520 163,520 000000000000071ae640fbc08f00aa460798d51a81629e985599d623aa9c5f99 72 0.04 vMB 252
163,519 163,519 000000000000082da678a6a754acb7ebaa6018b4e0e454976572f92b26627d7c 64 0.05 vMB 311
163,518 163,518 00000000000001dc45e5395a4f23447ff816d2298044d1194636107097ca8098 60 0.03 vMB 125
163,517 163,517 000000000000097f9f4d3522122a8404e180648284937a575166fa6682883d2b 15 0.01 vMB 247
163,516 163,516 0000000000000b8d17795e3936b52aad3547873d2a069a13ffdfb17d4d3f01b3 19 0.01 vMB 115
163,515 163,515 000000000000045066d9b6a1e14eaaaebbd3a6da5866d5d8ea0e6acc95f793ce 1 0.00 vMB 0
163,514 163,514 00000000000009d322c9b06212123ddf9b7ddc0a7bfd431e797191ed9d28e672 15 0.00 vMB 491
163,513 163,513 0000000000000835c9e011e134046cad355a1d4fc201ccadd5dc5e4a058d2c44 10 0.00 vMB 16
163,512 163,512 0000000000000b04bb5924993a89cd120076840f5b9b0abc185da26ce2696648 104 0.04 vMB 1,009
163,511 163,511 00000000000009f2580bac7a5d37de76a0a78090bd45edd7f3a4bd531ddee261 7 0.00 vMB 108
163,510 163,510 00000000000004dfae40cce2a54517ab4a9d369b6f64bbe2527afdd0f3f88369 30 0.01 vMB 27
163,509 163,509 00000000000007763cbd0602dc26c5e219fd47baacfb1751bffef5c265ce448d 12 0.00 vMB 14
163,508 163,508 0000000000000002e6c56308f9d0b00ca34e165442efbe1b7878d906e1a6fd18 37 0.02 vMB 163
163,507 163,507 0000000000000b4d85770202e338373f0ecd24222555feeb335eb065048aad37 13 0.01 vMB 148
163,506 163,506 0000000000000761b43eac01ed6b8dd3d9059ce092a052aa72a285ece2011381 76 0.03 vMB 468
163,505 163,505 0000000000000b45220162f64dabe8a46859f5d214154a12ca95a5d7b30d1ccc 91 0.03 vMB 127
163,504 163,504 0000000000000bda790f66238bb3defa9dab77c4ae765838f0938afbddbae173 3 0.00 vMB 41
163,503 163,503 00000000000001df3955f126ac82dc72b9e027134f39bd4f0531af7301a3dbdb 5 0.00 vMB 18
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 242.25 GB
    • Received: 0.92 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.