Memory Pool Memory Pool Refreshing

546 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
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 527 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (118,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,459 789,459 000000000000000000040dc558eda0d75fb279932e492121d8a77f563f6baa26 1.80 MB 4,296 55
789,458 789,458 000000000000000000056897805560db654c938ebdf5ff83b66d8cd6d5df8a6a 1.71 MB 3,927 80
789,457 789,457 00000000000000000000c86a908f3650fc9b7ac72e2034f9234f861cd7e914f5 1.56 MB 3,005 131
789,456 789,456 000000000000000000032a1f90505aa8786bf9af79f2e29147c9c6cd3a80cb33 0.00 MB 1 0
789,455 789,455 000000000000000000029dc78b8c6c5dd3461d52a643979747fba95e459b792a 1.62 MB 3,584 77
789,454 789,454 0000000000000000000365476c4fb0d2fb888405b849b7209ca234fcf8a6830e 1.65 MB 3,918 88
789,453 789,453 00000000000000000004432e464940744fef457b30db9e0112be2f4811651ab4 1.74 MB 3,785 58
789,452 789,452 0000000000000000000423cf34e5de115b83a709604cecc528f4e3c02e995d50 1.63 MB 3,877 61
789,451 789,451 00000000000000000004010e73f0292bbca0d781ab8c58addd743ad27a06a75c 1.41 MB 2,170 137
789,450 789,450 00000000000000000005a4b13f53ec244ef7091056602c23aed765ce555b63db 1.46 MB 2,832 164
789,449 789,449 000000000000000000028d58771a0bdea04f45652958f617337d9b32dd70cc9c 1.66 MB 3,454 45
789,448 789,448 0000000000000000000220277197c4a16a8f6e3881402b2ebcf73be98858be1b 1.83 MB 2,879 68
789,447 789,447 000000000000000000031c2929179d158f0212aac8e757cba2d89a6ab6168783 1.63 MB 3,898 118
789,446 789,446 00000000000000000002235d01faf169e822368a6aad26536adde9a6d6b9cd66 1.71 MB 4,620 72
789,445 789,445 000000000000000000002f2e2af66323271d29de216c11482ea22b8d2feacc1e 1.63 MB 3,463 127
789,444 789,444 00000000000000000004caa52bce8658832eb243d10ffef761cfb7b59d2f3cd1 1.60 MB 3,870 89
789,443 789,443 00000000000000000000a94fdb9802c86dd315d302d4aa721215c238c4324af0 1.73 MB 3,992 86
789,442 789,442 00000000000000000000225151f744763f3e44cf4b844f2ae3d0374882ea7152 1.59 MB 3,358 130
789,441 789,441 000000000000000000048393521d5d605ae60960bbac6960275fc1901a03797c 1.66 MB 3,346 135
789,440 789,440 00000000000000000003f176573b10aa81df173ab2ab9089e3e326471fc4fe07 1.66 MB 4,083 89
789,439 789,439 000000000000000000030d4063266a2b1f9240217a934ff9c8ce06f0dd813799 1.37 MB 1,995 110
Previous 10 blocks ↓
Total Size: 769.14 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,632.12 GB sent, 93.60 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.