Memory Pool Memory Pool Refreshing

3,441 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,648 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,647 (887,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
20,786 20,786 00000000b749569f2e4ec57f41b7e0fedd2b8f201c407e1316e289a0f5a4a57b 0.00 MB 1 0
20,785 20,785 000000002dee1b3dca8ff7353f3a998d03018df23c94388435bea0b6ebff66b0 0.00 MB 1 0
20,784 20,784 00000000b2a11ab0115a7fa2488e9dd4f5738f192a38965cfa650fdfe61895e3 0.00 MB 1 0
20,783 20,783 00000000eb66b417b53b7cc7580300c08b0c2d68b3e3cc19dbcd983b2daf1488 0.00 MB 1 0
20,782 20,782 0000000024c014118b4fb1772b63d6b9d2b7efd895dc0a2cb1c8cdddbb9afa81 0.00 MB 1 0
20,781 20,781 00000000d61c31ad4f35aebde445b8d2c418ba4f51673759849661be71fdbad4 0.00 MB 1 0
20,780 20,780 0000000050bc8a4baa5c53f9a3b0a066ddce984f0bb8416355744c6d4bc10254 0.00 MB 1 0
20,779 20,779 0000000058f72b5a10d47a5821a8b7fa94761cddcd943314615a9fb13c4d1b11 0.00 MB 1 0
20,778 20,778 00000000f05e6abdfde151e01724e67bafa4d5317fa5c274f792a14e062933b4 0.00 MB 1 0
20,777 20,777 00000000a7319914da95f0f3832c2782a6d4ba2f5d25f9c115b4eb929a6f5126 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.38 GB sent, 101.43 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.