Memory Pool Memory Pool Refreshing

4,637 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,644 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (831,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,800 76,800 0000000000047dead788fcc7d44b07f6dfe6c13c7ba2720fc0e23f91e8899f6b 0.00 MB 1 0
76,799 76,799 000000000004b3d5dc4b2ce5c69c52d99a835118bc40d64079a5dee496feaeb4 0.00 MB 1 0
76,798 76,798 00000000002a5df492204f3d42dcb57a364ff48330b2608ca26debd6d1db7578 0.00 MB 1 0
76,797 76,797 000000000054966e4da41cf5ad1fdf56ec71888e78d1a6121767e29e3adabfb7 0.00 MB 6 0
76,796 76,796 00000000004863c290f58833ef6fe484838e0003bf20263fd63fcdd46c938f66 0.00 MB 2 0
76,795 76,795 00000000003eb1eff876f503edc482f9dcb08c8a1f456cae37176ef659486c21 0.00 MB 1 0
76,794 76,794 00000000002c84896c79daefedd6d03562537aa011fe7bb73c040224e76d1301 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.89 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,851.24 GB sent, 101.38 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.