Loading Tool

Explorer IconExplorer

Memory Pool

33,785 transactions
8.16 vMB
0.04627190 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.18/200 MB

Candidate Block

Mining Attempt cd88329d161a15926b5aebaec20e014ea5cd529d4306004d50b9731ce2e22900
Version 20000000
Previous Block 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc
Merkle Root 7ae9df5fcfbda93a4fded954e9de1f7a0f21655b235d2c9c7448f472f9c98c39
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,309
Size: 1.00 vMB
Total Fees: 0.02422495 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,964 (756,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,404 156,404 00000000000007a3534f098eee3b2e866d6d4d00114021fb0fca96235e160bfd 0.01 MB 39 219
156,403 156,403 00000000000000da5e81355783ec250a103599bfa831f383bf01bdebfdd03498 0.00 MB 7 50
156,402 156,402 000000000000087c9b87df4e4a76ef7cb42104b2bb67f163e105d352099912b8 0.02 MB 34 25
156,401 156,401 00000000000004053f39ea7e86a4208c0dd121c9a2b520fc0b6b127681687c64 0.00 MB 15 20
156,400 156,400 0000000000000729508928b16132de480988e666f279d9d12e61a1ec310ff5c2 0.01 MB 6 149
156,399 156,399 00000000000001c949b712650870716bbeaac4d53d36ecce6f8830dd26ba1e78 0.02 MB 33 39
156,398 156,398 0000000000000019a697475f3bc2e6c85b0a197fd357ac8671bbba73b8e3e8f9 0.04 MB 127 60
156,397 156,397 0000000000000067dbc6f145d0ffc8ac14892cfd70194aa1c6139dc46189d761 0.04 MB 73 117
156,396 156,396 00000000000009d76e18ea625ade1839e7b5795a3deeb004ec0da81c17039c24 0.00 MB 1 0
156,395 156,395 00000000000003df708ee620801b815b04763e0bbadf3220a785ebc5b670d202 0.01 MB 17 60
156,394 156,394 0000000000000e4fae8324c00429a3ac1abb18cb68d8e042cb10daa14b21c1ba 0.00 MB 3 3,337
156,393 156,393 00000000000001d785fa7826d0ea8ed9b8f2b3eb26260fecc0fc1d64b6451970 0.01 MB 24 90
156,392 156,392 0000000000000805d4230b56e1e80d86cba15ae5d54611c2d196152a0b1f0c65 0.01 MB 22 214
156,391 156,391 00000000000002e1f03c236f98469a1ca5a72019e9ae66fc65b6eb3d3c828939 0.04 MB 78 181
156,390 156,390 0000000000000cee4e72594036ff9fe06b84bf04ab4dedda66723afd035c8bfb 0.01 MB 33 173
156,389 156,389 00000000000004b5491d44bd069d46c98958d83d36b5f762c393aeaaf3b26bb8 0.03 MB 99 16
156,388 156,388 00000000000006f248effc0f7459f2fb7a947962e6f1fb084be985d38b9e160f 0.00 MB 8 93
156,387 156,387 00000000000001399479fe6aecbca6d492e7491cb545b40bf4b922dbdb3f7c50 0.00 MB 2 0
156,386 156,386 000000000000017b54fc4ddb84f0476ac3878f8e64f066d4275ef779ce25d801 0.01 MB 13 64
156,385 156,385 0000000000000586692d0203a5a3a8aeb8e093f7fdddb6aa8ab36b464a9ac2b0 0.01 MB 17 47
156,384 156,384 00000000000007925f184754b4f5f8cf9054d0a1670afd1143ca3778ebc31fea 0.01 MB 20 186
Previous 10 blocks ↓
Total Size: 778.78 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: 354.39 GB
    • Received: 3.13 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.