Memory Pool Memory Pool Refreshing

6,862 transactions (2.47 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,579 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (871,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,974 36,974 000000001723f5791292001c800b5e1eabf5db472de7ca25fb690060dd78960e 0.00 MB 1 0
36,973 36,973 000000005326f61883b08aad8995fe6b89598b1402e39d8163eba5170ca3179c 0.00 MB 1 0
36,972 36,972 000000007caf39435ab5850839f6ff17853a162762ea8afa4b256d649b1db04e 0.00 MB 1 0
36,971 36,971 000000007d932f4a13554afac28763e3a45d44582d94b6e3e157f8bbf3ea13ed 0.00 MB 1 0
36,970 36,970 000000002aaba006efa5c75b90ae826546398319214288091f4749ccde0d1666 0.00 MB 1 0
36,969 36,969 000000002a33322e7697da8bc9f18c44da09aac76da0ab5f84065a4cbf5c0cfe 0.00 MB 1 0
36,968 36,968 000000006099433dca9c7865d1ac07efbbf9ff0314fdd134986aa16b9c96b23c 0.00 MB 1 0
36,967 36,967 000000006bfeceb7f694ce60e7580fdeb6abb7ecf98019d09ef38d59006acf08 0.00 MB 1 0
36,966 36,966 00000000769f8cd695033e4289045f3a490b2cea654edd1d2fa485928f87a8f6 0.00 MB 1 0
36,965 36,965 0000000061eb3ff042579cac4e0a016ed7ba8ede25560c3c08606ae390157845 0.00 MB 1 0
36,964 36,964 0000000001e306d59aa697eff3cec23ec07787415c9b5096bf3de42ffe6ac211 0.00 MB 1 0
36,963 36,963 000000001a8417c9b632687656eafc883958af2490a93c998543d00cacde8171 0.00 MB 1 0
36,962 36,962 000000000d5a5b49a34e2904554d65abe71b4f4742f97e4aef4946b45e2eee2d 0.00 MB 1 0
36,961 36,961 00000000216b5a3f2ee82a1ad31b9827210307f2cccc0a39e57af3059e675d4f 0.00 MB 1 0
36,960 36,960 0000000008c864476193c7a52a550cc0138862e61ad97a555708d0a973c8d37e 0.00 MB 1 0
36,959 36,959 000000003b573dee5f149241ddd7532f0664ddf0eb7423ff0bc6ed27f98d855e 0.00 MB 1 0
36,958 36,958 000000000b3d8d1f210f09061eb4e57e5f7d675705f7e9352046eb7fca77399e 0.00 MB 1 0
36,957 36,957 00000000024471eaefce595e9bfc4a3e38f9e12b95e3c251dde627fa91abd147 0.00 MB 1 0
36,956 36,956 00000000af5e67492cbcebc008b8253d1a4b995bdda90ac23c56b67fbd773ffa 0.00 MB 1 0
36,955 36,955 000000008c715ab561528a361c7756254cac9b992ac161ae97eb1c5176480bea 0.00 MB 1 0
36,954 36,954 0000000039cd16e5e20cb90a9772e8273fa716ce455b9a01abf8db2b56fdbdb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,856.87 GB sent, 102.75 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.