Memory Pool Memory Pool Refreshing

1,258 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (166,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,892 740,892 000000000000000000004c1cab536bc8e7ccaef6923edc705e8dba088df2df68 0.04 MB 81 15
740,891 740,891 00000000000000000003eaa8e66a205863873239f0a577f1e53fa1b4f425e0b1 0.01 MB 29 17
740,890 740,890 00000000000000000001006afea476d49463c96675685ed22efc2251dae2cfbf 0.56 MB 685 6
740,889 740,889 00000000000000000008cea3f2b3ae0b08eaf9daf449b1f56abe147349c68631 1.26 MB 1,360 17
740,888 740,888 000000000000000000065dd7c0b14caa1143e6b160d4e56c04fddd97b6753d93 1.18 MB 971 24
740,887 740,887 00000000000000000005151d956a3d7d584343213d7dc72225aaa4f66d9dc1a1 0.33 MB 296 65
740,886 740,886 00000000000000000003af7525108e79818ddff2515666a379f603515be19c4a 0.45 MB 787 26
740,885 740,885 0000000000000000000905f0fa6118b59811af80318f90814377211db0ae0978 0.04 MB 90 23
740,884 740,884 000000000000000000023cfb43d672e2612129970cb3027dee54e824ff1c2b17 1.35 MB 515 3
740,883 740,883 00000000000000000002f97aff62bceb35cf69f2e5fc17147e152b25eeb695d5 1.53 MB 2,306 3
740,882 740,882 00000000000000000004d17c338301de9bb3ee4a80db072142242aa7f2b1d86c 1.62 MB 2,448 20
740,881 740,881 00000000000000000003e61da4350b7a313b247c884af9f69f920629b0723646 1.51 MB 2,610 28
740,880 740,880 0000000000000000000670284079162620096cb81514b98ec34d5cdd32607514 1.51 MB 3,201 30
740,879 740,879 00000000000000000003c5ef619f03c1e382d119ed98dc76fdda37d7beff1b0d 1.67 MB 2,396 17
740,878 740,878 0000000000000000000668b5bd3da7745b8ac957afdbaad2bfc0b9153f32b5ba 1.50 MB 3,161 32
740,877 740,877 000000000000000000039c9e14f65f0202bce0e7cc99e406adf64b18b779291a 1.65 MB 2,268 14
740,876 740,876 0000000000000000000636fc8b8768dae571d7926e1e14a8c622360bce9809e6 1.44 MB 1,974 12
740,875 740,875 0000000000000000000217c90708f50f23aa1b792a739ba61925cb49ee242726 1.43 MB 1,712 21
740,874 740,874 00000000000000000000affadd96026eead92f361522caf6a392c07679fd8ce2 1.44 MB 2,540 21
740,873 740,873 00000000000000000000a310623bb71866c5c4d73f61dbb0b3c59824f5dbe3d4 1.38 MB 2,434 32
740,872 740,872 0000000000000000000455e64b3297fd9aa3dfee80a5a16155f2ad0316f88354 1.52 MB 2,000 13
Previous 10 blocks ↓
Total Size: 769.15 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.63 GB sent, 93.63 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.