Memory Pool Memory Pool Refreshing

6,127 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,750 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (776,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,153 131,153 000000000000019e30e5728ebf49d052fe885346e6f2153902e433ff09d52447 0.00 MB 16 1,022
131,152 131,152 00000000000001fe6b390c839e02f958c02a0ba52d8853e0ef73fd6e6d05a690 0.02 MB 54 962
131,151 131,151 00000000000005d1f37f771484bc9b636f4eddce8b17813ec049136d3c1ccd84 0.01 MB 22 796
131,150 131,150 0000000000000e5df3805ade2f15f182f8c571041b233e1e0a4a943b3e268e6c 0.07 MB 141 283
131,149 131,149 0000000000000ba16932b96a6c3a8ef1f2b2ac82e8d793685a9c66d1d9f7c198 0.03 MB 72 725
131,148 131,148 0000000000000a9f2a2b5cca1a4779e35df1391021c67ccc5b6eb56818c5bb59 0.02 MB 59 464
131,147 131,147 00000000000003b9ede8d457c5db4c63683d3dc61aeb7daddc277ecb46f8f93e 0.01 MB 31 1,690
131,146 131,146 00000000000003f551632dbe55bc2f791be210a8d2f7aa3a0fd0194b7cea84f0 0.00 MB 11 22
131,145 131,145 000000000000014ef485af0ccbadf96c1f7cc14a317ef6851180f714a413d41e 0.03 MB 71 1,161
131,144 131,144 00000000000000ea0f1fdc4b539da75ff5831eb0f380d6cbc1fc593ab854131f 0.01 MB 29 700
131,143 131,143 0000000000000760a7a068dd604310869a1a005e6ddf1ed31509af7b5dffcd50 0.02 MB 37 762
131,142 131,142 0000000000000d24da57feee0dbe63df50da6abc562c1913804babf047d4ac23 0.01 MB 20 770
131,141 131,141 0000000000000ed6c7c983435673dd18fbf74aca9b85a9cc2197dd2ee3199fc7 0.04 MB 59 1,110
131,140 131,140 0000000000000364d31add10b7902f18b993d9983f8d1f1930a4ba378a3e7ade 0.01 MB 15 522
131,139 131,139 00000000000001f7f423428eece4823832dcb4718de7ec176e6e27f2dc37aedc 0.01 MB 18 2,313
131,138 131,138 0000000000000cd00745c0e0ec7055494226324f60f1d14d320dadfc924751eb 0.01 MB 27 868
131,137 131,137 0000000000000277c2676563a32b8777f81bf5f16ce9d1423d48fbc886ae9a3f 0.01 MB 40 636
131,136 131,136 0000000000000e7db0813d717028c5245c8aa3928f2b6680c744db564e95a772 0.01 MB 28 897
131,135 131,135 0000000000000a8d53e3fccb2c7d923811b6bc5294dd72a965eade2edf13ca82 0.02 MB 78 298
131,134 131,134 000000000000084eabcfbc6a1f7f5228223cf97b2ffcad466429cbff3c41d158 0.02 MB 40 510
131,133 131,133 00000000000007847494ce656b786a322afbe8cb0b69b922650b81048b66566f 0.01 MB 11 658
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.