Memory Pool Memory Pool Refreshing

2,711 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,096 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,528 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,095 (795,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,252 112,252 00000000000047a804cc55260d2fd957f9fc7c2f792f171c33f67cf6b02cff71 0.00 MB 4 1,481
112,251 112,251 00000000000114a61f3d936a71b75fa0db28867cafc61970fc703c0bd3cd5a99 0.00 MB 2 0
112,250 112,250 000000000000a42bbf6f5d4c68ffaca68aeb19e8ec6c95a226614d38af9c09b0 0.00 MB 2 0
112,249 112,249 0000000000005fad4b25c3a367877f81449636a7a59155c26ccfc36d4cc64e7c 0.00 MB 5 665
112,248 112,248 00000000000114302e0b43c1a3f02b011cbe2d640d4002a0d9b83cdeb807a271 0.00 MB 2 0
112,247 112,247 000000000000a054cd52d3bf2173a6f79490d04fe680b8138a696b990708db04 0.00 MB 5 2,229
112,246 112,246 0000000000006c22221e7a029d8ee2bcae97fa77f87dc6f9f7d2b61cc7dead85 0.00 MB 3 3,868
112,245 112,245 000000000000cf53ebb9add1918cf1407c261c78cd056c99550a7bcd144c3092 0.00 MB 3 831
112,244 112,244 00000000000030c0a1853f3a8a1837f38e2970811494e9514e12adc13c080722 0.00 MB 5 3,875
112,243 112,243 0000000000001114e4250e6349816888f10e797fe32750afff970ea18b7a2c11 0.00 MB 5 2,909
112,242 112,242 00000000000076796e4008c24664ca902b1143745dc43135365d04441b0aedab 0.00 MB 1 0
112,241 112,241 0000000000007e48d976ecc5d1b7e363d0e8cbadbafe8b409a3b72a7d3f57b5e 0.00 MB 9 1,093
112,240 112,240 000000000000e727ed6875d2f5258b939a9290f3b4b393930aa048baa0a0d006 0.00 MB 14 1,918
112,239 112,239 00000000000056e745a9110fb50410972c113b4cbe1bd04e2afd0a3084549fac 0.00 MB 3 1,937
112,238 112,238 000000000000c238bf8bf8061cde90e5b270e5cf33dadd01a9246516cd39a01c 0.00 MB 7 1,322
112,237 112,237 00000000000005df9cf52b7b09044ecf3947d874861e1b891ce6038557d9ff89 0.00 MB 9 778
112,236 112,236 0000000000007f8829532db2f67d18a931752c37e63512625a95f3f8fefa72f1 0.01 MB 8 442
112,235 112,235 00000000000016c244081f08d1f552a06146a1aed397f9ba0ef46ae89871a1a4 0.00 MB 15 2,013
112,234 112,234 000000000000f0631b95f7c9dd93bc678fffc62513207ae0e0515e669b985e17 0.00 MB 9 1,970
112,233 112,233 000000000000504dac703a3e66ca2c153b7e799351c6b6aa5e152984e813031b 0.00 MB 5 1,003
112,232 112,232 00000000000000b87482153838af1aee957d9cd21b3f1571bc3bbcd72c625d11 0.00 MB 9 1,299
Previous 10 blocks ↓
Total Size: 769.72 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,677.77 GB sent, 96.51 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.