Memory Pool Memory Pool Refreshing

1,493 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,473 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (46,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,381 861,381 00000000000000000000d203271cfce25bdec1069066a0d9efff42a4935b3198 1.78 MB 2,171 2
861,380 861,380 000000000000000000020dc63e1befdeb51bf0174a3a32e641c9cc731371a8f2 1.75 MB 5,637 2
861,379 861,379 0000000000000000000012cc0af34d559cfc20ba31fe64d8837b5119c1d140b7 1.86 MB 2,600 4
861,378 861,378 000000000000000000026c091a917d14b26f0da1db7ee50b503bf090ff71cda3 1.86 MB 5,295 2
861,377 861,377 000000000000000000011ab0a94de4dcc4960d23563ba7b60bb50b57d8430ba3 1.68 MB 4,158 4
861,376 861,376 0000000000000000000284d91451072c3f45dcd361cb21ba0a5f220cb4ebb79b 1.73 MB 6,366 2
861,375 861,375 000000000000000000028335845c458e2650fea4e850d26cafaaff232707d224 1.68 MB 5,690 2
861,374 861,374 0000000000000000000080c5deb2e80c74abc5a027eb53bdadad722312b562c7 1.64 MB 6,386 4
861,373 861,373 000000000000000000008f7e2dc3a9ec41897aa99f44dd05c6af5f90b4863946 1.79 MB 5,379 2
861,372 861,372 000000000000000000001d68d9b50c3cf1ab278fb1c33704c01df2f42f5031e8 1.65 MB 7,680 2
861,371 861,371 00000000000000000000d3840f6954bd484afa0b34e277a8d822137a2821c662 1.61 MB 4,940 3
861,370 861,370 0000000000000000000016ea92b73d1469c7fb3723211f698d152a812955773d 1.64 MB 6,404 2
861,369 861,369 00000000000000000002a5efc16446b994bcdf7953908bc7de307dee80414747 1.66 MB 7,401 2
861,368 861,368 00000000000000000001d2567c0ef64252c60cedf2bd4765e17c4059abeedd35 1.63 MB 4,526 4
861,367 861,367 00000000000000000001c4ac71d9957ec19efb603b21d23b0323396d25c0f434 1.64 MB 7,420 2
861,366 861,366 00000000000000000001682e9337dec982fc336be679f460ce32d228b074753c 1.64 MB 2,747 5
861,365 861,365 000000000000000000010215f0b95b491c71c5ea902406d7869a3c6680251cdd 1.62 MB 6,818 2
861,364 861,364 0000000000000000000147a61674546b82d0bd9aa1cc2bca169d921535a7fe3b 1.59 MB 7,309 2
861,363 861,363 0000000000000000000197d9a4fdea4d622749f5e280ab040db98ad69b6388ad 1.53 MB 4,436 4
861,362 861,362 00000000000000000001b15d4ca01e4cfcd7cab19678b35a6cfbc142dda62a25 1.60 MB 6,270 2
861,361 861,361 00000000000000000001b78357f0199077c242d5755c10a91f0183438547bda0 1.60 MB 6,932 2
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,630.67 GB sent, 93.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.