Loading Tool

Explorer IconExplorer

Memory Pool

53,768 transactions
29.92 vMB
0.10348503 BTC
Random Selection Loading Transactions
Max Size: 160.66/200 MB

Candidate Block

Mining Attempt 5b797de9a843314530c57da007ef9bfa38b34365e6162dadb33a512f94c938e9
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 77e67a6c9f0488be2076b5d6242338259b26ede15f20647f8c010b28c1b8223b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02859653 BTC
Feerates: 157.35 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (67,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,419 847,419 00000000000000000000e2446716868f350afc8f6bafe78db983b3e8ac2356cb 5,213 1.00/1.00 vMB 36
847,418 847,418 00000000000000000002a01f7540c151f4fad9710cb81fb6e3cff7487d547128 3,036 1.00/1.00 vMB 42
847,417 847,417 000000000000000000033861abab95bf083750e07d7d7f4f4cc3f525dbca11c9 3,561 1.00/1.00 vMB 42
847,416 847,416 0000000000000000000348ddeb5c714ed9389e7f2ee717ab18b8b7cc6b6d47f9 3,068 1.00/1.00 vMB 66
847,415 847,415 00000000000000000002d7f0cd734a3a02d3c1c07dfe09c6686f84530e741310 5,998 1.00/1.00 vMB 31
847,414 847,414 0000000000000000000147930db588a9cd675ed4dc305d75509e4787e8788597 6,221 1.00/1.00 vMB 29
847,413 847,413 000000000000000000003bcf57182a87f1da5a65303ae2e1a7a1e5ff26ca5869 5,593 1.00/1.00 vMB 32
847,412 847,412 0000000000000000000090d5be95d20126e883b60767f7ef607d8d3ab8ffcdf4 4,834 1.00/1.00 vMB 42
847,411 847,411 00000000000000000000a809ae2eaf4ca1614a73e49da46b4f85256ee97c681e 5,848 1.00/1.00 vMB 28
847,410 847,410 00000000000000000001dcefafc417d6a6cb100e8d3544be3861f90acb3790a2 6,097 1.00/1.00 vMB 37
847,409 847,409 00000000000000000002784ef1283bd99890ecfd6f612db738f570bf9bd06844 5,025 1.00/1.00 vMB 30
847,408 847,408 000000000000000000033a12ac6dd47ad0eabf0f579c3081574b257a9439b153 6,687 1.00/1.00 vMB 33
847,407 847,407 00000000000000000001e0022c4809b7f031afce47ff45d16c38f7a14699cba7 4,975 1.00/1.00 vMB 32
847,406 847,406 00000000000000000002e0fc67641aaa7ee78c902e368aeb4e44121a52b7ca45 3,332 1.00/1.00 vMB 61
847,405 847,405 000000000000000000023e7aa4a0cf6fe61e4c72dc777ae37f2acd8136b6e3da 6,067 1.00/1.00 vMB 31
847,404 847,404 000000000000000000017e29a0163a71a910dbb9f89cff1c3f26de0220a7afe3 6,051 1.00/1.00 vMB 34
847,403 847,403 0000000000000000000222fb2758023d508ef831330f78ed51b09c6905f5891a 4,033 1.00/1.00 vMB 53
847,402 847,402 0000000000000000000050f90d2db59026569e02fa5f25255f5cbcfb8f314575 4,338 1.00/1.00 vMB 38
847,401 847,401 00000000000000000000fab190130f739c7250e07157a6be81089dd3c17c4872 3,162 1.00/1.00 vMB 31
847,400 847,400 0000000000000000000246c54372159a0454fdc3d3e569f83d05eacda22298c3 2,589 1.00/1.00 vMB 49
847,399 847,399 0000000000000000000039600a10036d5611f28e488c0c93a17cabd0e9ce2d7c 3,653 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.