Memory Pool Memory Pool Refreshing

3,654 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (141,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,491 766,491 0000000000000000000560017a92c7203743fa3175888713fd418a18324cb396 0.01 MB 33 17
766,490 766,490 00000000000000000001956a074fcb78222e3223a95cff38c8af86bff57ee916 0.25 MB 492 16
766,489 766,489 00000000000000000000a5bc324e2b32588c1193176320ba8615b59dbe3732d0 0.79 MB 1,391 7
766,488 766,488 000000000000000000031639808da3bfd0886bb95895ae97449cb6c0290a0f11 1.50 MB 2,854 19
766,487 766,487 00000000000000000005ada721afa5166c06a30a5e7c90afe2eba46232a79b7e 0.72 MB 1,514 10
766,486 766,486 000000000000000000037bcd629fb2bd1dad48383ecb1e7743fb66b6eedf52bf 1.42 MB 2,809 19
766,485 766,485 00000000000000000004c851d1f51e38756ba9d3d57e6e0c9d0eb8c0bfd26ca2 1.33 MB 1,513 6
766,484 766,484 00000000000000000000be8e59dbd5bd45892ccc64a5195a9dc9afdd61aa312e 1.14 MB 902 16
766,483 766,483 00000000000000000004d6cc1bbf089f1595d747c8b39abeb2bf3f8a83b087f2 1.24 MB 1,663 19
766,482 766,482 000000000000000000038a3a428fed91576cc3fa825fbd7358614dec5fe90475 0.90 MB 1,612 13
766,481 766,481 000000000000000000078d2c309bd40b79e093ffc08ba0c3201d626c309e1b90 1.52 MB 3,080 14
766,480 766,480 00000000000000000005f70a3cfa78816e93c7a6704c7fd5e15ddbed1dbcaf14 0.40 MB 707 13
766,479 766,479 00000000000000000002b689631eb1c3e13e0a24bd37758f923e610c3ec9da7b 0.40 MB 1,008 16
766,478 766,478 00000000000000000005337ab52ecf1dc8ef47a24d40e4f83d0665e40943d13f 0.65 MB 923 11
766,477 766,477 0000000000000000000810872ab09ce63269c70314f5b86862933f20e5727ab6 0.69 MB 1,446 14
766,476 766,476 0000000000000000000049d2074b79b09e618dbb1df3062c3cb4b9c934ac14aa 1.09 MB 2,446 16
766,475 766,475 00000000000000000002c66fce12b1f2ae9def0e72daa750e2d66fcd9d10048a 0.84 MB 1,421 12
766,474 766,474 000000000000000000022d652ead4428ccf39e353054a4c5a096f8be4ff53a93 0.41 MB 817 14
766,473 766,473 00000000000000000005f840b0c53e8f4d1142d4e7b1c2a0353f2ff69808e84a 0.04 MB 95 17
766,472 766,472 0000000000000000000512df3a281bf1c2f896965f649cc39918cbd0803b9567 1.30 MB 1,961 9
766,471 766,471 000000000000000000033450fac903bab5f7608c08fc0958bd8fe720eee8fbd0 1.63 MB 2,495 11
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.