Memory Pool Memory Pool Refreshing

5,887 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (536,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,570 371,570 000000000000000011ecb883673d6c8c708a173e7c0dcc46c48f32126465ef8e 0.19 MB 381 39
371,569 371,569 000000000000000000c9ce6d95cbac5e92f39b7635db10b2f9fbfeadc65b51be 0.26 MB 492 42
371,568 371,568 00000000000000000dd444b75fb49d5e2b3f73b07585d58804111f1119f38663 0.16 MB 143 18
371,567 371,567 000000000000000001498a27f1ac9dc9a0b8ef1dcbfdd03b71587072b4fbde7a 0.64 MB 1,018 35
371,566 371,566 00000000000000000abe80753c8637f044a416dc038c84df7357a78b11ac86a5 0.20 MB 394 38
371,565 371,565 0000000000000000071e19f0ab89d9ac9aa1ba4592ec04ed1b1c1b3eb596c02d 0.15 MB 223 32
371,564 371,564 00000000000000000da3bc3e4462d5cf57a95f7dd588db4336b17f519a4e88ae 0.18 MB 204 24
371,563 371,563 00000000000000001286672752704e4b8f6916280c7a56087ca383ff476757f5 0.24 MB 492 57
371,562 371,562 000000000000000002b132b9cbd93a09fd94d1d76357407d2477f75055385d60 0.68 MB 1,041 27
371,561 371,561 00000000000000000bdfbc1da234c70c47c604e665215af268a8de1624e3eb8b 0.95 MB 2,071 42
371,560 371,560 0000000000000000041c390630aa8b8d4f59e1866e14658a2adff5d878207f9f 0.75 MB 1,549 44
371,559 371,559 00000000000000001297641eeb47d33e49adc77d439e020cf1ef52b6a942ed5e 0.27 MB 463 34
371,558 371,558 000000000000000009d4cae4d0300a0579e88212f7b6fb87dfc3a42b5b8d6cc1 0.11 MB 149 32
371,557 371,557 000000000000000006943576efae1244e3d5a7dd625df47336bfd097b362f134 0.24 MB 287 14
371,556 371,556 000000000000000004111bc18af7d2ced84f886144d96c9fc22e83ed40d6af9a 0.07 MB 83 34
371,555 371,555 0000000000000000083c5ecf62beffd576828e5c8e96a46ecef98ab786a99248 0.92 MB 1,534 36
371,554 371,554 0000000000000000056ca8511c05fbea42217612ba9ab75ea73cf8d972f4d364 0.36 MB 701 39
371,553 371,553 000000000000000011a3434edf8bf571b9e683a089b11b054a543e6f2718077f 0.17 MB 315 34
371,552 371,552 000000000000000004bf6843b905c74cf5d4e6696893ea0357fded0d6e08fdf9 0.44 MB 646 17
371,551 371,551 0000000000000000042982c6c9c366929dbaee9d55d0013d2e0012b83ab38c87 0.33 MB 405 22
371,550 371,550 0000000000000000065c72ea38c9b177b6c6cfcfad9a022b4743a4add9162841 0.95 MB 2,052 41
Previous 10 blocks ↓
Total Size: 769.22 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,634.69 GB sent, 94.05 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.