Memory Pool Memory Pool Refreshing

5,997 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (761,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,692 146,692 0000000000000039b0240d21ed39ce1a138901a89e418228e0f09f575c75b75b 0.04 MB 78 2,760
146,691 146,691 00000000000002976b3084693dd23e14ccc7dbd9fd791cb73fada73a01a68baf 0.02 MB 35 57
146,690 146,690 000000000000042912f6a671d0ee4c59680e3a8d0fce7d5cf416039c32675c72 0.00 MB 3 28
146,689 146,689 0000000000000432d6e88a464f17f2dd99091756fcb7b94ea0d5c88d657696c4 0.04 MB 132 33
146,688 146,688 00000000000005517e306a203f6c47d65e4d97bbccd2aa222eb8546087e48dbc 0.00 MB 12 0
146,687 146,687 000000000000086c5f2afa762ec67b2b5c60d968f136b6efd1e1c21eee9e8c1e 0.01 MB 32 66
146,686 146,686 00000000000006772450031882bc9beda06c74b446b835e3d8f1969af2045bdb 0.01 MB 33 160
146,685 146,685 00000000000007924db975fc405df91b8fb57968b08baf40b7c0e01e58fc73f5 0.02 MB 40 44
146,684 146,684 0000000000000550e794ef3b3473938dcf0f977889999ca4215e352a271e541b 0.01 MB 19 77
146,683 146,683 000000000000089845edb3b74ccbf2250f36044e4de6a82389e08e6267e797ea 0.03 MB 46 39
146,682 146,682 000000000000053bf888e88f3f163767168047eec019017b3e732b651145df27 0.03 MB 62 137
146,681 146,681 00000000000003c2cffca8ba13a9d19c37d925ff349cc71472c754e9c696c71d 0.02 MB 37 85
146,680 146,680 000000000000028ed7179f017782302f9ba0a3c2559fe5e7eaa5c109721975a3 0.04 MB 87 234
146,679 146,679 00000000000002a8eb998bb6035dbd4a0f76824ba4542ec4505023595dc438e6 0.02 MB 42 100
146,678 146,678 000000000000037444b332c6d543f017839def5849f73c58d6a8da538bb889ef 0.01 MB 15 43
146,677 146,677 00000000000006fceba8afb7ba2ee68cb50f6f20fbe662e3864185bfdab37c05 0.02 MB 44 166
146,676 146,676 00000000000008106104a3ea97e45b4a4df82815ad9316ab23e89a4adc32d50f 0.04 MB 58 92
146,675 146,675 00000000000003855d79f609885b4c3879d939cdae605d1e401e18e64b81cc8c 0.02 MB 70 89
146,674 146,674 0000000000000576b241900cbbb88087c354dcd02dd277031b2a2585dc464b63 0.02 MB 43 238
146,673 146,673 000000000000062df1d4609686b7eddf1f5ad2f59a3b34b973dd738266ac5e70 0.01 MB 5 22
146,672 146,672 00000000000005c3b2351c015de4198d3d01a173eb7f34c0e33004aaccc54649 0.01 MB 24 14
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.