Memory Pool Memory Pool Refreshing

2,801 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (633,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,845 274,845 00000000000000039640a6499ed7487140058a1e8f41097f2a49716c35e3e1dc 0.15 MB 24 0
274,844 274,844 000000000000000463af87051a2046d04202af21342f9cb103b92effb279f1c5 0.15 MB 262 35
274,843 274,843 00000000000000029bf763917a24d7bfe9bfe2aa1839dfdd1d173a8130844cc4 0.25 MB 596 54
274,842 274,842 0000000000000003c649928592076ebc607ec888ab19f954e9a436988bf2d2a1 0.20 MB 373 55
274,841 274,841 00000000000000033fd3cdd5d31a6f8199a861867e7da31a2b371c84cee4191e 0.25 MB 733 62
274,840 274,840 0000000000000001677e16c4ba41c115f5ec97e1a71b356a6c665b18686fc8d8 0.15 MB 356 59
274,839 274,839 00000000000000016520c7b6e659fd09b5280154af7e334a57c121078007af99 0.13 MB 219 49
274,838 274,838 0000000000000001622b16742847b6f3d8f382c99a8bb2e4ee0e5c16b11a048d 0.15 MB 98 40
274,837 274,837 00000000000000032a8ff867139ef274e7f604963dc597d05a16baf2a4b7af5c 0.04 MB 35 12
274,836 274,836 00000000000000045691f170933b95ac2c342be558b866a82bcdab5ca4e227a5 0.15 MB 101 16
274,835 274,835 00000000000000007872c87326feb019cb60b2226eb7c6efa4a7412236b1b40a 0.13 MB 258 49
274,834 274,834 0000000000000001d606cf0d75506173696ca24f58c5452cc17c76158dfb17ef 0.10 MB 195 50
274,833 274,833 0000000000000002a15c07493a7fbd5140b11b4dc4eb85ae6f3c38b976bdf495 0.22 MB 308 29
274,832 274,832 000000000000000140a83f9393bebb51a4204a266a5b5e8125d8d952797d8593 0.35 MB 317 17
274,831 274,831 000000000000000209575fb3f1ce124731ebcaee631e56516608077ccfcbc4fc 0.22 MB 434 44
274,830 274,830 0000000000000004713c6955cb1a9c2d4e6c7ebc141a889ef3658d5a29c7b1a8 0.15 MB 263 42
274,829 274,829 0000000000000000c85d7ea7fdc025733a1901500e85d79bd8db0f3de117471d 0.18 MB 311 37
274,828 274,828 00000000000000012de28b676d1e2072f6abd349afc85d3fc107c9a549ca2b8b 0.02 MB 33 14
274,827 274,827 00000000000000001bffe7cbc1ff51d8fba71d40664596abbf7cbacdfda42023 0.50 MB 939 38
274,826 274,826 00000000000000012eb6c861f0885d67a419766467ce9dd550bea67b2fa0c4d0 0.01 MB 15 33
274,825 274,825 0000000000000002a053a9e85bf1f6591fe1f87ad45d7d3bc94a6983ebb50a57 0.35 MB 281 21
Previous 10 blocks ↓
Total Size: 769.57 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,650.03 GB sent, 95.80 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.