Memory Pool Memory Pool Refreshing

14,165 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (769,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,193 138,193 0000000000000864e986482c80e94af3556545a28b5ff9e965a4cd82c3409727 0.03 MB 106 91
138,192 138,192 000000000000056df4ce27ab15cb9414400aef752fd045e319c880d950fc2f63 0.03 MB 58 195
138,191 138,191 000000000000057e9a820bdef994bd8e3d238586f59d95b81a76fdd547248ca1 0.05 MB 111 138
138,190 138,190 00000000000002a54f824e1d685f2b45f31212ed383e1aa4a105e8b834651e4a 0.03 MB 66 435
138,189 138,189 000000000000062a8e2b8d2e86f18e59ea4845bf0ae92d143b68b3ecee23c502 0.03 MB 70 83
138,188 138,188 00000000000003d511116bf854d798cc45531e7c55f9e91f84c01c63b78c6f5a 0.00 MB 9 826
138,187 138,187 00000000000004ec3d7cf3263f63beeb132d2dc099cda098b7694f9bc2d35083 0.01 MB 15 94
138,186 138,186 00000000000002184d1dff90867408a67d8fdd810628e2600b56efe5d92925b8 0.01 MB 12 144
138,185 138,185 000000000000086d6a444de68b3d3a69e3b10a927904185fcee9d1df29a0e565 0.01 MB 12 65
138,184 138,184 00000000000000c85d6b080a952f5a18840cd16c14345df83cba665c818b39e2 0.01 MB 32 13
138,183 138,183 000000000000017f64eca25cc3352c5584e63823115584a2c5477d3b2073bc19 0.02 MB 55 395
138,182 138,182 00000000000004212516e1a0830ceff9b8246be347827fb9cf0e7ae91a1301f1 0.02 MB 43 302
138,181 138,181 000000000000040b2eff11afd58838f40442a84317b6d43e306fd4427ef876cf 0.01 MB 30 276
138,180 138,180 00000000000004a66956a0d7d6f54277890a75057a118bf55a50e695c9e64dcc 0.00 MB 11 34
138,179 138,179 00000000000003a0e801d8a75a431b200027ce347ec11dcd8b90a4490b5c3181 0.05 MB 106 195
138,178 138,178 000000000000027b57c18333722e5295b67723bc604b469579ccb914a4ba3eae 0.02 MB 52 156
138,177 138,177 0000000000000333dc8c8d8a90099230241de4b7507134b8bf87307f9285de90 0.00 MB 7 444
138,176 138,176 000000000000082b91dffb39f8b912eb338721eb2bcee900fefd0f85b786a39c 0.02 MB 45 113
138,175 138,175 00000000000004aa84deda702883d05c5507488019c83c2c4b7b5343cb6f9a77 0.03 MB 72 202
138,174 138,174 000000000000085bee39b3362f68d18e7f97f1a04c2a3aa3602684eb3d36c6a4 0.02 MB 75 62
138,173 138,173 00000000000000adb04bd411850189c6777e65ceb8453900618f77ba7a4bcb82 0.05 MB 168 160
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,622.95 GB sent, 92.96 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.