Memory Pool Memory Pool Refreshing

4,234 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (710,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,566 197,566 000000000000035c8652acb70266080fe9f740674cd665867b14cd3eb21aaee9 0.08 MB 144 129
197,565 197,565 0000000000000054dee94edcc55b696e80e6cafd1cc9237233f4802df0198e9a 0.08 MB 213 133
197,564 197,564 000000000000016c3e56122046da2398931836bf0964919d973d4e011860c056 0.03 MB 124 20
197,563 197,563 0000000000000646df0ac017b608e1a88d80ca7dfa9becad4575cdad96b6e188 0.05 MB 127 100
197,562 197,562 00000000000004567d16bb291ceb1511533fb9100d1ece2a8bfd6e48257726d6 0.18 MB 325 104
197,561 197,561 00000000000001af9ce78875934974778b37968e74fe91a8e422fa9703ddd86f 0.05 MB 70 575
197,560 197,560 000000000000012e04b287a5f2ff8173b0190bf763ddd4f9c4f1c9e25c4e8fa9 0.03 MB 54 41
197,559 197,559 00000000000004a6f7377d29eae253143e77957ca20bb240bf6ef575341cac4c 0.22 MB 530 257
197,558 197,558 000000000000040c93749ef07beb5659a72ef19caa0d8e8ef4f80ffd0f4238b6 0.38 MB 1,024 231
197,557 197,557 000000000000040afa3232b4a6acddeb9c3e9e391e8d8538b0b72c0d7bc4b6d1 0.15 MB 256 34
197,556 197,556 000000000000033d28c586c100560ae085a283a016591a4aab0d4b22e708ac14 0.09 MB 230 164
197,555 197,555 0000000000000290bd8774bf188feef7425c6ccae5168caddbcabd91eb198801 0.16 MB 425 157
197,554 197,554 000000000000014c4a32befc8592716b9286614c322688ce555ab6eeeabe4cb0 0.08 MB 187 101
197,553 197,553 0000000000000260ecac95867df700afae0db869eacc465a14a590f7a03a03fc 0.25 MB 690 163
197,552 197,552 0000000000000570f9cfd7908fc834a10faa8edcbb9455ab22f387e3ed1c625f 0.25 MB 559 135
197,551 197,551 0000000000000301d3e912f0256431a974b4b4825f2cb3e9fbf75a4837cf1b9e 0.08 MB 221 172
197,550 197,550 000000000000040b2853ab2e5366547f71e235512232b2da58f3cc9b2f1c9c5f 0.21 MB 512 17
197,549 197,549 000000000000006a81e84c7e00988bc94a6b788b7103da1bdc24a38717f7401d 0.19 MB 422 169
197,548 197,548 00000000000005047b1a1bea0c3b02b34c27b087f27ba14ad47a3a3263f6ede2 0.06 MB 197 89
197,547 197,547 00000000000006cb3dc5ddc23d12951b4aef34683e5e00735468710f9a7e1ac1 0.20 MB 545 392
197,546 197,546 000000000000011a37f1349e69961578f2daa941ac293f194662369965b79880 0.00 MB 10 165
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.