Memory Pool Memory Pool Refreshing

10,993 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (98,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,833 808,833 00000000000000000003652de1d590b3d44ed395760cfe98c96c91293941a8f5 1.55 MB 3,843 34
808,832 808,832 0000000000000000000468d8d81ba50deea00af93c5f005183b54912c6f1d9fa 1.74 MB 4,422 28
808,831 808,831 00000000000000000004da11da26ff9f98d9ff314b463a81b179f6f68a3de946 1.79 MB 3,146 29
808,830 808,830 000000000000000000031681aed6f1fdb88116a39d65f72b1d3c767b35f7d3b1 1.60 MB 4,157 33
808,829 808,829 0000000000000000000353385f6865edce6c77f18e117272c6321f623613402d 1.70 MB 3,416 31
808,828 808,828 00000000000000000002abcdb3505fdafe1d17a5ee109676691b8d08e9eceeb7 1.71 MB 2,439 26
808,827 808,827 000000000000000000032faf2ff18248f9e1131e2e20fb9428c5b00ddcff245e 1.55 MB 3,728 46
808,826 808,826 000000000000000000022aa0e9916a22049e9104858567b494cb1193861c8791 1.79 MB 3,466 31
808,825 808,825 00000000000000000002713562e6f437f7029dc8819a59641154bbb131159d20 1.61 MB 3,092 32
808,824 808,824 000000000000000000020d6ca10b96295cb47b82c351e984a1227ddbca14cc6b 1.47 MB 2,489 34
808,823 808,823 0000000000000000000021316a83fa7c6bb7d0e27613180663f189dc5ac7544a 1.63 MB 3,637 38
808,822 808,822 000000000000000000044f9610aca6cd6dde68064d13ae23577b520c6c80d278 1.63 MB 3,687 32
808,821 808,821 00000000000000000002c2d215ab5ca048fcc7ca9c19a1e7e56be0a6fc5e6db5 1.59 MB 3,564 23
808,820 808,820 000000000000000000035ffd032e4eee803ef51c12e701c41d190cae5abfaf64 1.73 MB 4,833 28
808,819 808,819 000000000000000000044e00e4f0d3416cc47e42e09eec4380a79cf8a1a87baf 1.52 MB 2,953 32
808,818 808,818 00000000000000000003a401857d01fdc4ea850b5d2ea85938c69473f1f3b840 1.67 MB 4,268 29
808,817 808,817 000000000000000000006697dc9247d4d7908c9dfb69dcc5203ed17aff8286f0 1.55 MB 3,559 41
808,816 808,816 00000000000000000002b6be1bc29bba4e5b7c652be250e71f4ff5c8e08d27f6 1.61 MB 4,201 30
808,815 808,815 000000000000000000036d570a5e9256e4bc97e070863a4ffaf705bc673c9c1d 1.61 MB 3,462 31
808,814 808,814 00000000000000000003589812366b8a7fb8f492f8e166f336c6b028d2f65fc7 1.53 MB 3,040 26
808,813 808,813 000000000000000000020f49d8ab15d4a813edeabdd7dc4cb791ff7f9a26541b 1.82 MB 4,765 28
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.