Memory Pool Memory Pool Refreshing

647 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,893 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 644 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (789,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,517 118,517 000000000000a84e8d7ad838189ce74623e1c571d3d3833f11a1fb31697d8673 0.00 MB 6 316
118,516 118,516 0000000000001d2957da51a12c5459051b5f92dce8f05063e43ef14467cf107d 0.00 MB 10 0
118,515 118,515 0000000000001f0f0d762f48abace5438403aad92296694420cb07560d583307 0.00 MB 10 353
118,514 118,514 0000000000003e3ddbad19e9cc6a212667fe0d0d173d3252f58659a0bb82bd65 0.00 MB 7 0
118,513 118,513 000000000000247c78f73f4b7ba70208f6b80317cd105f2c00128fc630c77b7d 0.01 MB 10 293
118,512 118,512 0000000000002f08a27f1366f56bef24f92154efe66a585d9ccc5287f8a8b73a 0.01 MB 16 228
118,511 118,511 0000000000005d588ea226cc149cc6781df7842c701eacbe6393b3c94adc9889 0.01 MB 13 186
118,510 118,510 00000000000077d7cb1f15363040b270f6d95d404f7ae836d3510ff47cee4a6a 0.00 MB 2 4,464
118,509 118,509 00000000000073db14e4e63a8ab64deb5d22deb7f323d756fe93ff5acc5bcfeb 0.00 MB 4 0
118,508 118,508 0000000000000aa4099f1be776aa5661c2448a3c87bf9472af945f3c6053a96a 0.00 MB 6 0
118,507 118,507 000000000000684eef29088c2c7101486e0e2f58c406875e4fd6d73e7cc52cb7 0.01 MB 28 0
118,506 118,506 000000000000c20be0965897f9af8d5ad264a1bb78be70fe2ac9213957907ae8 0.04 MB 10 1,155
118,505 118,505 000000000000a924ee811f1d892a7a7c21648fdc1da6091756d2c631ab49ef2e 0.00 MB 1 0
118,504 118,504 00000000000099dbede0d3b4456219b7fd00c010e6b266ce14d7939c5d27dc7c 0.00 MB 10 0
118,503 118,503 00000000000054870dcde62e9cab6ca22e73c93817c4aaba3879126c5006479c 0.00 MB 14 276
118,502 118,502 000000000000ba5928e07210b083dfb3cd9cb61879fdc3d9618a51029fe2112b 0.00 MB 6 0
118,501 118,501 00000000000047cffee21325667855fececc700dd6fd9eb3e1a7129c99a82b40 0.00 MB 7 0
118,500 118,500 000000000000b7aef9af63a97bceffdab174d09085034537b0523c7ebf624c5a 0.00 MB 8 0
118,499 118,499 00000000000061dc680849bc2ac234a4ea5d78379f05dddc4465b1a9f8f8510e 0.01 MB 10 194
118,498 118,498 0000000000004adf5215d18afb041a49d534cf3b54f492aefbab3eb8aaa4ada8 0.00 MB 4 0
118,497 118,497 0000000000003d5c2509d9b4f65e9d0bf1f0b8befe94c41e3ec979d8a95d3ab4 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.