Memory Pool Memory Pool Refreshing

5,994 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (823,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,030 85,030 00000000002f2b3909ba24f431c15476266769f73acba1350e0fa4779dbdf4f8 0.00 MB 2 0
85,029 85,029 000000000018c2441d827dbe1360c63fc98d4a0c0aaee6d4325edd9018206e01 0.00 MB 7 0
85,028 85,028 00000000002c59a1d94cd04b74805b85e14703e294bedfcee9199e22c8a1e54b 0.00 MB 1 0
85,027 85,027 00000000002b823f5198ea3e0c017f852f4640ca932c831741adaf823745eae6 0.00 MB 3 0
85,026 85,026 000000000006aae1bf07cbe5f141d8e7f1048ac55d492e6b8ea61894009db3ee 0.00 MB 4 0
85,025 85,025 000000000012d6b71cf87335d5c6c2f5c3ba6a1d3bee3af978edd8f051396b2b 0.00 MB 2 0
85,024 85,024 00000000000b10b258d9dec071d0af5d3651328c2b355ac002a84973938ec25d 0.00 MB 1 0
85,023 85,023 00000000002ceaeca63cef3701bd763535af3d125175b45fa08dfefcfb7dd1a8 0.00 MB 2 0
85,022 85,022 000000000016065bfe2ed85d24a1eae7cc74268136c1f800a60b6620b5dee536 0.00 MB 2 0
85,021 85,021 000000000024ef6a77ed2466d1ae56ae6eb8cdc52888b6434864a7a62e75ae87 0.00 MB 1 0
85,020 85,020 00000000000c6720f1e108b3d2d479b4c4088c81fafa7b4dc2021bddded779a8 0.00 MB 1 0
85,019 85,019 00000000001cf8698d81db8915e291e01b58fcd9217bccf5ecab0533eb14cb5f 0.00 MB 1 0
85,018 85,018 000000000001ab0d0cafe55221c091e5ee10a64d435de5a1b1da96fa3bfa5298 0.00 MB 1 0
85,017 85,017 00000000001f376b4c95a96fbe25912010be5359850d843e7b1ad986a3a9928a 0.00 MB 1 0
85,016 85,016 00000000001e6c9aed02fa5bf5e3c77db538945e82ee16c13e979b12627e5a2b 0.00 MB 1 0
85,015 85,015 0000000000117eb934e7e67d17fd4c05d896375a20a6a013cd1b6e43b1874697 0.00 MB 3 0
85,014 85,014 00000000001ca139e7951b2a15a94d1c6528dd8b45724c706ad4ea594224123d 0.00 MB 4 0
85,013 85,013 00000000002b563045721a583070db3a4650389be0cd6ef496b2ace391dbc7a7 0.00 MB 1 0
85,012 85,012 000000000028ac621266429592ea6ffe214799f82e831aaf9b142b8c236eec61 0.00 MB 1 0
85,011 85,011 00000000002e403448cca7bec408fe43991f17370cd8c9a81f12c3bdd99ab7cd 0.00 MB 2 0
85,010 85,010 000000000023e1e73996c0d9fe3f9f2753760ada8e44249acbe7b5c893ed8aae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.