Memory Pool Memory Pool Refreshing

2,244 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,235 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (793,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,524 114,524 000000000000c1127b19138b76cb793b8ef726fc2e0ab0dc6b7f9609cc9b15ea 0.01 MB 33 624
114,523 114,523 0000000000003ad999ad2096735a2a4dafed3a7a111f42872ece583e662daa06 0.00 MB 6 3,863
114,522 114,522 00000000000078f08810cc29ef1bb6f1ff35ef0bd0296356ad0fc5a2410ebd3b 0.01 MB 35 2,915
114,521 114,521 00000000000034efea24db15112a81741265c7b4aed9ec4936ecf656d06a5d45 0.00 MB 13 833
114,520 114,520 000000000000b32aad65ae0f5ba53eb8b2459e0fd8816c568ad4d8c822ba3fcf 0.02 MB 54 2,642
114,519 114,519 000000000000408fd6cb0bd0f541f172c249fe8b23c4cb49e710af7548b4383d 0.00 MB 2 3,861
114,518 114,518 0000000000005465aff2291e9e276048e2e00b25095b9fdafaab820d0140deb0 0.00 MB 13 688
114,517 114,517 000000000000a785ef4826c22724540c064db5403934b55f2290da697cf269c1 0.00 MB 2 3,861
114,516 114,516 0000000000003ee81f3d73f2eac886fb892315a65de3f74a9111824a5e901f46 0.00 MB 10 0
114,515 114,515 000000000000906bb0cc4ae28ee70500d0255488470bfada0923a35962a0dad6 0.00 MB 2 5,235
114,514 114,514 00000000000066f0846bef1ffdd0e4b417380eea1779ea0a2bf43491a7ad2c74 0.00 MB 15 203
114,513 114,513 0000000000005dca1baeeb36d80f9b44e69cdfe8d8e1d4d2534b5cfbb520829e 0.01 MB 31 3,875
114,512 114,512 0000000000008ddffaf7a1fe53dd8619ad89b7e4ddd628a9dffd80c1cfa9c585 0.00 MB 3 3,883
114,511 114,511 000000000000d59ffb131da25d568483e95d9bbbeeea34051b13aaf7e9d6223a 0.00 MB 3 3,868
114,510 114,510 00000000000026c7bada4cf05e82d958e8aafca4df7076f46437ad655673d1ac 0.00 MB 10 1,074
114,509 114,509 00000000000032ccb3ed05f6985abc49a4b4a14f24db082c9e65db0313f5006d 0.00 MB 10 0
114,508 114,508 000000000000a3f1cdbeb7ac9712461b4f546cc28d4d072b0991b8297e81c276 0.01 MB 26 0
114,507 114,507 0000000000002d80c5ec7f0c57c1bb9ee7464e7a5f4e0cbbd2a06833a1321efd 0.00 MB 1 0
114,506 114,506 0000000000002099a1e907562f8f432c84b217ba0f87bc10a4864f5d91aad12d 0.02 MB 60 3,802
114,505 114,505 000000000000988a09a265a0284487b37797ea9a4fa6d71323c1472c3bc4d276 0.00 MB 12 0
114,504 114,504 00000000000054355a3fbaf6c9140e99da81522c0e7c870e4755afdab7394d6d 0.00 MB 11 795
Previous 10 blocks ↓
Total Size: 769.38 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,644.21 GB sent, 94.86 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.