Memory Pool Memory Pool Refreshing

11,482 transactions (3.54 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,155 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (871,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,978 36,978 000000009af2f11d4fa6f7ba61ea1fd66ce733d55649fc31a91cf19e55f0060b 0.00 MB 1 0
36,977 36,977 00000000135221b20e58dca85dde07c87fcf67fa78d7f7ad3197c11033e7327b 0.00 MB 1 0
36,976 36,976 0000000011084ef18b7f1d82e47dbc0ac7f8a403c3770a9b8d0b4739de3526e9 0.00 MB 1 0
36,975 36,975 0000000014ca915d6ce7483b1061906928afe4351a6599c41c536da581f4c15f 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.32 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,862.79 GB sent, 103.79 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.