Memory Pool Memory Pool Refreshing

2,505 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (693,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,836 213,836 00000000000001401699ce25a27243436bb4c2f8e49e2c9ea0de1433ba25bc8a 0.20 MB 334 133
213,835 213,835 00000000000003ac4cf6768c0b0f9d6ae58f9e7b9d9cce602cc5a1cecfc348fe 0.04 MB 41 103
213,834 213,834 000000000000051654aaba28b68d3d97299a72dc6d98a81078aa9f63e43918da 0.05 MB 124 176
213,833 213,833 000000000000057e477370dd845383d0d2d96ab2b16549337c39420566687394 0.00 MB 9 597
213,832 213,832 000000000000023d42b3e504448ad1dc71d04e6f205b646abed0dc02be5b5af9 0.10 MB 159 131
213,831 213,831 00000000000002daf9b271167542e1717fa03db38cd6ac26fc57e105fbbf13c4 0.08 MB 179 424
213,830 213,830 00000000000004af4baad6787b1752adde63af068aa8c8b8c942a0a15961df54 0.08 MB 148 110
213,829 213,829 00000000000000b28069999f7c6f3ff5735c81fcf30b88c9b5c9b5b1d85822dd 0.24 MB 555 173
213,828 213,828 00000000000001196d2a9ce7a6b85d7aa1bbdb71ba0079e0ccec4db1f69555dc 0.00 MB 12 134
213,827 213,827 00000000000003b9a85d68ec576901e9b10182d8d5b9665d0e704590dc3a7e19 0.03 MB 45 108
213,826 213,826 0000000000000478fecec4cd2da07acd2ea8f3972d54994e42545fbd90a77e95 0.01 MB 14 62
213,825 213,825 00000000000003d97c120b10b2273987d95162535ac880dc9e54725a67c8a569 0.18 MB 320 139
213,824 213,824 000000000000015d4cb02ad08320b742d2c439982b9944b4bbc7d94f363eb435 0.01 MB 21 110
213,823 213,823 00000000000003c9caa3ab360f2ddd48e4a97d4d7a3b91c627714d2a2df60131 0.16 MB 346 179
213,822 213,822 00000000000000d1aa899b8f2b28740c09e977228860bdbf003ac43d8476fddb 0.11 MB 229 178
213,821 213,821 00000000000003b7176487caec276db7d438d577437edcf54bf3e3b6517b25e0 0.11 MB 64 47
213,820 213,820 00000000000003976cc995747a1e7cd2d2d7a09c8d5bbd54503a38660c604fc0 0.10 MB 198 160
213,819 213,819 00000000000002c7dc80b4523b9d544c9649fba9688283d425e1bc52e43b5cb3 0.01 MB 16 164
213,818 213,818 00000000000002b881e7ae0f8c89e60dcd0b56af6fdc8d111eb49c1e40651bb1 0.16 MB 368 231
213,817 213,817 00000000000003f98ce0f74b2ca4d5d972160b3788e1b465ab4f3eed7a69c36d 0.11 MB 220 177
213,816 213,816 000000000000016b459ce7d552f029ad36d0b77cc62491eb54efc4147263610e 0.29 MB 431 153
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.