Memory Pool Memory Pool Refreshing

4,005 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,619 (831,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,793 76,793 000000000032ff4aac07754ba6754836462ffa838561afebb07a429bc38c190b 0.00 MB 1 0
76,792 76,792 0000000000511a5356c93057e512af0c87f3db86a5c24285f8870d2f9f5d4005 0.00 MB 1 0
76,791 76,791 000000000028723ee01d88ad5946e618c8d8937b4cb77f3ee4e2a4aef2ba479a 0.00 MB 1 0
76,790 76,790 000000000011b0d5f0c6e01bb7ecc8dbae643e1179fb11a8e47403f296ec6bda 0.00 MB 1 0
76,789 76,789 0000000000177840eddb5dc19cd3848ece7c0f4c905adfdcd08873f4c385f551 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.85 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.08 GB sent, 101.18 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.