Memory Pool Memory Pool Refreshing

6,449 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,475 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (831,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,788 76,788 00000000001ff3c45b7d1a8ff9884deb25dfeda5e579730c99ae1396fdb0e03c 0.00 MB 3 0
76,787 76,787 00000000000ca05ff28a07ffd2922133499958e48a1678aff34bbbef400e1946 0.00 MB 1 0
76,786 76,786 000000000021b244b8e86efc7fd52c229ccb65d2925b46f1af8ba0f69b74c327 0.00 MB 2 0
76,785 76,785 0000000000619fddf38ef5a3ca46f0692c00d5fa3c64a8eadfce55745ae0ae91 0.00 MB 2 0
76,784 76,784 00000000002526d8c65e9f0938ec49be90638c5cdfc8dfa2b54b9f693a7f57b3 0.00 MB 2 0
76,783 76,783 000000000037dd5e9d5d662617166d15ade22c9619ae3d30e4cf719185a61266 0.00 MB 1 0
76,782 76,782 000000000051284950a248593a71d60a2df63eaf9768531d42bbd1e6888ab29d 0.00 MB 1 0
76,781 76,781 0000000000610364788b8ff8c09f8e741dc53d849ff0eb585458e10640d27ddb 0.00 MB 6 0
76,780 76,780 00000000000425d09565aa5771cf9e4033822197d6f46292428df6ecf5edff47 0.00 MB 1 0
76,779 76,779 000000000032b6c4a86d6b79dd15931c392979b41e9f81c3c7f1356f171a27d3 0.00 MB 7 0
76,778 76,778 00000000001aa0ea5e585b1c3f23c81208c1a4889308ea3af3aff61a73cb5797 0.00 MB 5 0
76,777 76,777 000000000062863ef66fdea1d8282b8287ef0024716078d3b8654db04c56dc94 0.00 MB 1 0
76,776 76,776 000000000043031f4b59b58564f9e647c0e9e4314399333b0e85f0a5ad355700 0.00 MB 3 0
76,775 76,775 000000000026ef4cbe5406e3fb696e4c4ad5ee00693537f317d5a6062774b667 0.00 MB 2 0
76,774 76,774 00000000005e8268c93c3dcacf027e59e1f94e185bc5abac7835432dc863ded4 0.00 MB 1 0
76,773 76,773 00000000005972a7ec15b256568e9a40fe82ba10ced3b2bb280cef2b071062fb 0.00 MB 3 0
76,772 76,772 0000000000574f0bf654c750726a06bbaabc82c8eff749b7783a4fd0bc96b09a 0.00 MB 1 0
76,771 76,771 000000000061480173414092f409598253159d3e59ecad29bac0072ba400518b 0.00 MB 6 0
76,770 76,770 00000000005292a057a7b61849cd9c0dade8a994cf3b5ccec8d66b4e3b0776a8 0.00 MB 1 0
76,769 76,769 000000000061d60bef8f5732735233a6df823626c8192c51caf60993c0f23dce 0.00 MB 1 0
76,768 76,768 000000000011632f2c47d0b7fbccaae98089d3a8fab042f01ef6475194890f1f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.