Memory Pool Memory Pool Refreshing

7,737 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
891,092 0000000000000000000251050000000000000000000000000000000000000000 ago 1.00 vMB 3,116 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,091 (2,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,379 888,379 00000000000000000001467a2d5e57efcb14f94a1b37759626161ca5b4da6e1e 1.85 MB 3,315 2
888,378 888,378 00000000000000000000737661079787cc19e2acc6f8dd5fcec3d3d8615281c2 1.34 MB 943 1
888,377 888,377 000000000000000000015b1760d2dc8ddb3b50f47f062c4719c1ad112cf3bdae 1.24 MB 932 2
888,376 888,376 000000000000000000023634ad06564cf66ea7e883d37dbc91eeaa0b099bbf5c 1.34 MB 1,249 2
888,375 888,375 0000000000000000000180c9ae55b659c2352781cc5f234d7b861d12efe49168 1.59 MB 4,036 4
888,374 888,374 000000000000000000026a0ef6cad24b4a9261b0d1b030ce26265b7567d51126 1.58 MB 3,010 6
888,373 888,373 00000000000000000001bdf0068fa6d3c30e695c615d75ec2abc9186908bc1f6 1.51 MB 3,399 5
888,372 888,372 000000000000000000014fdc7d5e97db42a1b809f86525a988d17ca0e1fa7184 1.18 MB 820 1
888,371 888,371 00000000000000000000c5d400c748d9f089efbeb42bf76b8258923976522811 1.15 MB 1,150 2
888,370 888,370 00000000000000000001d2a9fc359812fc45ffc56294b3008537cfadac569dce 1.16 MB 483 1
888,369 888,369 0000000000000000000168ae4e10a118c3d148403ad922d49eba6d83f9a4d11c 1.54 MB 1,913 2
888,368 888,368 000000000000000000005db3f6473f506e0289e3b7c57efea38106f6f20ec440 1.49 MB 2,223 2
888,367 888,367 0000000000000000000040faafa9268344fb4a56ca3b61994b200efe8ed17f2f 1.62 MB 3,451 5
888,366 888,366 0000000000000000000248bcb4e29b3a354ce4c41d4bb5615321b089e04b4846 1.67 MB 3,585 4
888,365 888,365 00000000000000000001fb6199c4f1a763a98bce1f41318261ccc641c8c53497 1.54 MB 3,813 7
888,364 888,364 00000000000000000000ade9ddc30c7a6898ac68e2e960518014e023bc5f33bd 1.64 MB 2,818 3
888,363 888,363 000000000000000000008b3f2c598e0e9a2606bf71c01c256a142c42d2a07b71 1.56 MB 3,275 4
888,362 888,362 000000000000000000027d164638a5bce34a1847e7a262df0171048d8b21ccd1 1.56 MB 3,877 6
888,361 888,361 000000000000000000024fa616dd9c3c567962397e97508f3b3391f49a87cc6c 1.50 MB 3,829 7
888,360 888,360 000000000000000000022104c8901d3ed9fb68bcc1018c11aa5021f86f0bc72a 1.58 MB 3,306 3
888,359 888,359 000000000000000000007ef405a2f54cf6f186b08fdfe8f4f97dc8877939581c 1.36 MB 1,562 2
Previous 10 blocks ↓
Total Size: 739.83 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: 3,520.67 GB sent, 160.24 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.