Memory Pool Memory Pool Refreshing

10,270 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (712,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,362 195,362 00000000000001af2562544e63ff10a59f45adee198614ab4cf6518f5b004d3d 0.24 MB 681 151
195,361 195,361 00000000000001ed256662679b6fce8d80419c6569a396631cd32b33104abb40 0.05 MB 155 140
195,360 195,360 000000000000057f76df4e0a232d9149744b35a34eeef27a7797f3dc518663b2 0.01 MB 24 30
195,359 195,359 00000000000006f3a18dd21072b2780d7ab40e12b8db92b719c9dec3df853f47 0.05 MB 58 126
195,358 195,358 00000000000001708c1726e01f36b8b63b7de773f325197f3e13977bd86173d2 0.13 MB 339 138
195,357 195,357 00000000000006a9a14313a50d2a483fac9620355c9cf8b797fecaea4213d1b8 0.00 MB 8 162
195,356 195,356 000000000000052c62800752f36851fe7447c0d46f59dd4924e7465067f64298 0.08 MB 212 105
195,355 195,355 00000000000004bfcbc6058966adfb33924fc9a8bd8a9d9b2f19d08a87fcdf60 0.07 MB 202 52
195,354 195,354 00000000000003c7810e7d1994fe2d4e9bdf67c28436e2d2dc642f0df15bd024 0.25 MB 496 143
195,353 195,353 0000000000000214d3b793f32cb81f013de3e7aa6c0eead8dd5488391d051cf7 0.01 MB 29 129
195,352 195,352 0000000000000374d8006ef55d2381c2fc00297e7d77bf4c9928ecb8ce291893 0.08 MB 242 161
195,351 195,351 00000000000001a87b3a588606371eadb6dc1e8d10df539527ae1981f49be0b1 0.19 MB 512 152
195,350 195,350 000000000000005dcf2f2c1ddaf2f75ca27176a459ecb10503d0ce4c9488cdd5 0.01 MB 32 12
195,349 195,349 00000000000004d3db5d7f9e54cb32ca43b8196c7a92ae7eb03796efc62293b6 0.15 MB 378 126
195,348 195,348 000000000000060dbc127c45961eb03199140a4b9e272676b1e7e8a8a1aabec3 0.06 MB 167 61
195,347 195,347 00000000000005d35c2ad30af574f46d2092cfd20ae8a07726baf1c1e21fff60 0.13 MB 380 167
195,346 195,346 0000000000000126420bae053d20a71cd9ad6bbef212207b73589aea41b4810a 0.00 MB 5 75
195,345 195,345 000000000000071708559e895233b2ca3b433badea68e951b7947ae339dbc1b4 0.02 MB 70 73
195,344 195,344 00000000000002b27fd2ddd69be5704a4ff78282cb771f13d153aff27ab90cab 0.12 MB 298 199
195,343 195,343 00000000000006a3351958007bb6466592614902acd94e60ca70ca983f0150a4 0.10 MB 370 9
195,342 195,342 00000000000003c860626a323bbd2207148a484f21621d9f1193512777f02b51 0.09 MB 232 164
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.