Memory Pool Memory Pool Refreshing

4,067 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,042 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (723,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,013 184,013 0000000000000985a6a7527fd1d88f49b2e936c4839f074d79260eee9834a62e 0.13 MB 226 123
184,012 184,012 00000000000009a431d4198c06ed2f4365d62190d3216bc284c211ed101f4dcf 0.11 MB 242 113
184,011 184,011 00000000000004b5a9454839cb460c1915b8748bc381f36f279a8cec865a3053 0.05 MB 129 93
184,010 184,010 00000000000005d572ba7008066e6b8ab334ad4ad1c397d088232efb1a9412d7 0.25 MB 652 141
184,009 184,009 0000000000000183c3d229fb964a3916fa39720ed6c123c2f0dcb5be92ee21d3 0.05 MB 107 126
184,008 184,008 000000000000029514c0f386a1edf5ee808c94771890d5265ee5a5e7bb650cda 0.00 MB 17 70
184,007 184,007 000000000000005a9eab4a5f47dbeaf771e4e1b1d0ec424fda9eaa93bc0b175b 0.10 MB 188 110
184,006 184,006 00000000000009b32655c43153b485f7cb33452cf74d6def424254c0aa4ca0d4 0.10 MB 233 101
184,005 184,005 000000000000018bf1f49a3cf7e248c35c795dbbfec0dce56a22fe175c804287 0.25 MB 695 145
184,004 184,004 0000000000000053a6d566f38f0e9b35c984b43016805ce11904b482106f676f 0.00 MB 11 120
184,003 184,003 00000000000002310eca30fe2b719c0cc548fbd51d992e9fec2471d89e293397 0.12 MB 331 151
184,002 184,002 00000000000003fab433ff9102aa0d9bd21bc6919cfeef8bb77745b649acadb6 0.00 MB 11 88
184,001 184,001 000000000000017c48347973112e2f48dd6ebad919d5385782b55b0341610a01 0.00 MB 10 373
184,000 184,000 000000000000060405a235c6b968ccb18fd6b3800ae9742c2524e28863367359 0.03 MB 64 105
183,999 183,999 00000000000004ef57619bca7df7329d50462c973ab434a2ec9bc32391d7c5ab 0.03 MB 100 153
183,998 183,998 0000000000000289ca07a32b0dc3905fedb52957d512207b012467ba2ab19120 0.12 MB 235 127
183,997 183,997 0000000000000609cfaf0d92140496633ee6bb491246d8b88ef74c18b21f4da6 0.11 MB 231 110
183,996 183,996 00000000000005b3971fa5db385ef6ea5e0cd357820afb8d5707001eee0a3c8d 0.05 MB 109 90
183,995 183,995 000000000000012255aa8cb928a6a69602361b000399cec4988569e8fd438cbf 0.23 MB 649 160
183,994 183,994 000000000000099bfef5318868dc579f65474d987b933624d9cc113a3c9a34b9 0.00 MB 11 86
183,993 183,993 000000000000077090ef1c2a85d72370b94b97367b9a5a35b5afa16d51d5a263 0.25 MB 541 173
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.