Memory Pool Memory Pool Refreshing

3,711 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,625 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (728,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,467 179,467 000000000000085f13942caed9534b2dfab3edde74a548dff48ba8c7ddc42e70 0.05 MB 127 67
179,466 179,466 00000000000008575a9dfda5d5c30bbea204fef48e76cf9f28d266c89570eda5 0.08 MB 169 146
179,465 179,465 0000000000000350a492c2424bd6bde42e3cf4d55d27abb170dd0ea6241f1f58 0.06 MB 129 89
179,464 179,464 00000000000009891f9b09f536d47d560a369e745d301907900f029f7fc63e22 0.20 MB 382 187
179,463 179,463 00000000000008852a10225d5c0d06f750d67b783eae3a6ca9eba789ddb6e282 0.04 MB 91 69
179,462 179,462 00000000000002727719f01f75f961e96ee186a80102338b38db71272be6a4f9 0.14 MB 291 452
179,461 179,461 0000000000000376756c9d417a773f11af046b91f90475c5a867c6e5db46d468 0.01 MB 18 10
179,460 179,460 0000000000000894f654e94055be2a507f22e4c94f1758ed22dffa1b85345790 0.06 MB 134 162
179,459 179,459 00000000000009679f30a842941c4922786b43814e9f65f84a5815c9e0e9269f 0.01 MB 10 10
179,458 179,458 0000000000000711002a9a314fedf6be987cfa654da3120d1b863148c7baef02 0.05 MB 97 74
179,457 179,457 00000000000005fa82a47c9a6e6a310844542eb4d8300b753f705246f2918088 0.05 MB 83 217
179,456 179,456 00000000000004317d446f76f2190ca6464528c86cdc1f8b2cfb49afc18b9ab0 0.06 MB 89 155
179,455 179,455 00000000000004b183e5e5fc3b295946abfd003619045cea16a5dac9a9796cfd 0.02 MB 79 45
179,454 179,454 00000000000005fd2827f8692d0f1d067824a45dad3bdddd219bf8e3ea95db65 0.03 MB 75 308
179,453 179,453 0000000000000480382052ead2cf05b95f71122eb8301161779f891ea353026f 0.02 MB 55 27
179,452 179,452 00000000000005057737ae581faba42e065f6318a8a908e1c20fc1dbe43f60fb 0.21 MB 526 242
179,451 179,451 000000000000065b49ac5cdec95d063866ed152572527d36414271cf313fce6b 0.05 MB 117 179
179,450 179,450 0000000000000036dd6d7326ed817b2badcbc1cccfac0437f33faef74e43672e 0.00 MB 10 116
179,449 179,449 00000000000006f6203b3b06dce651abe6bd82db5c2902af459d3833184ebc5c 0.03 MB 84 61
179,448 179,448 00000000000006cc98f647719fd501e87d77c9767dadd6e25558a29a12113ac3 0.10 MB 220 145
179,447 179,447 000000000000040df3785959fd7aaa9e3696651a256b014de503e80464bb2f4a 0.13 MB 279 162
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.