Memory Pool Memory Pool Refreshing

8,883 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (634,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,223 273,223 00000000000000046fb55c6928edda98e711f65aa1ea5ba833c51234f2353c62 0.15 MB 357 82
273,222 273,222 0000000000000004ffbc70d8fac1332a5f01a04b4c55ca0a31c0f79342a13f25 0.77 MB 1,271 35
273,221 273,221 0000000000000004875635b4baa2f079dc26c6bda0d8f6b517d6d115d730fa9c 0.00 MB 1 0
273,220 273,220 0000000000000004fc602dc8b66cfcd8fd057b197c2644f61964c4a4d9f77aa2 0.50 MB 1,366 78
273,219 273,219 0000000000000004c72271835b497a79ebb1db60e75fd14764af7e55511c5ab7 0.03 MB 68 39
273,218 273,218 0000000000000003f59c5d05cf3a6318438ee561d22be5a44e04749bbd6be0df 0.26 MB 293 23
273,217 273,217 0000000000000001b80287567d3b8d5e1f36a42b1a3df761092903c87a5e114e 0.25 MB 563 37
273,216 273,216 0000000000000004b850c2f3784286dff19c35c0bb13dcaeca0e21885c2d6723 0.25 MB 708 86
273,215 273,215 000000000000000325a81ba5c44c79d886cdd07d21699603b068834e82d46c0a 0.50 MB 1,084 66
273,214 273,214 0000000000000004dc722819a555115e1d0b8f0b2e279889004a2838623d7e89 0.14 MB 342 92
273,213 273,213 000000000000000530c448644429f029c670e9bf6f3a6cec3861c17ec99ae956 0.13 MB 290 59
273,212 273,212 000000000000000472b6767616bb636f2fe397616ccc8edc5d00e7041cae7c04 0.03 MB 55 57
273,211 273,211 00000000000000030e59e199a849f7aa423930976643656a64be86840e54da76 0.11 MB 220 24
273,210 273,210 00000000000000008aee5e878be763e5a45b0cd71e366bb0fb3889b89e5586c5 0.15 MB 246 29
273,209 273,209 0000000000000005886c9f7aa4cd4486b618eb77898ad0f70c5cd45bf288eadb 0.14 MB 301 46
273,208 273,208 000000000000000585c118d6700c5b8c46fe7c507e3bce881d40549d8975e09c 0.08 MB 186 42
273,207 273,207 00000000000000018dcfb28a16bdbb3a7f18853a65c518ba2b05f81ea1d62f8c 0.08 MB 191 36
273,206 273,206 0000000000000003c96307c1a551bb4f030598b3a54faa305cd9f64b5d0384b5 0.15 MB 232 33
273,205 273,205 00000000000000016d3b406d4ffb14a970f16e12b16837f97c8d485bb40d4a36 0.03 MB 66 49
273,204 273,204 00000000000000023311cdac73309085c526bbb9d9152ed80e942c54789806c6 0.25 MB 616 61
273,203 273,203 00000000000000043ac878035099a23046d4943596a33eafcf9a773bdeaa5146 0.30 MB 623 49
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.