Memory Pool Memory Pool Refreshing

479 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,837 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (395,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,493 512,493 0000000000000000003b2103a9f849745213672f7abfe31a57db26f833ef18da 1.10 MB 1,749 18
512,492 512,492 0000000000000000004bc29c61412f416bff4ecf54767e6e70d538fea1ed79ca 1.15 MB 2,782 46
512,491 512,491 0000000000000000002505e4fe1f4c2ebb3b43542d24dc87e68bc612b1dcfc6e 1.09 MB 1,669 30
512,490 512,490 00000000000000000017c5e4d884b026a2c5ab40864090a7cdc86280dc2cf817 1.17 MB 2,592 15
512,489 512,489 0000000000000000002579ce71e8bd676e959bf45cf81caed2b19cdfd370b706 1.13 MB 2,445 27
512,488 512,488 0000000000000000002e8f392a563c724029b4ad46be1ea0b1490ca5f7ad6e9f 1.07 MB 2,431 24
512,487 512,487 0000000000000000000b1efdc713354bff7f6260ba69e634ab8f80823e70b8c0 1.24 MB 3,279 20
512,486 512,486 00000000000000000016e20ff0be00c1496d6eb8bb19f35a7308960cdbdb047a 1.06 MB 1,725 53
512,485 512,485 0000000000000000004bb8addea5750f2478dbf83795eb45adc59bd02e2bf42f 1.10 MB 2,001 38
512,484 512,484 0000000000000000004e0dcdadf3d70886e6aedfa8a1074e2c66502964358371 1.20 MB 3,471 11
512,483 512,483 000000000000000000343b0878b353e6a4d66f9175bc0715c05fbbcce23df8ab 1.12 MB 2,574 60
512,482 512,482 0000000000000000002f120a3543694425f9d54cf8bac7874ec1d1afa4ff2ed1 1.15 MB 2,709 46
512,481 512,481 000000000000000000368c5efa09a3aeea0c5c51e4a5997038059d9f736db69a 1.11 MB 2,066 9
512,480 512,480 00000000000000000020c359e3b0fe2dd2682440560da1746f7de0eeb95c3651 1.16 MB 3,092 39
512,479 512,479 00000000000000000006b1dbe77d96600a8c2b8f3e5d7ca9fb6ec3031e9b8475 1.18 MB 2,840 40
512,478 512,478 000000000000000000189a65650bb0e0ecd0e027d5bf535a95d82446fe4eccd7 1.10 MB 1,940 16
512,477 512,477 000000000000000000210f6e859dd0ea4b1046893c3e3b99bfc23f3b4621b644 1.14 MB 2,501 46
512,476 512,476 0000000000000000003f1fb88ac3dab0e607e87def0e9031f7bea02cb464a04f 1.11 MB 2,374 37
512,475 512,475 000000000000000000131c2aeeb57f33b8d22aea828eb8bee788d6d007ed8795 1.03 MB 608 16
512,474 512,474 00000000000000000018a682d609ef604fc4eca9a3c2d265b04214da5ddfbc1f 1.08 MB 1,707 23
512,473 512,473 0000000000000000000b8e4ba097613a5f8488d936d8b37b7a89292192091fba 0.08 MB 168 30
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.