Loading Tool

Explorer IconExplorer

Memory Pool

34,294 transactions
10.68 vMB
0.18926579 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.93/200 MB

Candidate Block

Mining Attempt b301786fb51e3fedae6585e0eef503cff9c8868a75b700fc25fd71f4c4c6f843
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root bbdcaea235fbdfef6ef56662428aaa89e1c5bc555d823c15b51d9b895d96f798
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,381
Size: 1.00 vMB
Total Fees: 0.08068283 BTC
Median Feerate: 5.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (763,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,722 149,722 000000000000092c9588b43db08fa119e071b997051b5e2e57f4a991440a91ba 11 0.00 vMB 86
149,721 149,721 0000000000000526279fa527cde10f26fb272dcdd49f98fc4729c4678930f092 36 0.02 vMB 155
149,720 149,720 00000000000009dbd3c319d706e1a32484bd261391ee51400f2f189e101c5d4c 5 0.00 vMB 84
149,719 149,719 000000000000041da098f5993b441053a3fc25a743eb1669a17c8b9b72743cbf 36 0.01 vMB 5
149,718 149,718 0000000000000154bd07a7ebd3aa5bf05dbb3064c972504bc845a9f08760c726 87 0.04 vMB 197
149,717 149,717 000000000000076564cd28b949828251cd67aa494e018e7867eeec884b04fd15 115 0.03 vMB 81
149,716 149,716 000000000000022bd9bd5cb9b90c7f885f7a10f0ac0404bfbe2734d7f667944d 18 0.01 vMB 311
149,715 149,715 000000000000020c831de9d40f47aabb1c493d32f06b422f94611438cfc5c0a4 33 0.01 vMB 128
149,714 149,714 0000000000000249bf646ee360544870d8af7408b3147f4479096377a428aa91 38 0.02 vMB 56
149,713 149,713 000000000000078f2a07f27a7e1a11017bb9e997c5149fe253c96a5304ca6bbf 26 0.02 vMB 71
149,712 149,712 00000000000001ffff51df52de483e37a065a0ab5f48b4aceefcf40f6d206cd7 39 0.02 vMB 61
149,711 149,711 00000000000003e81b502770a6ec44318a34c07025025866e16bcc750fb5d47b 28 0.01 vMB 110
149,710 149,710 00000000000002943aedb3a883601671d61c23ee606b314a0490ac7601041344 90 0.03 vMB 528
149,709 149,709 00000000000007c547e2d139b76df5ee5bc25a99dd0b2ddbbfcbb796806074c8 46 0.02 vMB 114
149,708 149,708 00000000000008b9c3b8097864c6c378465cecab2e46ee54f1258643e7a85c5c 82 0.02 vMB 0
149,707 149,707 0000000000000960152bbd84e2b257e816ec7ed9c8df57929ec0443dc11f0c45 9 0.00 vMB 30
149,706 149,706 000000000000082d3f93aaf3254e0ecefe322964f919941e52cf755c54da3ae2 30 0.01 vMB 170
149,705 149,705 0000000000000a58f261a09e3a8cf153e7f475737ef80068321c1adac982e238 86 0.04 vMB 151
149,704 149,704 0000000000000397defa0dfc9cda7b9093509b94c1ccd3b6e7643c0b4726b2ca 10 0.00 vMB 441
149,703 149,703 0000000000000827da03acef34271b5da6817851ca04089cedf873efac87978c 11 0.00 vMB 32
149,702 149,702 00000000000003570b0f5777ad1654935c9ab824bb41ccc3f2b117c52efa6d80 17 0.01 vMB 26
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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