Memory Pool Memory Pool Refreshing

2,054 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,239 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,772 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,238 (801,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,827 106,827 000000000001876060e25a344387429f6f92009061ba6b186eed31e52d5f376c 0.00 MB 2 0
106,826 106,826 000000000002f6b3ad7bb68c4b42a8c969cba349b377451de6f05a75622f55e7 0.00 MB 2 0
106,825 106,825 00000000000045687211ce2ed49ec85e3aa34d1135f0ca37a78dc1e742aa2e98 0.00 MB 3 0
106,824 106,824 000000000001d6654b844c42dacd65d9c9524b7a665dc75a2cc14b0ed097455b 0.00 MB 4 0
106,823 106,823 000000000000761321430d7986d82f5d0cfe4b64536a9536b740fa132435741d 0.00 MB 2 0
106,822 106,822 0000000000020ebad005460922c25f03125646fe01dda15a3dbe09b0e89acd68 0.00 MB 2 0
106,821 106,821 0000000000024016305878a01068c5f5e1afc1497b5509d7d981a36fece57fc4 0.00 MB 4 0
106,820 106,820 0000000000012dc0f2c26ba21b3050e9bae8f0b7626977eaf77202c7bf1cac84 0.00 MB 5 0
106,819 106,819 0000000000001e7553fbb6cff2f80f9f79a25556f7e589fad479df07b9438e49 0.00 MB 1 0
106,818 106,818 000000000002aa1e5331099bda2df44c8f39743111b5a5fbabae2fc43e905c34 0.00 MB 2 0
106,817 106,817 000000000000335e643d23c9d74f6f805df525e9e754a7d10abb114430e65f60 0.00 MB 1 0
106,816 106,816 000000000000cf65065dcb6a8ada1e1288e3bb3837a632f092823de2c1c0f756 0.00 MB 2 0
106,815 106,815 000000000000070fdef30dbf4b2ec16e71bb2143290239427ba0720d79aa8636 0.00 MB 5 0
106,814 106,814 000000000000e12ae2fa11657fb25e5520ea76a06a5fc0d2d5ca81572798fd8e 0.01 MB 21 0
106,813 106,813 000000000001c4bec47d9e54670983ce62c1e92e022e4b09fd95ddb74f8ed821 0.00 MB 2 0
106,812 106,812 000000000002310ec95f01fb6141240a2b7cd5c14ff00d93cda760e832ae56e5 0.00 MB 5 0
106,811 106,811 00000000000065eec8e488ee3990c8b66b3eb7a0c9a0b532d97117aa738d9f6a 0.00 MB 6 0
106,810 106,810 00000000000079ddd39968465c53f68ca853a762a8b1968b6cef729ad2660269 0.00 MB 3 0
106,809 106,809 000000000001f2a65b2658201666e602ea02afb95256125945adfd73607439b2 0.00 MB 1 0
106,808 106,808 0000000000003c6f663a9ab6325ee93fa64cd0520288f22f85c9d4286b8bb9f2 0.00 MB 1 0
106,807 106,807 000000000001f6ba5109c235f6ea3f91bb7374ee4970f857c3ae83c0650763a3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.04 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,687.12 GB sent, 97.84 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.