Loading Tool

Explorer IconExplorer

Memory Pool

21,289 transactions
9.28 vMB
0.10806571 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.18/200 MB

Candidate Block

Mining Attempt eb07409aefd403a699cd8c9f811869812ac07df5ce79e75838200691d134ba68
Version 20000000
Previous Block 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05
Merkle Root 2ef751890a86699f83b4c41f5eb6865ec3b6b5a7421176bc64c09b7338f0b25c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,332
Size: 1.00 vMB
Total Fees: 0.08244392 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,423 (749,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,540 163,540 00000000000003e7e60698a7d6c4e012ac3cf3ffb0c252a4948a27a18e2e6244 5 0.00 vMB 62
163,539 163,539 0000000000000a8617a266cbd011d98997848afec46abfa776ac1ce0d3491c39 20 0.01 vMB 240
163,538 163,538 00000000000003dbbacffae7a5b7f50c2f95e2de4ff83563d6295925b7cfa4ef 9 0.00 vMB 44
163,537 163,537 000000000000053fd6b1063eb06faad9c580cb43b9bad17d31f80c0fbfa1fc5d 83 0.03 vMB 40
163,536 163,536 000000000000099ac96406ab86627dbf8664d22683d4cc5cbcb045bb0e2e9751 7 0.00 vMB 517
163,535 163,535 0000000000000bc21d07d5e60094887610d053d482ac2a5a5307ea4234bce69c 38 0.02 vMB 110
163,534 163,534 000000000000034347e196d0cd8dac01021ad1429e4a9577c6a338f830ebe4c6 56 0.02 vMB 209
163,533 163,533 000000000000066634c5a552e53ecf79ca9eecfc364d626298fbfa990307bca7 21 0.01 vMB 1,316
163,532 163,532 0000000000000ad0ce6ba980b4091a459837b2509f847cb838885835cd87dd75 55 0.03 vMB 163
163,531 163,531 0000000000000c5ef03dc9ac83add144b5132b9e0092e1c8ef883b92f65871d1 5 0.00 vMB 34
163,530 163,530 00000000000008b6b60d4c133d6ac0afda182da72330ecc770ae11b584b55638 12 0.00 vMB 124
163,529 163,529 00000000000004a060e780a415aec2d61f3a76be179031c09c122a2857df45f7 1 0.00 vMB 0
163,528 163,528 000000000000081809c5a771407f2899f53fcd3902198c483088a1525612bbd3 14 0.00 vMB 935
163,527 163,527 0000000000000b218387ccf510d2a7fb686c98dad78a8d24dd6beed9e358f807 56 0.02 vMB 194
163,526 163,526 000000000000021c2853a2ddb39b560e962bf6cf0c0978bcebd361462ce6ecb1 11 0.00 vMB 282
163,525 163,525 0000000000000cadcb0576bd0c38f79aecbae8db260fbd03b4465c408b3b8c22 54 0.03 vMB 34
163,524 163,524 0000000000000b9ac33def2f57a694e447a0eba450e6e5ee494a17ba7df0bc2e 53 0.03 vMB 91
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
Previous 10 blocks ↓
Total Size: 779.61 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: 297.32 GB
    • Received: 1.27 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.