Loading Tool

Explorer IconExplorer

Memory Pool

52,317 transactions
30.42 vMB
0.26776427 BTC
Random Selection Loading Transactions
Max Size: 160.55/200 MB

Candidate Block

Mining Attempt 4b61657f9a187d01def116be0f698e2a32943dfa7774b13360b3daf6dcb310f0
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5390d0ee2ade183c5fe916bfffec442764368c303445ab02b8ae30a351c580e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.08434854 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (67,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,427 847,427 00000000000000000002fcf692b84f36aa6c8a2051fb0ce9b3aa112438378ed6 3,073 1.00/1.00 vMB 48
847,426 847,426 00000000000000000000322e567d656eb59e48fe05cec0d8265878dbb018d607 5,787 1.00/1.00 vMB 30
847,425 847,425 000000000000000000006e1ed946a23b3cb65eed9b49934478695a9d534b7bc4 5,060 1.00/1.00 vMB 37
847,424 847,424 00000000000000000000b1fcadf2f6fa8d2072e2e2b6bf03948eaafcf58482d3 5,750 1.00/1.00 vMB 27
847,423 847,423 000000000000000000012f4b8628dddc2d10c5a825aead23cf2c3a5a430a8ab3 1 0.00/1.00 vMB 0
847,422 847,422 00000000000000000000f2f5d20830a7191028d8d7de12643c3b66914a666d56 3,210 1.00/1.00 vMB 47
847,421 847,421 00000000000000000000c764129648eef66456dbd0f8078c0c292e4a4d3b8f67 5,551 1.00/1.00 vMB 37
847,420 847,420 000000000000000000027a1e488875bc82864d98fba6dfb7957f69e5cdf59c6a 5,214 1.00/1.00 vMB 37
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
Previous 10 blocks ↓
Total Size: 781.87 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: 644.20 GB
    • Received: 12.61 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.