Memory Pool Memory Pool Refreshing

3,589 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (620,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,522 287,522 000000000000000010c8d662acd512895e7e49b1bccf8df604d04fccec45aefe 0.00 MB 1 0
287,521 287,521 0000000000000001470ac40ce038b808a3d9e051ebfe756a23582c81ba0628a3 0.09 MB 184 36
287,520 287,520 00000000000000010609d827d8bbf12b03377614204dd2356efede207de76d30 0.10 MB 71 6
287,519 287,519 0000000000000001159340b3526d81574dfad0c1d94f9c8c3919c8dc1309f3a4 0.05 MB 90 61
287,518 287,518 00000000000000000674c745f787ac55bb3860c06eb3bece244a5009751fceca 0.15 MB 79 14
287,517 287,517 00000000000000005aee250137a59b39eaa7e34fe03667ff832a76060aad9eea 0.35 MB 776 46
287,516 287,516 0000000000000000b357a27ff8eba9a76d564b28c7e04c8f043b1b4518e2d0bc 0.22 MB 385 42
287,515 287,515 00000000000000007ee0ca14209597f09d205f32fd1130c7276d1d380620a06d 0.17 MB 179 36
287,514 287,514 000000000000000024ec832367f297984bcdc5d595c6d7a575c05fe4da9a83ea 0.35 MB 701 38
287,513 287,513 00000000000000006a6062df84b67a4e89a04e81e286faa467ae9153f025f46f 0.33 MB 382 28
287,512 287,512 000000000000000061d0d71bda92ed634a979e82261c65163f9f65bdb52b0626 0.20 MB 388 37
287,511 287,511 0000000000000000ac79d30402672585d5356095e5d8ce636d442cb8ca69b8de 0.08 MB 95 22
287,510 287,510 0000000000000001047d4535c91fbb0c57dba9d32d35bcb1e4439dd60fe93829 0.90 MB 1,682 29
287,509 287,509 0000000000000000b653256a5bf05ea2c4fddbda10e6b1ba85a5f09257182012 0.06 MB 118 63
287,508 287,508 0000000000000000352db2bf377bd2c2a78c72e647efb99bd6abf749378890cf 0.06 MB 134 119
287,507 287,507 0000000000000000445d6d168377f50af8b70590ebaf5e6899c68502ce3da1ef 0.08 MB 83 43
287,506 287,506 000000000000000079b8b4889287413407fa90f6535dbacd320fa25f2309ebc1 0.25 MB 278 21
287,505 287,505 0000000000000000252b55da781335ad3c71f1f158a0da5130a4883914a73846 0.25 MB 542 38
287,504 287,504 000000000000000031db16f74e1c111d2eedee4d99314d3ccf0cdb898432dd64 0.49 MB 600 22
287,503 287,503 0000000000000001169241afed4a293fb6edfcbb4e2df9f9013a363591bf89cb 0.19 MB 439 46
287,502 287,502 0000000000000001171df3e008a5e2bd5a9a757504594212bbbb9e6e81d5fd53 0.30 MB 458 65
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.