Memory Pool Memory Pool Refreshing

1,735 transactions
0.43 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
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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (494,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,518 413,518 000000000000000003615892d2442b3cd89197b9ff633f55e42e267b3dfbe787 1.00 MB 1,492 36
413,517 413,517 000000000000000004ebe3830de3708479d0b004a5f441eaff8ca1f94c04b68e 1.00 MB 1,831 39
413,516 413,516 000000000000000000a1b176f8ed2fa17ffc8fe9aa1742101eff951b8503848b 1.00 MB 1,682 57
413,515 413,515 00000000000000000189074a7a3ab3686102496fd10afc40812096379b88e14f 1.00 MB 2,604 74
413,514 413,514 0000000000000000054c63a2712a8182ed8f5c51474d27dc14c8564008611eca 0.24 MB 390 43
413,513 413,513 000000000000000004caf24e3b25b50e04269c5f5b77379d1b86f7d52a157153 0.85 MB 1,645 47
413,512 413,512 0000000000000000003532f8dd47f5e16285dad9f92b7f11bed65d00e77852ca 1.00 MB 1,732 40
413,511 413,511 00000000000000000257ba9be5933b65056562acbf37492303f260759078c64b 1.00 MB 2,043 39
413,510 413,510 0000000000000000038bd2b634504c8a778d69537130a66a756cc38cfe6a83fa 1.00 MB 2,733 55
413,509 413,509 00000000000000000214687dec6a463fa6dcd6b0c20618d15d54402aa44af552 1.00 MB 2,809 68
413,508 413,508 0000000000000000007f1cf0215c127db453bf089aad4ef52dc75a506798b65c 0.02 MB 63 67
413,507 413,507 000000000000000000b2a85c768f28ac5b24b80dc91806a3304d0948ba16950b 0.99 MB 2,334 46
413,506 413,506 000000000000000004a23776e4e2a19ed7201b998182083d517eb759ab7087c7 0.27 MB 630 45
413,505 413,505 000000000000000001288d0f57eedc5965c4dae13e994849c265af7343458ece 0.80 MB 1,977 48
413,504 413,504 000000000000000004f2078d0954200de384d8acaffcd822fbc949f07e1167dc 0.24 MB 558 66
413,503 413,503 000000000000000003d025a48573b5d2127c8f76c4c5d339ece65b0a0d969462 0.11 MB 325 60
413,502 413,502 00000000000000000133c75174fac24d27613db292cb2584c51b1b1e13705d06 0.30 MB 521 40
413,501 413,501 00000000000000000560e84525d625f1fbf813683d1ada037d25eae405810fb0 0.94 MB 1,139 24
413,500 413,500 00000000000000000334d3dc8cff93484374701afe3a766f79f2b4e290b6475b 0.72 MB 691 19
413,499 413,499 00000000000000000289354d50206a50d2baf5fea99c9356b1e4fc33c335396f 1.00 MB 2,559 52
413,498 413,498 00000000000000000502baf2022da22abe7d8cf4920c37b2c6d89fb7b78dd304 1.00 MB 954 15
Previous 10 blocks ↓
Total Size: 769.23 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,634.80 GB sent, 94.08 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.