Loading Tool

Explorer IconExplorer

Memory Pool

87,936 transactions
32.59 vMB
0.24960301 BTC
Random Selection Loading Transactions
Max Size: 194.78/200 MB

Candidate Block

Mining Attempt 08fc001b3cc02ca69e19dfd94cafa7b4d2d3760bdaa402493152ef3e3ada5b18
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root ab0dd0a2c835e92a813a7c8d01d5d9a35ee0200cd77b481248ff9bb60ccfa654
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.11026669 BTC
Feerates: 538.26 > 11.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (278,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,378 636,378 00000000000000000004371800147d6546b93e532ac357387bb779f0ccd8c252 2,296 1.00/1.00 vMB 23
636,377 636,377 0000000000000000000f819301a1d1ea7e4430667b3b29fb28c2c2238d047800 2,125 1.00/1.00 vMB 21
636,376 636,376 00000000000000000010b256299f0fd3bcfa50041843a5c5fd5467dacdf91c62 2,968 1.00/1.00 vMB 21
636,375 636,375 0000000000000000000ebc5c32ffe8afada4233c54bba39c46e037c23376c8cb 3,248 1.00/1.00 vMB 45
636,374 636,374 00000000000000000000617d3e5291fa511d8daedcef113e6fd1f3b02ba098d1 886 1.00/1.00 vMB 5
636,373 636,373 0000000000000000000f1b3ddd16581b264dd986f63047b624ca198dbb151bd6 2,425 1.00/1.00 vMB 16
636,372 636,372 000000000000000000041349f4d2f989ec6618d85eed3f50cc43f3179cd40a5c 1,591 1.00/1.00 vMB 11
636,371 636,371 0000000000000000000f65fee17c8e98693cc32b7419f3ca0b5023cc68a396a7 1,110 1.00/1.00 vMB 11
636,370 636,370 00000000000000000003ec371bff2d5224c60b6ec89e738b50369e404eb4c080 760 1.00/1.00 vMB 8
636,369 636,369 0000000000000000000271219b47ce80cae85ccd42e1939276aa9c8a7bc0b966 1,513 1.00/1.00 vMB 3
636,368 636,368 00000000000000000004d54d2ae4fca199975075f4e86d169d585758af7d6d14 2,781 1.00/1.00 vMB 33
636,367 636,367 0000000000000000000cd9b6949d9e37470d4274bd64689a2d4fd6a157e2203d 1,483 1.00/1.00 vMB 16
636,366 636,366 0000000000000000000869c115b805dc74161b3257f54e12b4f972c71d778d19 944 1.00/1.00 vMB 10
636,365 636,365 0000000000000000000209d54775125200b0d57c2b6b20ade40eb5dceb571409 208 1.00/1.00 vMB 3
636,364 636,364 00000000000000000000940e548ddfd64f72cd8549fc304841caf5c006d9a0a9 2,414 1.00/1.00 vMB 25
636,363 636,363 00000000000000000003ca8a7f65d708e1848bea621da9b0d9a5da4af08702c1 779 1.00/1.00 vMB 8
636,362 636,362 0000000000000000000dca2369b9877a4904fd67217d37bb8c1f7a45ef731145 1,431 1.00/1.00 vMB 4
636,361 636,361 00000000000000000006427b207ed7f0dcc54b93aab1910d5afee9e11de333d7 2,988 1.00/1.00 vMB 32
636,360 636,360 00000000000000000006fc7f9dd7f4ca83d8a4c116b1f0907477a3d0b80385b6 2,684 1.00/1.00 vMB 28
636,359 636,359 0000000000000000000035a2b6d3d9520c219c609e43b5d23dd9ec6032649eb6 1,983 1.00/1.00 vMB 13
636,358 636,358 000000000000000000072a7ed42b2cb9754a4b8844b8a5826007ad7793e05971 2,728 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.