Memory Pool Memory Pool Refreshing

7,342 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (612,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,017 295,017 00000000000000002ae28bd949241525b0814d101cfcae49f18c5f6488950ba0 0.02 MB 42 69
295,016 295,016 00000000000000003b7ae578763f6c3520315210962460676b95d9e29c5d5a1a 0.07 MB 142 33
295,015 295,015 000000000000000056db7c2c1c142418d9ff85f848f04aac9fba2d3467bb4442 0.04 MB 89 37
295,014 295,014 0000000000000000325765440344c512be36fe3ee4e7f711df5072a89850de01 0.23 MB 436 38
295,013 295,013 0000000000000000b1b1629edfdc503b786257493708dc3f24fd234eaf6ab429 0.20 MB 367 38
295,012 295,012 00000000000000008f6ef787cec859d20c57226460a0222fadc0acb30792a05a 0.50 MB 916 34
295,011 295,011 0000000000000000a5978924eb83a8c9a578ff9e767188990ae553e51043e775 0.05 MB 64 22
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
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.