Memory Pool Memory Pool Refreshing

1,412 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (778,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,761 129,761 0000000000000dd375c68e68b938f89c46dd25f05ae4d9297e039cf148ad0d3c 0.00 MB 2 1,715
129,760 129,760 0000000000001b0ef6aa47e1b48c3e779509d52153ec17badb85342b9355b32d 0.01 MB 20 917
129,759 129,759 00000000000019dfd750f1f28bd8b4278176b7241517c2595a0e1db153444c5f 0.01 MB 10 808
129,758 129,758 00000000000004b9ed2bbb4c04ba9a3fdde81dedb51706bfd4942b35455c00df 0.02 MB 43 217
129,757 129,757 0000000000000dc2d125bdc62d880c004bf0aca6dd4d35e4cdc8a6abbc0861d4 0.00 MB 5 0
129,756 129,756 00000000000007a4fd8d6ed07441e4e26121ee3b40209e5ebb040bed932127f3 0.00 MB 11 806
129,755 129,755 0000000000000d5e5dd37e8ce23d77808ad2c88fce314dd655c3db7a325489ae 0.00 MB 11 1,085
129,754 129,754 0000000000000ff07d0c7bf05a42f4b4b788ce193c9a80d9f6fcc8f3999cdb27 0.01 MB 11 1,390
129,753 129,753 00000000000015acb54259010dfd0dc382081cb9201b59bdffb03426d04cf85a 0.02 MB 50 120
129,752 129,752 00000000000013612562de5bddb47d9a92e1f4387b944ce64b9a64598d345c35 0.01 MB 23 710
129,751 129,751 000000000000158e7e1e76975683d716cd9184054af129420743c0a037b528fb 0.03 MB 45 1,195
129,750 129,750 0000000000000164509fe736e131a6da7d25e6e6ec24e6932b28056e4dad9d52 0.00 MB 10 1,381
129,749 129,749 0000000000000b417a0624c8748f836bbfed640da309bafb2e961204bb5e2f37 0.00 MB 5 1,941
129,748 129,748 00000000000015e0d0dc38a9926dd7c7474ad53a4d6c5cd832da24f1080b277e 0.01 MB 18 1,302
129,747 129,747 0000000000001a76e022c0026a3a2de8f051e88917e55aeb7707a43f0e9ed146 0.00 MB 6 0
129,746 129,746 00000000000000b3c260c0d45e2432e4f887f377e7fc569926ac6bfa65c0d018 0.01 MB 15 535
129,745 129,745 00000000000017556de7efafffcc739789edcd63650be3509a25fa79c504e40a 0.04 MB 136 25
129,744 129,744 00000000000005feb1ba372cc966911944ab38c1d1614995b4ba555c8fb09ef2 0.01 MB 24 1,359
129,743 129,743 00000000000014f51d779b81b9a6ed220ae2101fcd6aa18282149fc3aca83851 0.01 MB 28 540
129,742 129,742 0000000000001062417612b8d156a9617527663bea4c34ce1bb9604ce6426a10 0.03 MB 50 973
129,741 129,741 0000000000001344b8e2969acd5413509c58aa59f002987c8e5eadfeb8027fa2 0.01 MB 46 229
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.