Memory Pool Memory Pool Refreshing

19,405 transactions
6.24 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,386 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (603,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,836 303,836 00000000000000003ea85cc2e89843dbc06e85a1421deda5cf9143705253b7ab 0.33 MB 308 19
303,835 303,835 00000000000000004af5fc174444047f36fb8b13e208cb2c25095bb6550666e8 0.61 MB 1,435 41
303,834 303,834 00000000000000000aabf7a2f829f1abc1b7e65dbd79faaec16eb37737c2696a 0.01 MB 35 23
303,833 303,833 000000000000000019c5b49ccbc9a32ff2a218f6e12fb5252425cae0b80cace3 0.15 MB 266 29
303,832 303,832 00000000000000004a250da394d2493ecb643d4bf81a5d6a1c4f218be3e45ca7 0.05 MB 110 32
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.