Memory Pool Memory Pool Refreshing

9,110 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (258,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,742 649,742 0000000000000000000c85fa6010071a7acdc5952ee60d46b04280903a6599b3 1.20 MB 2,114 14
649,741 649,741 00000000000000000003ccb6716d3451ed2683231a6ed41e482436d1b78ce5e7 1.21 MB 1,805 67
649,740 649,740 0000000000000000000afc445b87d6d2e4f274606306ca8e4bdd258639a3f9df 1.28 MB 2,088 55
649,739 649,739 000000000000000000018218385939bcb0778b4bd8717812107f1b9424ec852c 1.31 MB 2,940 88
649,738 649,738 0000000000000000000bb622885a4b1e39f60cb07f1e540d5f5a24fbda3f67ba 1.29 MB 2,236 70
649,737 649,737 00000000000000000000d6a103c6bc2679ae3a8c4d2f67c2b45505c93fb35561 1.51 MB 1,071 9
649,736 649,736 000000000000000000049b86dedb72540bf303d455e8cf578866bf8bc8723005 1.24 MB 978 13
649,735 649,735 0000000000000000000a74435bcc0fbbe6601c93db3a92b41c3fdf64675beaf9 1.22 MB 1,838 12
649,734 649,734 00000000000000000003bfbd7d90f44520850a02272cc80412e1b0d8fcf46c53 1.31 MB 2,482 58
649,733 649,733 000000000000000000009f8dde52a0a9d630d375b879e301ac7b6effd0140ef1 1.10 MB 1,989 15
649,732 649,732 00000000000000000004ffe5f03e8ada3b68590404661e91575168f000abe844 1.24 MB 2,446 50
649,731 649,731 00000000000000000003a70b6740f3f62af1e2153a46a5dd5b72ffb96e075a35 1.16 MB 2,046 16
649,730 649,730 000000000000000000065cfb7a49ac443c5e5e5377e9bfae8d2b41b063eb7260 1.24 MB 2,924 55
649,729 649,729 0000000000000000000bc3f8db0b8bcf37b40ad1d322c98999904337c3da3372 1.17 MB 2,209 37
649,728 649,728 0000000000000000000de4ba78561209bee75d3044b8052a4e87091f111d6163 1.22 MB 2,251 31
649,727 649,727 00000000000000000002096653bcb1b1db8d49222d7a74a4d2bab6b595558e98 1.30 MB 2,058 76
649,726 649,726 0000000000000000000de94d56e6705e178634faff67043aeec9738365db627d 1.31 MB 2,423 75
649,725 649,725 0000000000000000000942fa61840387153a89b055b5a456053c95d284833c97 1.27 MB 2,458 60
649,724 649,724 00000000000000000008957cbdb0aeb6af30b5f6406d80d1e75e1ef4a3cf722f 1.35 MB 2,537 88
649,723 649,723 000000000000000000030d55432cf774a767ee7e6fa40db7dbb5403bcaade138 1.17 MB 1,395 79
649,722 649,722 0000000000000000000bb85aaaec2db07e3a97b0f13a818ea9ed936ff0b14065 1.23 MB 2,073 86
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.