Memory Pool Memory Pool Refreshing

5,532 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (403,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,565 504,565 0000000000000000003d595f4cd56fe8bab9de4df2529840063544514e4b881e 1.08 MB 2,698 543
504,564 504,564 000000000000000000218f903b7b7034c0028fcf96a6bac8ad190958651e303d 1.03 MB 2,615 542
504,563 504,563 00000000000000000065ec9a3344a82cc922af90b178b75b51489f6efcf2ad48 1.05 MB 3,032 493
504,562 504,562 000000000000000000226669bbd7b1409c4d64aefbb5bd79a1cd4c1510a06502 1.03 MB 2,866 538
504,561 504,561 0000000000000000006022f4507dc60a03657b07ca35d464c182fe55990f495e 1.05 MB 2,985 431
504,560 504,560 00000000000000000024f4936dda12d0f63c6ddebc645e0a315a7aaca83f65ef 1.04 MB 2,183 533
504,559 504,559 0000000000000000003911ce279ec3ec824b2f9696b74c9e9a68d2abb1e896c9 1.09 MB 1,894 578
504,558 504,558 0000000000000000006b945b8c07556829d9bef0d4d54499bd25d05500e8b861 1.08 MB 1,879 449
504,557 504,557 00000000000000000057be55d4c30efa7607e1c4762e02acf2b7179f8bb69399 1.11 MB 2,386 450
504,556 504,556 00000000000000000002cd1e9f13421588ecec997c9bba4ef10d128c6eb42fb3 1.05 MB 2,628 521
504,555 504,555 00000000000000000079f13a4e597b91e9697b72d5f48ba78ad780afa09da76d 1.03 MB 3,281 474
504,554 504,554 0000000000000000002a7e38295fb475c9f84067ca0739455049410ccbf05c65 1.11 MB 2,600 553
504,553 504,553 0000000000000000001883bd664d6c2d31064fd8e0f459891997c510791dde2e 1.17 MB 2,855 471
504,552 504,552 000000000000000000600fb5a18b3a0b0061a8c6a627893227967e478c0e868a 1.00 MB 2,895 500
504,551 504,551 00000000000000000027cf0d68f3531559f54539669da04703a06ce2e9c7256a 1.01 MB 1,015 156
504,550 504,550 0000000000000000005a80fe2371482d0f1fa11cd452552555e9f1bdede2e2a8 1.11 MB 1,727 196
504,549 504,549 00000000000000000076d346ea1bc4905482746ddfead50b9c61b455856f6ff0 1.08 MB 2,584 495
504,548 504,548 0000000000000000000a2d2c736c6bb66320b9394ca9c6273cb3d51c81b941eb 1.02 MB 1,039 153
504,547 504,547 000000000000000000530523b6398a0e0db05faa6000bb24a667322c23c7ec6e 1.04 MB 2,164 319
504,546 504,546 000000000000000000405c460f4db25f7e590be413cfc8c265c48afd2a0d2499 1.03 MB 1,523 138
504,545 504,545 0000000000000000003eed039cdc55f99477315e29a0a8be25976bf895761b88 1.04 MB 1,609 267
Previous 10 blocks ↓
Total Size: 768.96 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,615.03 GB sent, 92.61 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.