Memory Pool Memory Pool Refreshing

9,163 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (562,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,521 345,521 00000000000000001504c4762be807fbeb2d43df83dbeaee6e17451b445c9554 0.18 MB 249 17
345,520 345,520 000000000000000010f50ba7890408ec2e34d864c4c66832ebd9c6adb71c3507 0.09 MB 101 12
345,519 345,519 00000000000000000579ce8ecfebeb765440697ae08c8180111129c2aac70904 0.25 MB 553 18
345,518 345,518 00000000000000000e6fdf63b36cf5a6dabf4c036afa48b2a8425d758f4770ec 0.38 MB 722 33
345,517 345,517 0000000000000000167f6df1cedf609e59c58e1de4f75ccab1cf4db8013f2707 0.15 MB 250 32
345,516 345,516 00000000000000001201ef5a30c2f5b151c0c45fcd468f8e9f0c117555aded7b 0.06 MB 22 3
345,515 345,515 00000000000000000899716c3a8174507086ca6d8399b3ac9062e23c94dcc0c5 0.05 MB 111 35
345,514 345,514 0000000000000000066a12f6deb814a538e89b66e474b8b7bd2b2382881767f1 0.11 MB 189 18
345,513 345,513 000000000000000004e8bce7faed486a4f605c7752f770b45f5076bde765c91d 0.14 MB 212 15
345,512 345,512 0000000000000000159cafc0cbb28528a072fa1ad30fabbd5a8e48c741a819d7 0.15 MB 321 29
345,511 345,511 00000000000000000a721f5cdb4035efd7d41ace0cc4d4f7a0d2bd6ab18c2966 0.13 MB 215 21
345,510 345,510 0000000000000000027142e50dc5c8009ebfd3aa86c4460e610b457c971821bb 0.19 MB 350 20
345,509 345,509 000000000000000006ae5abf6473e92e88781f1355769689243c5df204165cee 0.05 MB 85 21
345,508 345,508 00000000000000000359d126dc5f5e638186fcbb0d9be895c5484c7293921283 0.46 MB 805 22
345,507 345,507 00000000000000000d90501b905c58f2c27eee413698f1bd154dc8d7e8505fae 0.11 MB 214 23
345,506 345,506 000000000000000013a598c64dc510b54880483561b0aba8fa32af37195935f4 0.23 MB 361 25
345,505 345,505 0000000000000000040f29b6896b96db047c56a12e58b6020bafa10f857cee92 0.27 MB 284 17
345,504 345,504 00000000000000000386695032f551f63c4d94088066310d25911540fb20d474 0.24 MB 512 22
345,503 345,503 00000000000000000898e140b21010f12a457f6dcdd6e0fe73cb46da6389f17f 0.18 MB 512 50
345,502 345,502 00000000000000000042c1ee8175ff02479a1670af425a61770dfe3dd8013d67 0.26 MB 415 24
345,501 345,501 000000000000000011288b196546c115542abb9a66f691ae8da456abed6c86f4 0.18 MB 265 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.