Memory Pool Memory Pool Refreshing

2,521 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (604,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,831 303,831 000000000000000002b09adc2a101e3ab589aae8ce5be64d3ddf9b95ebfac04c 0.23 MB 382 30
303,830 303,830 000000000000000024a5b294463bba56029b374838f4ccfee0b773754fb7f3b0 0.03 MB 69 33
303,829 303,829 000000000000000043dfcf3ce622dd3ce316fbed9a76411cce8e081a63016edb 0.11 MB 216 28
303,828 303,828 00000000000000005f2dbcad23ec66ae22f802e1eb80522b294b0f0b67481629 0.17 MB 298 29
303,827 303,827 000000000000000000d0e18777aadb44a3242608c30bb205df50b1ab90bddf42 0.26 MB 262 8
303,826 303,826 00000000000000002af793dfd46d1708337bdfe6392d8b41b15f457f520ca082 0.13 MB 71 7
303,825 303,825 0000000000000000041cc6f33377b81c0802270b82f6b6772fa9947e81a27676 0.37 MB 677 33
303,824 303,824 000000000000000014b742755187e5c1f576716b9e53db515c5e1ab59595e21f 0.06 MB 128 20
303,823 303,823 000000000000000068bc715e4fed4ae394ff967e601a8030cf40eb48c75ec2b0 0.23 MB 490 35
303,822 303,822 000000000000000037590eeba45562d2fc30eaea32fe7b07b3d6f4fcbbb6227e 0.21 MB 180 19
303,821 303,821 00000000000000000c1303b04ad699aa2b5b43c50cf253ba8ff42c70e518c9f1 0.35 MB 747 34
303,820 303,820 00000000000000004572d4e63fd80a374dc73b6ae22a1b06921e565d216aface 0.15 MB 321 33
303,819 303,819 00000000000000002775b73086c3baa7d9e7272a4cf5dec83217795f90ae3752 0.22 MB 472 35
303,818 303,818 00000000000000004b1fdedcd189f0c78fe8f8a7e20fbcd634deac8838bd4b27 0.58 MB 948 43
303,817 303,817 00000000000000002635051b5a984d6ccd83c24df5a070cabdb01a21a6421f23 0.03 MB 34 19
303,816 303,816 000000000000000047eafdc3130c3898f9b43cad47a93bdf44aa170bb899d1a6 0.20 MB 332 26
303,815 303,815 000000000000000010172638ecab82fe3a130c05ae657034c88508bf11fbdf1b 0.25 MB 487 31
303,814 303,814 0000000000000000608b0850e95f10b193ed733fecb28a1c4821b624065766a4 0.06 MB 101 23
303,813 303,813 00000000000000002c81e419d6104dd8c5742b027630d90d00740cf2067c2976 0.19 MB 402 32
303,812 303,812 00000000000000004d21b39b00f2edc5387615aef733282e8ce6d8aa91c99857 0.42 MB 735 31
303,811 303,811 00000000000000001e22fa07592b0f90d0d6a44680209551561da5e87f78c8c2 0.01 MB 13 33
Previous 10 blocks ↓
Total Size: 769.30 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,642.64 GB sent, 94.43 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.