Loading Tool

Explorer IconExplorer

Memory Pool

80,759 transactions
29.84 vMB
0.06821219 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 0d12583e689719d29db5e684bcfc9fd3d0dce3b405eaf875ce4b19d3a254451e
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root efa4d802f8da57f9b5f2dedf06e88e37f0212d9f25f6af2ef921e235546cd5d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00742849 BTC
Feerates: 34.33 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (318,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,377 596,377 00000000000000000009c8f48d8fb27458b8fab0b16a8d0dbef4006daf155b90 3,060 1.00/1.00 vMB 27
596,376 596,376 0000000000000000000be4b63ecd31aeb8ce72bf48f9c85cfa9cf5b6111ff62d 2,374 1.00/1.00 vMB 29
596,375 596,375 0000000000000000000ffd6e543ee70653f7d6bb695aa2030dde4d4120f9912c 3,118 1.00/1.00 vMB 40
596,374 596,374 00000000000000000013f28c9217fef3bd4fa407fdc5825881f6e8bbb9568499 2,469 1.00/1.00 vMB 36
596,373 596,373 0000000000000000000647f5b1411c4fd7830e36a7b570219ee72b7f96f0ea01 2,938 1.00/1.00 vMB 24
596,372 596,372 00000000000000000009ac624157f8fa8b3661ff0ddee4b450b0725f2dbd3c76 3,113 1.00/1.00 vMB 41
596,371 596,371 00000000000000000016bde79a4784f6c6e9b93d3d4c20cf820f4dfc257d1383 2,855 1.00/1.00 vMB 36
596,370 596,370 000000000000000000164857910de34e6ae42dc88548d562213af67f3a5778a4 1,503 1.00/1.00 vMB 10
596,369 596,369 00000000000000000014422ec45a46874880c2492720a50e4245053829ef7d4e 2,005 1.00/1.00 vMB 22
596,368 596,368 00000000000000000004f1429d3e564e8638629884250368f52c4fa9fa4b185a 1,670 1.00/1.00 vMB 12
596,367 596,367 0000000000000000000f1210976cdf1960e131ab646189cfe98cb3ab7d7f592f 2,000 1.00/1.00 vMB 23
596,366 596,366 000000000000000000058e8038091d0813d451d200137adfc8b4b37cf1eb89e8 2,843 1.00/1.00 vMB 30
596,365 596,365 0000000000000000000cf13ab4d067120a992386fbbbc479b1244464f77b9395 2,481 1.00/1.00 vMB 25
596,364 596,364 00000000000000000011a66a0ed6717bb6e6141dc684844746da5cca8c40ec2e 2,085 1.00/1.00 vMB 21
596,363 596,363 000000000000000000157c497902c65e726876048db13cbde4d8a44ed730fec8 2,836 1.00/1.00 vMB 34
596,362 596,362 0000000000000000000e1f7411d93706c19c247ab2154e9e59a38dcb305fe58c 1,775 1.00/1.00 vMB 29
596,361 596,361 00000000000000000000ee9bfe3019409b532716e03d43f4e2d4c4336f4ab0e8 2,448 1.00/1.00 vMB 35
596,360 596,360 00000000000000000006c37989892d48dff291fd6871ebef38e311e73614703f 2,269 1.00/1.00 vMB 25
596,359 596,359 000000000000000000144cf2f38a093d4cd25ede06bb53cc0a6447e591fea98c 2,629 1.00/1.00 vMB 29
596,358 596,358 0000000000000000000d5b6546b8fe3ae7b150eecb691fae35d38db15f617588 3,023 1.00/1.00 vMB 36
596,357 596,357 000000000000000000128644c703ff6948ccf87d1c3e61ae3a1f6f7b5a3b74df 2,119 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.