Memory Pool Memory Pool Refreshing

1,932 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (887,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,807 20,807 00000000b3ae58fd2f64a896edf4d76e18c45ea1169a6e8026e1614a8bda3f7a 0.00 MB 1 0
20,806 20,806 00000000661b3782aa6df69f06bee1d0e5edee63f73690171027d678a279d811 0.00 MB 1 0
20,805 20,805 000000007878b65608adb54bca98dfa8d096ec45629473613ca2e0b10a02baee 0.00 MB 1 0
20,804 20,804 00000000e1f121b9d2fd2233cb53e7dbca773e76f0e205aa43369ce8ddf73c7c 0.00 MB 1 0
20,803 20,803 000000007ba29b8c9fdc12d52d2e2ee40bc0f4a5729d3310e8200694726b0242 0.00 MB 1 0
20,802 20,802 00000000591eec891cdc0b037679ec3084aaa3e50bcdc59d8b71c9a313a19a62 0.00 MB 1 0
20,801 20,801 00000000ca73be499578cfa84a05bca73735aaaaa98d2ff4197bd1fbbc06e6c7 0.00 MB 1 0
20,800 20,800 000000001e968c39cd30afad9153f35493dd24cdca9f66df8aa32a14674192df 0.00 MB 1 0
20,799 20,799 000000008e517f6bd92be2924ae9cf3eac29e21a2942f240be7c0de727b9121d 0.00 MB 1 0
20,798 20,798 00000000b5a1a8e8cc6387f9e2d69290491916ad50cbaf4b4ebf9645d868f066 0.00 MB 1 0
20,797 20,797 0000000072d13198a5bcf80ed678e6b77bc9ac743f5731608626577364ba14be 0.00 MB 1 0
20,796 20,796 000000009cb5246008d7b18b09a1584955dc65e8d63ca446e459d5ca5beb6d4b 0.00 MB 1 0
20,795 20,795 0000000002f7b8d6a5f71ca912d7f9d9312c0b480a70e9bca821b1dcf754dbdf 0.00 MB 1 0
20,794 20,794 0000000079eba4df8f86e0180725a3594a2c22191dc3cc33402ca1970c8051f3 0.00 MB 1 0
20,793 20,793 00000000b5fac995aa5cd65baedcb382893f160802684080bf25245be265f7ef 0.00 MB 1 0
20,792 20,792 00000000d5cd77c551e7de993bf76132f81b6e7570c9bec346de1f9ba330b0c4 0.00 MB 1 0
20,791 20,791 00000000dc59085026d97cd01d24a2abff93c79de31c1f50f603b1f573d33ad7 0.00 MB 1 0
20,790 20,790 00000000bd08c168256305b1e59f37e423b493f6db4a620030476675dcc51ddf 0.00 MB 1 0
20,789 20,789 000000000b8545068ca021bac74880bc041bf35aed210bde25c09feb4a2dd727 0.00 MB 1 0
20,788 20,788 00000000bea34c07dedf0c7690716053552986efb8ce68d09bfdaef792bc8a6d 0.00 MB 1 0
20,787 20,787 00000000f83b9c980b436a1ea11712e17be34727694101d8b590a8768d6786dc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.72 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.