Memory Pool Memory Pool Refreshing

5,421 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,782 (147,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
760,697 760,697 0000000000000000000674a7a444bbe1bb74383fd69beb094002e34ae47e1a28 1.53 MB 2,892 18
760,696 760,696 0000000000000000000735f5546af108f460384dc8e1781a5f26b7bd2945cd16 1.37 MB 2,712 18
760,695 760,695 00000000000000000000f52a8edb902639c038c22aa9dcf1dd7db5ed52e4b469 1.19 MB 1,239 14
760,694 760,694 0000000000000000000461f83579aff54329354ed8cbe46bbd6bb44ef9a4f6ea 1.46 MB 2,974 20
760,693 760,693 0000000000000000000234cbef2bb9601a119bf80e098bf6a0eb7ed7c5210589 1.42 MB 3,204 22
760,692 760,692 000000000000000000079d7554d2a589ba7ff09054bad537c0e4108d981238ce 1.38 MB 3,276 32
760,691 760,691 000000000000000000039d80c59b466d06de4538106d48e8abb0bf10caa09be8 1.56 MB 3,200 13
760,690 760,690 00000000000000000003efcb3ea835d86886a0805e3d9350cc37fa291a4ee224 1.83 MB 2,244 17
760,689 760,689 000000000000000000018128b0c3dd600521cdc8444f230dad22e79a1ea799bc 1.49 MB 3,893 28
760,688 760,688 0000000000000000000735f9612aaf58b43d4cdd8e8a3fd5b334959f045739ee 1.49 MB 3,446 28
760,687 760,687 0000000000000000000052c118fb71ef70753ac0710b5b2277f3a38fd8db23e0 1.40 MB 2,172 15
760,686 760,686 00000000000000000001281f6f3c21575f59912480930b6fb86b373ea3128f81 1.64 MB 1,711 14
760,685 760,685 0000000000000000000680dc88ab3fd8b09db49655deb23fbba30594da6ce74e 1.67 MB 2,764 19
760,684 760,684 00000000000000000001515f18abea8351f52f93df08b7284ed1a28c9ab9e7bb 1.43 MB 2,897 23
760,683 760,683 000000000000000000009aa1f4457dc61fca7e8c22cc2245e7ce6ffb07993709 1.35 MB 2,629 24
760,682 760,682 00000000000000000007445f25377221d226b2b3e080de2526182fe3b3c156d9 1.48 MB 3,235 36
760,681 760,681 000000000000000000007e364324388271cd51dbd0fc261e153c1beecbebceb7 1.52 MB 2,967 25
760,680 760,680 0000000000000000000266bd04c41d02d6c37a0a0c935a3a4470688b2b0a2143 1.38 MB 2,680 12
760,679 760,679 00000000000000000005517a8f0ea8d8b2be656fd6faa3c899b999852688e3b4 1.33 MB 2,378 14
760,678 760,678 000000000000000000033d5a1599f921a7329c41725e8128c18a6e383242f0ae 1.48 MB 3,448 22
760,677 760,677 000000000000000000039e81bf909b1ae05a228b1af1dbac0619cc861f92fe21 1.55 MB 2,926 25
Previous 10 blocks ↓
Total Size: 769.13 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,631.78 GB sent, 93.57 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.