Memory Pool Memory Pool Refreshing

16,991 transactions
11.80 vMB
Show Random Selection Loading Transactions
Max Size: 54/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,652 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,911 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,651 (530,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,579 371,579 00000000000000000c0d0cd54d5bc2e05581680d143f19cf6cc071f8d50e2378 0.06 MB 154 44
371,578 371,578 00000000000000001381e048d2444747ed8134ccb6374037fbe5b87daa434d53 0.45 MB 917 41
371,577 371,577 00000000000000000364be868656d631e8231ae2e34e9353dc8bc6a892bdf581 0.08 MB 102 19
371,576 371,576 00000000000000000707dcd2ee81a71b5eb744c18fc009dbfe47cefaae06bd13 0.70 MB 1,328 42
371,575 371,575 000000000000000000e60e2ffb9a80affb755bcc2f135635c8b2832dfad26d6f 0.36 MB 604 37
371,574 371,574 00000000000000000cd80c7fe15dbfdb7a97fc7e554557cfe8a3d018881321a7 0.09 MB 170 40
371,573 371,573 000000000000000010c5511afff23fa58957c2abdeee08e436315dd3793b2b0c 0.39 MB 775 41
371,572 371,572 0000000000000000127962f8ed7516fb905ac345dd5802e044b45e8e8b82dcce 0.13 MB 249 36
371,571 371,571 00000000000000001386234c96167f863c2f86e34ccd8c22bb9d5461e8a134af 0.32 MB 401 22
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
Previous 10 blocks ↓
Total Size: 758.58 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: 745.96 GB sent, 39.85 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.