Loading Tool

Explorer IconExplorer

Memory Pool

72,931 transactions
28.16 vMB
0.07359128 BTC
Random Selection Loading Transactions
Max Size: 166.80/200 MB

Candidate Block

Mining Attempt 9d48285f2c469c5caabd89cbd343d06f475a76f5f4a1acaf99cabae7fe83dbef
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (381,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,429 533,429 0000000000000000000fbf7328747c0e9e3799a9f738e4b60cb7b1721458ed55 68 0.02/1.00 vMB 17
533,428 533,428 00000000000000000032db5a62dc8fae1270ab5ce93c2f6f01f3084e9e4112c2 1,062 0.44/1.00 vMB 16
533,427 533,427 00000000000000000009071bc473e6fcdda22b24475fd03ef004552c921c3915 1,003 0.35/1.00 vMB 15
533,426 533,426 00000000000000000035a3305a134eb828fe7952028c90f1a5733390a3ab6cc1 1,633 1.00/1.00 vMB 4
533,425 533,425 0000000000000000000c84295558549a0d5f5df761ede8221cc846d4977ec811 2,716 1.00/1.00 vMB 18
533,424 533,424 00000000000000000021e9db9dbd6a9bcca0ce97253cd01f42c2d404819ab744 1,891 1.00/1.00 vMB 45
533,423 533,423 0000000000000000002b3b4d885d2d7fde7210e55dc1fdce25595114b33cfdf8 759 0.37/1.00 vMB 21
533,422 533,422 0000000000000000000e96099cb972c181cde1a42adda625440fb14936dc160e 1,393 0.79/1.00 vMB 4
533,421 533,421 0000000000000000001b3b18d79aea1f2e4ec45532a5277d03e5b5b6edca3023 2,397 1.00/1.00 vMB 15
533,420 533,420 0000000000000000002a7d012190def6ea4abc32649c48599a547a1a41d66eb0 1,645 1.00/1.00 vMB 32
533,419 533,419 00000000000000000015f8ba1a41006dd33f5a81ef7441ac06c021e7f4af7111 1,716 1.00/1.00 vMB 29
533,418 533,418 0000000000000000000597a816cb6b60303be2cd249fe6f6fe401afdcaa5e691 552 0.34/1.00 vMB 16
533,417 533,417 0000000000000000000733486a8e9ea144b7517d61ecc94b3b5e2455a2adc1c3 1,707 1.00/1.00 vMB 6
533,416 533,416 000000000000000000226ca057b5a0d07bfb87c57d124329491b6610ff99da92 1,706 1.00/1.00 vMB 13
533,415 533,415 0000000000000000000d4629343a52fe818ab6b7129b9452e5db32fb86ef751a 3,032 1.00/1.00 vMB 5
533,414 533,414 000000000000000000294d2a4fc60afd08d0597f2c886d7c3ef6dea864c3bafe 2,248 1.00/1.00 vMB 31
533,413 533,413 000000000000000000068ea1499d005936db166890864bb1a39acb1472cb9909 2,094 1.00/1.00 vMB 52
533,412 533,412 00000000000000000001a9176c2b451e0e186b68dd2a28062f1558bf5dd96d66 367 0.13/1.00 vMB 39
533,411 533,411 00000000000000000032b1d3d9d4d14f09d43f6f0a07afeee3e99d972547e5f7 1,771 0.92/1.00 vMB 8
533,410 533,410 0000000000000000002425a288b5a719245bed95a966d9aeed464951af1fc0f4 2,410 1.00/1.00 vMB 17
533,409 533,409 0000000000000000000a49dd9ad028d423fb710c7163ff2b1292ece99fc0b214 2,680 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.