Memory Pool Memory Pool Refreshing

6,862 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (771,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,245 136,245 000000000000099d44e09f34eb0b53a467989d93a8f744d92771d9f4ee6c3377 0.01 MB 28 614
136,244 136,244 00000000000005ef4ac606c32a7940a5d9b3c45380c1fdbb04cb889cdae3facc 0.01 MB 44 8
136,243 136,243 000000000000070a953e3c6515bb656cbfa034c92e6d579df60bcbd3f03de168 0.05 MB 176 120
136,242 136,242 00000000000006fcebaeb9189e6801cf96981dd37a96848c4e08d1f77ae14795 0.05 MB 140 364
136,241 136,241 000000000000078c91b4e2fc3467e98b8bcb4226183d988b96ba86e93b335b32 0.06 MB 121 449
136,240 136,240 00000000000000d04e1aef098c9694c5acd17a219dc710b648cca81eddd25431 0.00 MB 1 0
136,239 136,239 000000000000042b145a713a7d9ddf157c55bc45ea373210168d61e4fb775d6f 0.01 MB 19 270
136,238 136,238 000000000000091b387e11b3d63ad7d6956e6dfe2dc97c1c5ed1d11f5372c384 0.04 MB 109 342
136,237 136,237 000000000000087b9e73d9f42af11ccb279005f72b16eaf955714f5b08ec1274 0.01 MB 33 427
136,236 136,236 000000000000009c3bb96953f631b2b08ee2cc6edabe3336dc565b240c02028e 0.01 MB 28 212
136,235 136,235 00000000000001599a4063abba31293cf81e6e191303cef7175b52fcdf0ef704 0.02 MB 67 465
136,234 136,234 0000000000000a292fe27cc1d90e019da9f613a6f881740bbb7fb2d0cc5c30ba 0.01 MB 21 294
136,233 136,233 00000000000002a0c2a5760ff168ee97e91fdf91be233fb90b473855a7b99769 0.01 MB 43 259
136,232 136,232 000000000000052463a76a96bca4397ae41c1dfe1c6927da17e754acff9b42a6 0.00 MB 1 0
136,231 136,231 000000000000082a339f886736d69c0081134dfcad10bd3d0ce7a7b01a2a7954 0.01 MB 17 128
136,230 136,230 0000000000000894353a4a72042df251085a47d3d9eb6d885f0d4aa505f168b8 0.01 MB 48 177
136,229 136,229 00000000000001e0bf09f0dbcaf703684eb32a3eb18e6197c506b5dcc132603d 0.00 MB 1 0
136,228 136,228 00000000000003cbc58446e88330fb3e9bc5e3bc80abaf2fcc5d0ca18bd9bb9c 0.02 MB 38 256
136,227 136,227 00000000000009df585f49c5bbeb792e5e6a547d69dd2575cc4311f106ed9c1d 0.05 MB 138 150
136,226 136,226 00000000000006c9b173b28bcb476a3d98089eeb89e0d9d58943bd9cf6695df4 0.01 MB 25 335
136,225 136,225 0000000000000535c0a61fdd7021dfe3bf9d3ca1317971c1035877d32c2d00e0 0.02 MB 51 399
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.