Memory Pool Memory Pool Refreshing

1,324 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (612,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,010 295,010 00000000000000000a6b67d5c5bd85bf8d3fe11212211e1d8c8b43961ac04c01 0.18 MB 316 3,745
295,009 295,009 00000000000000008c124b297493471a66f0bf7da23370073e0e85be367ea0cd 0.12 MB 265 32
295,008 295,008 000000000000000011d4556809912fa4fc1c976660b6374fa21fc765b34490f2 0.27 MB 282 23
295,007 295,007 000000000000000025a01c763cc703b40dccd775c584b5c0782bc57ae281497f 0.25 MB 645 44
295,006 295,006 00000000000000005bf3a6ab9f4c7991913db896659d43407259391cbefcf9a1 0.35 MB 577 31
295,005 295,005 0000000000000000331f3b0aab2784ec50b026cb0652f5c390d599242aa497d8 0.35 MB 587 30
295,004 295,004 00000000000000001eaf77a217ae22b046509f083c9d22e781b600908a4c902d 0.28 MB 497 63
295,003 295,003 0000000000000000064f012f8a374d5cd950d62359afcf33311c1897678f54c1 0.18 MB 195 13
295,002 295,002 0000000000000000290e2117957ef102d0e92921e108c1264443b1eac2766934 0.34 MB 513 27
295,001 295,001 0000000000000000242af5e3a276d9c1546dffa6ba59de791c7e89afe929f22c 0.04 MB 79 25
295,000 295,000 00000000000000004d9b4ef50f0f9d686fd69db2e03af35a100370c64632a983 0.10 MB 64 16
294,999 294,999 00000000000000006a21512871d0fd3ccc90a3a464adb7ecbc3557224afea69a 0.02 MB 64 50
294,998 294,998 0000000000000000759ede0c9a73b88d72858fac4834070e78f88bb6341cb497 0.21 MB 484 39
294,997 294,997 00000000000000007b0aaa6cc5d2e1853af7de5ccc3d2531f22d6fc720b08f84 0.44 MB 247 15
294,996 294,996 00000000000000002906e874cb711dc956ad26e6fcf1398716e45688f12aed35 0.35 MB 951 42
294,995 294,995 0000000000000000293e43e26d396d8f62ea01c1be919eec7436cfedceff7c67 0.34 MB 552 37
294,994 294,994 0000000000000000b2cf3ab4b6c64e2c524886749d1c1f73afab459db9450862 0.46 MB 850 36
294,993 294,993 0000000000000000af13fa5c542f6c97d23c4021d0a6b22924cd583d6be77cd6 0.19 MB 326 39
294,992 294,992 000000000000000044f5f7dc6f04057988ea7e4a8e91aa657034d41353bb1b51 0.36 MB 634 34
294,991 294,991 0000000000000000827576ab6e3b0be58846cf5d3d64423a1326c3a0b932a1a3 0.04 MB 79 13
294,990 294,990 00000000000000006de7a86d8feff6ae9e0e3b0edc670c8d245c836455cb775b 0.11 MB 191 27
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,631.94 GB sent, 93.59 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.