Memory Pool Memory Pool Refreshing

1,480 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (902,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,772 5,772 0000000096c38ede93980fb06b6325557fe11208632bff19231724746c72c26a 0.00 MB 1 0
5,771 5,771 00000000aba90cacf7fba8ead3b9191a50c9fa76939b9aa7ba055d6226da64f3 0.00 MB 1 0
5,770 5,770 0000000011208966c8f880555b817111e57b091aa87d7001d9fb9d9f82a70e01 0.00 MB 1 0
5,769 5,769 00000000cdc8a422ac44dbba711a1a4b2e03f32234441ac423c311aca1b34d51 0.00 MB 1 0
5,768 5,768 00000000ed97861e301d7d21c0f626ee2bd6827dc2c4ef1c1a34d991ceb8a9a8 0.00 MB 1 0
5,767 5,767 000000001c5e1c8d9368ad6d4d7101a6176525856fd6aa81ca6b8b6ce25782a8 0.00 MB 1 0
5,766 5,766 0000000040073d53f6a78dd20709a045a2cc448a428f235740744e5b36bb8571 0.00 MB 1 0
5,765 5,765 00000000d9de57f2fbf4bf5ce092006d73995586d89c45197752fcc4c1f07526 0.00 MB 1 0
5,764 5,764 000000000b6b65684e019339fdbd2754ed872fed987407594f984773360dd977 0.00 MB 1 0
5,763 5,763 00000000832caba3ebe2eb5c2b579129c5f364d2f8030b138f0d445199a4e713 0.00 MB 1 0
5,762 5,762 00000000507fcfe6138eaf4ebbb1766337d78bbbda1f5e15fba2c822d77ec01c 0.00 MB 1 0
5,761 5,761 00000000d040404ade368aae49e4d4603feacf06ac7beb9777aa0872035b3eef 0.00 MB 1 0
5,760 5,760 00000000cb6837d0f4a6a7e8dc60012b3dbfb741166685b10798f2c5eea2224d 0.00 MB 1 0
5,759 5,759 00000000b4c3fa84b36a8e657b430901fcff19205a281f0e8a00e1cbad2f189d 0.00 MB 1 0
5,758 5,758 0000000015762864c8786d5a9d1917cf003c60eec9aa620d7485bc2abb1e5ac8 0.00 MB 1 0
5,757 5,757 000000007c0b9e3b8c9ca8e7d46248818118358245d3d248c4c9a73367e1785e 0.00 MB 1 0
5,756 5,756 000000003e29a641e28e89ce938218a110f2a7f4ffed60c7b6c4634315755a36 0.00 MB 1 0
5,755 5,755 00000000a8b2b31aba382f5d892001122d8d20a397dd979d3414907a8129ac97 0.00 MB 1 0
5,754 5,754 0000000059734cc49793a3ccb9b5dbf6a213db50b84537d7493c79c0150bcaaa 0.00 MB 1 0
5,753 5,753 00000000afc0a13b32bad499a6447b5e5269e0e075220d286004effbadae62d6 0.00 MB 1 0
5,752 5,752 00000000b780134d08081da0e2afb34485a0c2c19196715b65539092a8d5a555 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.