Memory Pool Memory Pool Refreshing

4,530 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,987 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (252,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,360 655,360 00000000000000000008804c2d220699be3f05f53b4d03a8f012dcd7c29834a0 1.11 MB 2,255 50
655,359 655,359 0000000000000000000f22c09a408aa20dba5bd4a6f3fcf56a749e16d806f267 1.36 MB 2,619 197
655,358 655,358 0000000000000000000881da93d74c9cc443c184b6d88a4c582fa33ab9ebd400 1.25 MB 2,328 80
655,357 655,357 00000000000000000009aeeffcc86b875d7acedef45d385d2211174f15d0f80d 1.41 MB 2,064 88
655,356 655,356 000000000000000000109982e118e33cc42096e37dc51a74f7ac9df6a6a86e59 1.36 MB 2,640 208
655,355 655,355 0000000000000000000ccd1afa663620bda0da8ce6dcbc0c2149a7afaa20c8b1 1.37 MB 2,997 266
655,354 655,354 000000000000000000015aec34a4cc7c7c3c6d2994fd28b3865fc9804ee5c7f2 1.38 MB 2,820 319
655,353 655,353 00000000000000000006f9fe4f6c16a279edc7fb7ec003431a1f02d39606affd 1.34 MB 2,687 194
655,352 655,352 0000000000000000000b5987997eb20d346d52722a3ca2124054247d4b1daab3 1.29 MB 2,063 324
655,351 655,351 0000000000000000000189a276c9e38c17b4fcc793557d6c435cb13f8ed19796 1.23 MB 1,753 53
655,350 655,350 0000000000000000000eaa8c644e6f07ebf074b35c34adf3c89490d381554bf0 1.77 MB 287 29
655,349 655,349 0000000000000000000e00e57f25195d86a6f97642c834f81f73d9db1f84a47f 1.69 MB 680 20
655,348 655,348 000000000000000000023b806972c66388c4593bf0e80ba519ef5ee5e045147d 1.23 MB 2,211 142
655,347 655,347 00000000000000000007708adb21aa817b13e9cde5311360cb2cb82a01378dca 1.36 MB 2,312 227
655,346 655,346 0000000000000000000aa42da7a5c5fa1fd26992762cc72db49e5562cfbf2586 1.39 MB 1,335 61
655,345 655,345 0000000000000000000e9ad786608ecc53735e6fa58a73235e87c24304c09e24 1.42 MB 2,338 227
655,344 655,344 000000000000000000063894615107d849e1f450eff93bc43b650dcdc4a60c1c 1.53 MB 1,379 106
655,343 655,343 0000000000000000000f501b7ebb6cc66d122734456c6f625ce08046714503e1 1.50 MB 1,665 138
655,342 655,342 0000000000000000000332cfc2c5e0ce198a10919afb93a9d5c54f29af0f0865 1.58 MB 2,465 38
655,341 655,341 000000000000000000078bc5337ad78ebb7da28a3ba89e1faa739fabebd712db 1.67 MB 649 18
655,340 655,340 0000000000000000000f48b33c9cb5014a2bbf5f0dea4a0171cce61f450ba1b0 1.44 MB 1,279 60
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.