Memory Pool Memory Pool Refreshing

2,133 transactions
5.92 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,260 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,259 (162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,097 908,097 00000000000000000002192598e363c3dc370a3d41faa25e81ae497671a5db3f 1.59 MB 3,446 3
908,096 908,096 0000000000000000000228507d6bcf4a42b1774e41d5f9fa1c20fa87b32ba1e6 1.76 MB 2,142 2
908,095 908,095 000000000000000000022e29467bccb50a074f2eec2d83ebfbd29a67184af8a3 1.68 MB 2,479 1
908,094 908,094 00000000000000000000c5af95bfdfe1955ce7dcdb92f6b7ec612c3ec496b706 1.52 MB 3,156 4
908,093 908,093 000000000000000000022cbf9f383ba122c4dfb3399e488ae0e7699833dde961 1.76 MB 2,256 8
908,092 908,092 00000000000000000002015cb7c9f807aa429fa53c9826df449a8514778da1ef 1.66 MB 3,435 1
908,091 908,091 00000000000000000001d89da37ef1f20f896e542b46c4189f81100d7c927da5 1.60 MB 3,523 5
908,090 908,090 0000000000000000000016f67b108031ea5e684329bc65c1a9cffe82242f8479 1.52 MB 3,800 9
908,089 908,089 000000000000000000022add6392afb0f68b75575d34b14e27d99a4fed592deb 1.76 MB 3,150 3
908,088 908,088 00000000000000000000a28b9b77872ab4bc742b79ba39e7aafe8505a5188764 1.75 MB 2,881 2
908,087 908,087 00000000000000000001a81ed821ce7cee717615d03a3d03d116f45becd47471 1.65 MB 2,375 3
908,086 908,086 00000000000000000000811c35031c784d33edf9a92f27c02aac3b53211ef989 1.66 MB 3,652 1
908,085 908,085 00000000000000000001ce7b444d300f273169b1350c5af8861369142a070600 1.16 MB 1,860 2
908,084 908,084 00000000000000000001398c93968f943c6fe7ec0b7c0efaed3225a89e44b3df 1.61 MB 3,114 2
908,083 908,083 000000000000000000002f5f4b411e2e3cbdd6aa9f09eeda54fe1e80c1a67456 1.66 MB 2,708 4
908,082 908,082 000000000000000000021826c9c2103ccf52c2125ef260e1db8a852f4bdaa869 1.83 MB 4,216 0
908,081 908,081 00000000000000000001b1c2d49c22bb9211dffcb10f14acd227ea52ba5cddd7 1.77 MB 4,351 1
908,080 908,080 00000000000000000001833ea6d83d727184d905dc9ea65f67c150e51be8adc8 1.89 MB 2,579 1
908,079 908,079 00000000000000000001901d9f1c541bc37ba0ecec7a6022aca8496566db18bd 1.75 MB 3,312 3
908,078 908,078 0000000000000000000112269166bd09b7f88f52cfac1c75c48f7c9ae38b815e 1.59 MB 4,089 8
908,077 908,077 0000000000000000000152a3e12b46ed3e6217298f36a462ff042786105e7386 1.47 MB 2,599 3
Previous 10 blocks ↓
Total Size: 770.08 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,691.26 GB sent, 98.06 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.