Memory Pool Memory Pool Refreshing

8,592 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,908 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (421,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,772 485,772 00000000000000000015c55a5005ddcd533dc122d4607bd91ccb5b6ce096d469 1.02 MB 1,964 170
485,771 485,771 0000000000000000000d77b4cf469df4463fc051e55fdaa9117832d893791533 0.62 MB 1,430 65
485,770 485,770 0000000000000000001d0613e0f026c5a41fb16ba8ec7c5a6ef17e4c7ff46717 1.00 MB 2,304 24
485,769 485,769 0000000000000000003e7b4ce1e2021d5443af6eade7d5b115d6c025bdc5310f 1.02 MB 2,243 168
485,768 485,768 000000000000000001044b6b69d44ed39dff8de55611507c0ecfba677e3a0b87 1.00 MB 1,965 35
485,767 485,767 0000000000000000007675530acb9913cfe2ee559e0e8368427e0d8be1c0adfe 1.00 MB 2,427 78
485,766 485,766 000000000000000000c87aaeafab16018e42956009b320e36d90b29e4fcff8c1 1.01 MB 2,363 117
485,765 485,765 000000000000000001236cf2aafbbaee229f0c0773bd681be94c79f824bf59f4 1.03 MB 2,229 103
485,764 485,764 000000000000000000c6c02efa68f4f6fab9b2d9c057fac79ee9a4483b35d1d8 1.00 MB 1,345 130
485,763 485,763 000000000000000000a876672c6edb5de240db9b2379900931fddcd68956deee 1.00 MB 698 148
485,762 485,762 0000000000000000011be99ee1d3b1ba449430603d6ee1a75072d4f3a09df286 1.00 MB 596 145
485,761 485,761 00000000000000000124fcc5e969f0d16fb072aa0a7c45fa934a07120087a7ca 1.01 MB 848 151
485,760 485,760 0000000000000000007e1253df6dbe38b654772dbd4d1dce93fc228d8480cd35 1.00 MB 1,418 142
485,759 485,759 00000000000000000052d2160bc6f555e10845dc618bb0e4812d88ee5fc04e87 1.01 MB 2,362 97
485,758 485,758 000000000000000000dd2a6910260bbe770b97f71696ad45e4b0556bcc10f93c 0.42 MB 855 65
485,757 485,757 000000000000000000c7643b007a730eb1c1f77c440707a9ff6164c9caf56e80 0.74 MB 1,399 75
485,756 485,756 00000000000000000070285021b5f88de7ebbd074166dd9a748af0cbddd7962b 0.48 MB 1,070 72
485,755 485,755 0000000000000000006adf4398a3ac65f42a9c35dc70c1ae253652d61a089d3e 0.31 MB 708 94
485,754 485,754 000000000000000001164dbd05cf7a63aecef5e796dda8a9d3c47e3a4ef8acbb 0.29 MB 536 63
485,753 485,753 0000000000000000004f8ecb6df73b8d24829bc82d46e96a3d236a67fe4a11e2 0.40 MB 889 90
485,752 485,752 000000000000000000e9bfeef2c8bd321c225d037c2e0d12b882746c69b7dc5e 0.18 MB 484 77
Previous 10 blocks ↓
Total Size: 769.00 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,616.64 GB sent, 92.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.