Loading Tool

Explorer IconExplorer

Memory Pool

83,402 transactions
32.11 vMB
0.10363456 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt d994bbf8903431056d418140c51c01b817de8085e09a53e076449156c8cc44d0
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 42f17e942ade437ba2efab5bf587208423f6033d14fd8bfdc1fff1b8ae0b73f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.03940782 BTC
Feerates: 387.56 > 3.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (354,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,554 560,554 00000000000000000023ae5d64dccffad62d2d7849c12b8336e73a9d6e861843 2,876 1.00/1.00 vMB 20
560,553 560,553 0000000000000000001680f03db35862c2b2803d7270beadd73d37620bf0bee5 1 0.00/1.00 vMB 0
560,552 560,552 0000000000000000002e1d2b494e720cbd3501c18f184dc0f1a301ddbf653e10 2,933 1.00/1.00 vMB 13
560,551 560,551 0000000000000000001883e5d380d9f3ebd0c0cf8148dae92fed10b82ec30585 1,944 1.00/1.00 vMB 33
560,550 560,550 0000000000000000000e32916e868fc822d10e732d00ca4a7b93fa90fe4175f4 2,174 1.00/1.00 vMB 7
560,549 560,549 0000000000000000001fd52614c75396c4d62792565f2e54d5f2d30630f765fe 2,512 1.00/1.00 vMB 9
560,548 560,548 0000000000000000001c1bd5163f13a41461460ba230f4cd3facffe96903135d 2,340 1.00/1.00 vMB 22
560,547 560,547 00000000000000000023c2f9f012a43232cc002726e1726573b8aae89459ea3d 2,272 1.00/1.00 vMB 23
560,546 560,546 0000000000000000002652301d9aa676af7e2fee0a10b6c58f91c13f488ec46c 3,177 1.00/1.00 vMB 11
560,545 560,545 00000000000000000026d311979e5bbacaf2f956df1b39b6df00643d6f776b4b 2,907 1.00/1.00 vMB 25
560,544 560,544 0000000000000000000bd60800bb50ae1f4265fb0ec5eebaee1f7c6031ca7102 2,785 1.00/1.00 vMB 21
560,543 560,543 0000000000000000000102dc92511f86bd15f517c868201ecc270dc8eacaddd8 2,404 1.00/1.00 vMB 25
560,542 560,542 0000000000000000000d0aabf85343117e798b1b81e36312edbe3f03414932df 3,712 1.00/1.00 vMB 44
560,541 560,541 000000000000000000202e72a666dfdedaefb9f0776fffb934cd59b12e6ffcf3 960 0.37/1.00 vMB 17
560,540 560,540 0000000000000000002f5d3f274a9725eecb1895b2fcbbe990fe1466c9723ec9 870 0.28/1.00 vMB 20
560,539 560,539 0000000000000000002360c5252be3926e2e7abdc8332c2c9b813739a40e8f28 1,548 0.45/1.00 vMB 26
560,538 560,538 000000000000000000236bf7f0498baf4a540ef9b64e08dea57a41b880042df1 1,832 0.61/1.00 vMB 21
560,537 560,537 0000000000000000000b608c6b2c8c654f6bb5443c72a22a3184defd1f653d7d 2,096 0.95/1.00 vMB 17
560,536 560,536 000000000000000000099f23c12fc609b7e31ab62debbaf8759eb0af7d499e44 1,990 1.00/1.00 vMB 9
560,535 560,535 000000000000000000145256d33603b9827587404cfbd0e4f60f9ee150625be8 1,376 1.00/1.00 vMB 6
560,534 560,534 00000000000000000021e72c3d24692a10bc03130c968b9f4ebd0e8a00f360f4 2,311 1.00/1.00 vMB 19
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: 658.85 GB
    • Received: 14.59 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.