Memory Pool Memory Pool Refreshing

1,898 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,898 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (717,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,824 190,824 000000000000089bf2bc9f83492703efc3c43799fc9cfae03f1878f1faeb728e 0.08 MB 152 93
190,823 190,823 000000000000000a8545940760f8b11be6d35a0bfd244b2b8fa71c182c5f345a 0.19 MB 560 152
190,822 190,822 00000000000008ef13d3c9db38d5c883f4ba5fcadff81e84cd74c8fb2f20f99a 0.21 MB 512 160
190,821 190,821 00000000000008e7aa3bc8bea9d79ec81addd46663d95ad62d423212c9cf7154 0.20 MB 512 132
190,820 190,820 00000000000008585dc0a72670366ade42c99f30c5dc8f7a048b34b5ed88f7cb 0.06 MB 138 103
190,819 190,819 0000000000000257957bccddb1fef2f554570b376d160d891a0fd03a634f3d06 0.01 MB 32 0
190,818 190,818 00000000000005115068f04c2e57a27103f52785cce3514f1fa6e9dcfcb9d69d 0.17 MB 512 161
190,817 190,817 00000000000004951b5a7d13b00594b5bb3160ec75d3e8bac05b79556568e2be 0.00 MB 1 0
190,816 190,816 00000000000002418da1987e5db357286ef48bfddff62b28f80601e40e94f863 0.00 MB 8 59
190,815 190,815 00000000000006cec9c1ed05569191c6d3a2896972aed471926285600c54b504 0.10 MB 128 70
190,814 190,814 000000000000043576b20e718777475bf9d7cc669b310e8399000f7e0a74d32b 0.11 MB 328 154
190,813 190,813 000000000000079b00e4fc7a135c749724c8a0de3a9d24352d5a836f6ebd6008 0.02 MB 52 104
190,812 190,812 0000000000000703fbccb654ac0bff679033a4ffcac90cba42163130cb92badf 0.10 MB 171 99
190,811 190,811 000000000000078a73875c073afc6d031e71a4c3257a6a8c76bd031a787fa6b2 0.00 MB 1 0
190,810 190,810 0000000000000342156812fd91002212fe17dad2b2486530e9e80feb98c451a0 0.03 MB 109 21
190,809 190,809 000000000000044bd32a3397a673c61b788208ea9e48db25ff2644321befac92 0.13 MB 297 128
190,808 190,808 0000000000000391153d680a43851b200154bc88f4cae9efb11baea2d230f268 0.00 MB 5 15
190,807 190,807 000000000000063723e0353740cecfa4b670de52179f29f7988cbf73e5e9210f 0.02 MB 58 171
190,806 190,806 000000000000086d6ddd0173ea39dd81dc90c8698ee0a55aae5df3cbfac63334 0.03 MB 92 3
190,805 190,805 00000000000003d838a66fe05fcfc30f8de7e807235a1dbb593b02990c2ce2d8 0.04 MB 98 112
190,804 190,804 00000000000000712d1d72db3bdf8c6c52065ec46ed3f706fbff10889d405062 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.25 GB sent, 94.22 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.