Memory Pool Memory Pool Refreshing

212 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 197 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (728,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
179,446 179,446 00000000000003af0934b45a5f2232744c2d2d1f06066041551ee3775de24d59 0.05 MB 136 189
179,445 179,445 00000000000008661466e75699f9bd865808fefe3e48e7855f7659a42eeace0d 0.04 MB 99 141
179,444 179,444 000000000000000127a2cf9f77c2e7509b6b0ece1ff998c40f062a17db2f168f 0.03 MB 35 80
179,443 179,443 00000000000008aa3b85bcff251bea7df788e1d78a1f054c516f9a52b7cfe8ec 0.04 MB 110 144
179,442 179,442 00000000000005d3b35ab00e5b254614b6134072d5b23632dc46281eff343aad 0.02 MB 37 152
179,441 179,441 00000000000006b466f8ec3e49f1f605c6dc475fd93b3d4591f0377a724ce59f 0.10 MB 203 121
179,440 179,440 0000000000000561d10d95b81ed0e68c6e7c5540c4ce32a82d904a998b9a19cf 0.10 MB 252 167
179,439 179,439 000000000000075035e5632a30f532dd2bddf5480dc37065c35c0530108a5eb9 0.05 MB 134 94
179,438 179,438 0000000000000548e09f94243d7d25a3236208393ca2066d79502e674395fd35 0.02 MB 64 152
179,437 179,437 00000000000008f45f11e7534e3e3374e9ab217c44854bc7392ff17536b088d5 0.05 MB 93 118
179,436 179,436 00000000000001a1eca3a164b935e6398101a267c8a6189d51bb4ee716c73de1 0.03 MB 84 128
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.