Memory Pool Memory Pool Refreshing

4,184 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,614 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (603,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,843 303,843 000000000000000030afb482088e17e50ec6ac6f56b11d121ffa3f8d49ca8a30 0.10 MB 96 14
303,842 303,842 000000000000000038854e480e34db5a74285ddc26327e03bca3ebae7832a3f0 0.35 MB 822 41
303,841 303,841 00000000000000003e6cb6c812cd2d4bae0990351cff97956b1f1b1fc766ecb0 0.07 MB 70 15
303,840 303,840 000000000000000060e84d24e9bb2d1bd0c60216ca5d3a4fbee9926990734883 0.50 MB 1,194 41
303,839 303,839 0000000000000000456e34b4cf55c9488c5fbefbbe602feeebb06e86a228d1d9 0.01 MB 30 31
303,838 303,838 00000000000000003fee160b4652f4524d8415873aba6b33db7bfac6abd47002 0.05 MB 112 35
303,837 303,837 000000000000000027fab46ab498874376956445ef0bb7988732c5a53bc6faba 0.03 MB 67 45
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
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.69 GB sent, 93.45 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.