Loading Tool

Explorer IconExplorer

Memory Pool

45,963 transactions
30.54 vMB
0.09606354 BTC
Random Selection Loading Transactions
Max Size: 157.01/200 MB

Candidate Block

Mining Attempt c588aac4479baba60f167c33a07636f03eaf03f234491e4cea5390ae7f4184d1
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 956c68eafb2cead964e54566f63a66183c0f4e098e79cca8ad894736cfbb4c9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 1.00 vMB
Total Fees: 0.02991166 BTC
Feerates: 100.29 > 3.00 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (789,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,385 125,385 000000000000248d1f310a135255ab4f68d96b4aaed7cf9178f201f65e620965 43 0.03/1.00 vMB 79
125,384 125,384 00000000000039d541ea8aa329274671506a5b1e26b4691119bd8ea36f24213f 13 0.01/1.00 vMB 531
125,383 125,383 00000000000036febdbe89d47605a0c7879eae8d6a975d354348c83e3937f85a 70 0.05/1.00 vMB 1,258
125,382 125,382 0000000000003adabdd2a496ddcf5e2770251005e2cfb02d5e78dc3e2c88d233 1 0.00/1.00 vMB 0
125,381 125,381 00000000000005bcdec3494830f808f51802542753d525bd623bee8d8a4e0c49 43 0.02/1.00 vMB 608
125,380 125,380 0000000000003c24678959e917c632a5b59edcdbf80f9cfd04decc1623c13a8b 12 0.00/1.00 vMB 722
125,379 125,379 0000000000000d5ce9f88e4d6143011dc99c879afb5c2f74daba46431b4f77f5 12 0.00/1.00 vMB 2,022
125,378 125,378 00000000000006379ec29eca69f85575d5aba6d55ba36cb6f74f44f9f9399faf 33 0.01/1.00 vMB 214
125,377 125,377 0000000000000d526661ccee75054cd85ca576ce2bb73e2fb0fdf7d652abacef 19 0.01/1.00 vMB 2,700
125,376 125,376 0000000000004341835eec4f995a68a0912618e19280a78bb786556f8495075c 40 0.01/1.00 vMB 516
125,375 125,375 00000000000018a7e54eb2082da6b776524082bd30b0308271162d8ca078aadf 59 0.02/1.00 vMB 1,673
125,374 125,374 00000000000006df057b4af7dbaf2ecdf276dde1f54ff75eab9d7607cee3ba70 36 0.02/1.00 vMB 773
125,373 125,373 0000000000003f05b060c974d06e440edaa839f70ace80d1b84df2860b592dc9 32 0.02/1.00 vMB 576
125,372 125,372 00000000000033d18b44a3556424546949d7e845951975c8f66c6c58f0d53739 48 0.03/1.00 vMB 459
125,371 125,371 0000000000000aaa138fe77d6a7110ff4bd835d25a7c3fa2ed2d17a809867559 2 0.00/1.00 vMB 3,861
125,370 125,370 0000000000000e74cd9471024d6f878420d8684e6a663066711ece2bd4099f2a 4 0.00/1.00 vMB 3,875
125,369 125,369 00000000000030857f0b36369a19a79d664fb5d0c5d63f1b51a33b6aca2dc8a1 40 0.01/1.00 vMB 167
125,368 125,368 00000000000030b7704ddf7eed630e41f948d126e6bc057ce4360bdabacf7fca 15 0.01/1.00 vMB 2,714
125,367 125,367 00000000000018aaf1f70d4c56ef059f6edf51d82062015c64b3c45a08e57b55 17 0.01/1.00 vMB 666
125,366 125,366 000000000000399f65c9e50b0a14e9d76f0dcbc300d6caf516c3d580f7071f2d 34 0.01/1.00 vMB 114
125,365 125,365 00000000000017c7333c36b02e29c27e3c722e690dd0188db93a173ba4caaf20 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.68 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.