Memory Pool Memory Pool Refreshing

10,286 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,281 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (799,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,647 108,647 00000000000058c7606da120fbeb50d079cd146917fb7432b9f7fb15975857c6 0.00 MB 7 0
108,646 108,646 00000000000136006f307d2d65c32c172a950441b726418edee0888b13466eb6 0.00 MB 4 0
108,645 108,645 00000000000219c095c81523fd2805abc8f0d3f58c72ba190107973cebb1096c 0.00 MB 9 0
108,644 108,644 000000000000cd1e41689ab712ecbf68c063f9e7404946f4666edd590c32ba87 0.00 MB 7 0
108,643 108,643 000000000001c43a2ec50d6783df6a1625158f892463071885aa0ccbdcb10214 0.00 MB 1 0
108,642 108,642 000000000000396f40a3a8f1645dbdec20b9ffe6c9e794d9cf55329c57a14e67 0.00 MB 1 0
108,641 108,641 0000000000010c1cc34f1b49788e681a651e6d69d1512cd614968e5c0777831a 0.00 MB 6 0
108,640 108,640 000000000001fa648bb4758b4a691ce549a8b325094fbadf73a084bd4b5f3809 0.00 MB 2 0
108,639 108,639 00000000000195bf0e8f7081f83339e7de349bd8d39b4540c21786c905c3fde3 0.00 MB 2 0
108,638 108,638 000000000001a6581f443cc78b5aa7ea349727b585de0468ae3e2e87bdebb14b 0.00 MB 11 0
108,637 108,637 0000000000017ae2c0714b821dec55c50351a502cdcabf1347ea07888190680a 0.00 MB 12 0
108,636 108,636 000000000000d44ee5c2450da988e132d965210fce6510d2af643fa9f0c60dbd 0.00 MB 12 0
108,635 108,635 000000000000b5dbdf2129af301fb3cbca1778d9dab87b89957efdeddc1e6a6e 0.00 MB 11 0
108,634 108,634 000000000001b887453c7c13ba46b9477fed5450123f0f4ea4bd21a566ed1de6 0.00 MB 11 0
108,633 108,633 000000000001eae0ac63bd35ea42559aeb6fe0a438bb245cd28fe76972713486 0.00 MB 12 0
108,632 108,632 000000000000a3400fe1d90224cc585f9214709535d2ba0c01ad1fb2c395fd75 0.00 MB 9 0
108,631 108,631 000000000000d23629d3a521e8a465b4a6a80c9dddf1eea2a2a899361fd2fc75 0.00 MB 5 0
108,630 108,630 0000000000000f4e10939aa7eb97e5ff28a1b8d6c5ec6ec46ecc66663e3419e7 0.00 MB 11 0
108,629 108,629 000000000000674f7fce558939d57484c5bb5b3d10d00d9f6bc0b17068ea318d 0.01 MB 40 0
108,628 108,628 000000000000ce445bbc259a0b3c9a2337140cba84f9fc95f1c7d664a8bbeca4 0.00 MB 6 0
108,627 108,627 00000000000095c90390751a0c9371e7ae7adf27c5c6e574d5aa6fe3074acdd1 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.80 GB sent, 93.01 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.