Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (723,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,527 184,527 0000000000000a6dcd66dc5f9c86f499b4ef0dee0dc85b2af43f5128d759e61f 0.00 MB 1 0
184,526 184,526 00000000000000a74e845bbfbe04455fdbc2b0826c631611800b7a2085653558 0.25 MB 387 84
184,525 184,525 0000000000000901341cdae2dd2238a909fceda534dc00f617928f11a1f36e73 0.25 MB 501 112
184,524 184,524 0000000000000467a49afe50c6441ffd3022dc0474a89597938677aa94f94960 0.03 MB 56 169
184,523 184,523 0000000000000a2ce0536c1f0ddba802144ace30fe034114dfb198e0c7101646 0.03 MB 64 100
184,522 184,522 000000000000025b66aa756bc51a57ad64fd672ddc4e0720bb443d8846c00cf4 0.25 MB 443 119
184,521 184,521 00000000000000e20b5cb24316b53a38d3cdca554630ad8a49f44abf17dcf6f2 0.25 MB 653 131
184,520 184,520 000000000000012f0858cf0a3fcbc63828603f741bb460b7c8fca5e18c59ad5b 0.25 MB 563 118
184,519 184,519 00000000000000f477abfaba5ac934eb31e6cb4a2331dd771eb333047973967d 0.25 MB 382 96
184,518 184,518 00000000000003cc0939f2acdba003495576bf8b5311deb42598ce21a954eacd 0.05 MB 139 3
184,517 184,517 0000000000000793371e84fbff6279310ff0b746c574b315aefa3989d9156a80 0.00 MB 13 326
184,516 184,516 0000000000000973f55b13a340f97f8e3ea29b2063e9e343da35699e454e7212 0.25 MB 497 135
184,515 184,515 00000000000001e145362083043d9f2670dab94486e27441a5031d83241a5f42 0.00 MB 10 0
184,514 184,514 00000000000008d84597ede892156b190c92fdecad10c393318b38c18aaf9773 0.42 MB 1,301 152
184,513 184,513 00000000000008e42fec4451be3bdc68ca0fc2306eec9af05308530a1c9a3eeb 0.41 MB 1,024 133
184,512 184,512 00000000000002f1c37f5141089b7d2de6502a16cfa55cab4b4a3c088bbd2814 0.26 MB 608 302
184,511 184,511 000000000000062229aa4a547e693bb4d23aaddd6b74b91d1e15700eb1bf706c 0.00 MB 10 0
184,510 184,510 00000000000007124deaaf9922c949ca4b15d78f62f2f369b9c79840fd52f38c 0.25 MB 606 130
184,509 184,509 000000000000026a6ecb2503c38dffbe71056a73d430250f33fef379f11dcf40 0.01 MB 39 481
184,508 184,508 00000000000004c048256ba5073eba2e4839b5f5831af3811501c6ffb9bbc877 0.25 MB 512 134
184,507 184,507 0000000000000165844538ecf570621c7d2e849fe91d49eb39cfb4d8887fdd43 0.17 MB 512 241
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.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.