Memory Pool Memory Pool Refreshing

2,131 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (536,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,075 371,075 0000000000000000049cf5fb6c3abf8da29eabc69c2fd4fb6c404f5cd97e0cb4 0.17 MB 183 28
371,074 371,074 000000000000000000155ec7119b8d4da7e02f5ebd1ab7b509e1fd8638057a6f 0.33 MB 452 32
371,073 371,073 00000000000000000a771940a1bb2ce97a82440a5381f6585ad313416dd2e509 0.26 MB 343 31
371,072 371,072 000000000000000003d44ce323b65ce54b3ec8c096e3c1108e99a4b654ee8047 0.08 MB 176 37
371,071 371,071 00000000000000000db3e248b4a2210e14e67304c1eba3b0e4a5e2067aa5dd2e 0.03 MB 59 43
371,070 371,070 00000000000000001336eb116811c1055c03541b01cc83bcf87387b25eedd197 0.73 MB 663 14
371,069 371,069 0000000000000000107d474fdc9ac11e0179b66711773cf05fe6aad708789092 0.75 MB 1,709 52
371,068 371,068 00000000000000000bafe345f42bafd9096d3af626bb34979d018ab3ab815896 0.09 MB 138 23
371,067 371,067 0000000000000000079daa8cc4a9c6786b53aa57675beaba554ee0ee591e26c2 0.38 MB 757 39
371,066 371,066 000000000000000007784471d6dc8e319506013f1fdb25c75f653ec9a70d3f2a 0.08 MB 230 47
371,065 371,065 0000000000000000076e06621d608e31d4342277125f8f06dff0ce1f1d805de2 0.24 MB 453 36
371,064 371,064 000000000000000011ce1606ffe8efda9188c6b731958b292755e006e5d6ce7c 0.04 MB 106 49
371,063 371,063 00000000000000001052cb3d45fa2c4814374e267b17c8870f2ab34a20d99c60 0.18 MB 373 37
371,062 371,062 000000000000000010aa88732ad64888bf6e4c34927b7cc085161604d5c0f881 0.26 MB 463 30
371,061 371,061 0000000000000000109298d981c94d4023ef341b272018ec04e0d413828b4d8f 0.93 MB 1,809 41
371,060 371,060 00000000000000000afb9443fe4af4317f533ca8c77900c20d635688f6fe265e 0.18 MB 323 50
371,059 371,059 0000000000000000062454ed8e5b474a65d7c337c6aa5fc4840fe34e06a4420e 0.04 MB 87 50
371,058 371,058 00000000000000000f8392d7b11327ad8b464e4a4a54a9f9f9d058ff9f3ebf90 0.07 MB 108 33
371,057 371,057 0000000000000000080c9062d077efbe75c18bce7b0357d9cf9f578f5e569382 0.05 MB 132 68
371,056 371,056 00000000000000000e293a4338da401bca6fba92b028808f1b1bfa61dd6e9855 0.12 MB 245 36
371,055 371,055 00000000000000001429d2344ffae5017b4a17adba4786714ed34b89a2de405e 0.18 MB 262 22
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.