Memory Pool Memory Pool Refreshing

5,341 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (600,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,581 307,581 000000000000000046984726cef3e929228ba92423e82ac0d56129600ae53b92 0.13 MB 284 31
307,580 307,580 00000000000000004179a502ab7c22956e1e68d99c380e20293002f336e5f524 0.12 MB 288 30
307,579 307,579 000000000000000017dc2a401dbd4b28df830e303051281e191a5e4d4dec0728 0.17 MB 200 19
307,578 307,578 00000000000000002408fc97613f3b894ccb0f7580a97607d2bc59d8a72c51af 0.39 MB 651 31
307,577 307,577 000000000000000026c5867b01c2b491c9c16b469396ca6931962f9424f7d78b 0.31 MB 545 27
307,576 307,576 00000000000000002b5e8839a0e691253e204b0b494329a790fc964f41b90e90 0.19 MB 242 18
307,575 307,575 000000000000000028353207e72a017d1f021f794c1dbade53b4c77895742111 0.05 MB 95 26
307,574 307,574 000000000000000029e30caacebfbb07a8f3755f3777e6bd9c191614e9fe33a9 0.02 MB 50 32
307,573 307,573 00000000000000003adc309c6ebc8d8029e35df0b5ea3a28613da85b9ef6e26f 0.10 MB 104 19
307,572 307,572 00000000000000002cfbc6cf667f9f1b51f9ab12379ac8adb2b8deb8fc26e4b0 0.35 MB 893 40
307,571 307,571 00000000000000000b2196f4a4e15bf2463090a3cf163910bdbf7db3e3307665 0.02 MB 50 17
307,570 307,570 0000000000000000498b5f9c1c7d2122d90c6af1ff5d2848892db21bddb96dfc 0.23 MB 442 30
307,569 307,569 000000000000000005bfb620c65cde41eed0d2104ef7cf259b2a710aba0622d8 0.47 MB 864 32
307,568 307,568 000000000000000015da61c744213c6040540c888d757106e3b26e32729336de 0.06 MB 23 2
307,567 307,567 00000000000000002633a323ee6b9233a7b84674b938e914d85ba163ed376769 0.10 MB 174 32
307,566 307,566 00000000000000001168b8a76619a1e6ff8205d07e37be1c87de9a11e7a6f3b7 0.09 MB 160 36
307,565 307,565 0000000000000000402f203574d0f104a7351d54ee83a1bbde76e7d910af98ac 0.31 MB 627 37
307,564 307,564 00000000000000003223127f4fbd6a73e2581de3653dbf9835335b9e370851d1 0.01 MB 30 23
307,563 307,563 00000000000000004714873224591dd3f7506a3bbb2e6598aa34faa65243469a 0.39 MB 518 24
307,562 307,562 0000000000000000332869cdd69daba601eb84bbfaac4fe12ed3419e96b1c027 0.03 MB 76 23
307,561 307,561 000000000000000044838684110361f00c1bcfc8561ff2ad622c67565f3d9590 0.41 MB 508 18
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.