Memory Pool Memory Pool Refreshing

6,595 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,315 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (800,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,242 107,242 000000000002195937e3ca1996ca714ab732976a8cebc8c43d2e38500a0248d1 0.00 MB 2 0
107,241 107,241 0000000000020c011d2b5405585a8c473d750a2bf073ed4a5a5862e861f543cb 0.00 MB 1 0
107,240 107,240 0000000000001f3d46804b7c518523405d75e39241060f6cfb53c55f769968d4 0.00 MB 8 0
107,239 107,239 00000000000208b618adc3b083bdb3f288b5532f385bffddd7afdb7d8ad14a47 0.00 MB 5 0
107,238 107,238 0000000000009e6a0920de7aa6d78ebfab183ee1845974244e9ba000ff7b271e 0.00 MB 12 334
107,237 107,237 000000000000fe6bf07cc2e0814dc7f3c759b1dc8c280e9895196a983a3a9dd3 0.00 MB 9 0
107,236 107,236 000000000000b5d021095a4e445419769e6151283d0b484edfee1105ab2091f5 0.00 MB 6 315
107,235 107,235 000000000000e57e7fdc96e72231986f67fffb237b0d1cc24a43d4dfcd66fe97 0.01 MB 28 0
107,234 107,234 0000000000027a38933bfc613f5a260c78704c2ec47ecdca6e79fcd506e237a0 0.00 MB 8 0
107,233 107,233 0000000000007290b57f60f8c1c4aca397171f8f7d58b6371a4d794b227c6354 0.00 MB 10 0
107,232 107,232 0000000000018426ab40154c69178700b6030b956e035e20abfacff3de30b9f7 0.01 MB 31 0
107,231 107,231 0000000000005825a36fea99c89507097c69165e3440cc7118d2131b153e325d 0.00 MB 5 0
107,230 107,230 00000000000264216b3fe455ce1993b16c77c13f8b824e36b25dda3363d163e1 0.00 MB 2 0
107,229 107,229 00000000000004e4a214ec12b3d05fa74482ae7938c549730f399935e212496e 0.00 MB 8 0
107,228 107,228 000000000001747980931394d142cde837ba23e31bb6115365a33ffaf53155be 0.01 MB 45 0
107,227 107,227 000000000001ea52d884938563de729c4a9ae37df2248a994cb48612e36bbbce 0.00 MB 11 0
107,226 107,226 0000000000024afb4d6a4fe5ae2cbc1e1d7e0d9afc7ea04417b16e375a466fcc 0.00 MB 12 0
107,225 107,225 0000000000003c94e72b0fdefd661e07d617ad9faa16e61075e5913fd9308ec5 0.00 MB 18 0
107,224 107,224 00000000000271bafd418c22340a4c6af1a59e931aeb0cc83e606674d477037f 0.01 MB 10 0
107,223 107,223 000000000002851b16e52349b2c6b6b8bdc1457b21842f212960d4fa8898c8ce 0.00 MB 10 0
107,222 107,222 0000000000012a5591c4f4c9c048c15c1ecac5829aafc05b41d139933c8882c1 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.07 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.