Loading Tool

Explorer IconExplorer

Memory Pool

29,325 transactions
9.72 vMB
0.10733466 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.87/200 MB

Candidate Block

Mining Attempt 9dcd14ef8efa0b1cf2cea4467a4257feee321b565c9f81b0b4b0c7660115849e
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root 3d8f9a05559d0a7fc35eff6cd66fe95852d5c105aa91b422bf824fc54a336f92
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.03129293 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (765,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,284 147,284 000000000000001ab1cbcda6d3dfa04b8aa694264968db216fb346e9634f5f17 27 0.01 vMB 277
147,283 147,283 000000000000076ee912af7cf8d9b4c956168fae77f8ae840a91bd5fe3d1b044 69 0.03 vMB 282
147,282 147,282 000000000000064afcd14e7f2ddc353081ef221fd4853cf6686143666b4135a2 93 0.05 vMB 183
147,281 147,281 000000000000074640760faa77a7b605da9083979b991937eb83e3b4f7707bf7 65 0.03 vMB 112
147,280 147,280 000000000000034e68b3fada39dcb5d85ea43e7e7d4f72cf4227b1dd8fcee600 12 0.01 vMB 99
147,279 147,279 00000000000000b1c0ac4f0d2515fc408a6eecdeba1cd7d2ee30b2a2342a81d2 100 0.03 vMB 111
147,278 147,278 00000000000004f3bc8e5a0d79ad0108efbaa3a6f3db2f6ad50f8d94ce90e939 30 0.02 vMB 53
147,277 147,277 00000000000006fe024e11fa0fc0925a2877547663dbed958575f6d7bdf65d1c 13 0.01 vMB 226
147,276 147,276 00000000000007f016281cf2baf1ebaaccef9730ee8b31325d73c470889495e2 6 0.00 vMB 50
147,275 147,275 0000000000000738990b932e36e77acb0d9c14c3808f298054327e0c38754d44 3 0.00 vMB 25
147,274 147,274 00000000000007e36e1e624528677021ca8bb6e6430e291e30991258baaa441e 119 0.04 vMB 33
147,273 147,273 000000000000008cc766f327bfa94025bda989386cc75e55b7bd4a7d0f63a3cc 19 0.01 vMB 438
147,272 147,272 000000000000036feae32ac7c23ffb96c47c6ebc9f0dc1ed5a94d52c492b34cb 36 0.02 vMB 98
147,271 147,271 000000000000063ba959c26c02124109d4e82a0711d9a8001770606c995813a9 25 0.01 vMB 94
147,270 147,270 000000000000082db496b0d86f2128c51303d11e1ac0fe5b99d47cd3e87f3155 89 0.03 vMB 339
147,269 147,269 0000000000000914a28a041403458b28d565610a1f84442780d44c3706ad8877 32 0.01 vMB 163
147,268 147,268 00000000000002e4758d3600d9772bcb435e4c62b911553c7ab083438d713877 123 0.04 vMB 119
147,267 147,267 00000000000000b2105be86318b680dbda803453eefdd8f43fa5413629e162ff 95 0.05 vMB 159
147,266 147,266 000000000000091787c59030f1d7c9f4f7e4c461136b09c3a8dd3b9bf558f6ff 146 0.05 vMB 40
147,265 147,265 00000000000006fe5b19e890123f6995aad15eaf1628de7c2ddcff02aedc9738 14 0.01 vMB 1,087
147,264 147,264 00000000000009b91164fe0eabba9cfc1cf9eaf144b042bd9ff379eccf92fa85 54 0.02 vMB 91
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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