Memory Pool Memory Pool Refreshing

3,621 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,703 (864,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,900 43,900 000000000a75f846d7345c6d06efe52b5f4115c6f421668667a32909672253c3 0.00 MB 1 0
43,899 43,899 0000000040846f6fafe179b2be180e13bc85c489dc9bd36bbc37021041fcb813 0.00 MB 1 0
43,898 43,898 0000000010e5cebf14e92ae4c3792d40b4ceca72a0bb04b6ff6dd50aee811a40 0.00 MB 1 0
43,897 43,897 000000000c66c3aaf0c4cec9e5e457ac308fbeff534743c5de867a4931c87d74 0.00 MB 1 0
43,896 43,896 0000000002a5b8c3eb7002f70d7f4bd87248ebe78759cb658f2927ca10d8e7b3 0.00 MB 1 0
43,895 43,895 000000000ead5d38a989295ee4d3ff49b883a9f2295cce82c5ace89ad031aecd 0.00 MB 1 0
43,894 43,894 000000001d24685827e137ce27cb7262349fa7f485af8aebefab3f4f0c0ee18a 0.00 MB 1 0
43,893 43,893 00000000360e06335b774ebad9712e2603a4675d153c52545331f17c531e52d1 0.00 MB 1 0
43,892 43,892 000000002f66449f50e90887c1492c33286df3cffcd5647acf27c2190e0a4bbb 0.00 MB 1 0
43,891 43,891 0000000031e15e0c6fd6cdc74e97b46d110a3ea4d7186160a16f605d5973e439 0.00 MB 1 0
43,890 43,890 00000000391e43160630c13c1989f3d6038e85105f5ae6a89f904133cae0990f 0.00 MB 1 0
43,889 43,889 0000000001f5be0fcf573609caf1f6b160424cb3f192d8f94c450628a6262de9 0.00 MB 1 0
43,888 43,888 00000000358ea4cb2255a9efe8160094c33b924a19a9e6a5d07d1f81d1fd873a 0.00 MB 1 0
43,887 43,887 000000002963902e6b8d00fd5d510adac7040b918676ae81db1d43f1ac6a6b1f 0.00 MB 1 0
43,886 43,886 00000000420e1409bc7f2eed0c125e892e965bd2af40ffe545f5ca079f019e1e 0.00 MB 1 0
43,885 43,885 00000000383d1697508c55c79fb60adfe8a6ec0c964570b6403418242bb452c0 0.00 MB 1 0
43,884 43,884 000000000ff2126cbffbb24c5137aed7956f5ae376dd4465f33911cd1621d38d 0.00 MB 1 0
43,883 43,883 00000000018092e46ea38f2ee719809cbddfdc697030ee10f69cbf1414c6ca34 0.00 MB 1 0
43,882 43,882 000000003b7b65c5db8fb4fdf296ca9ca2eb1be5a791941a2316811bfef1558c 0.00 MB 1 0
43,881 43,881 000000002974ba0071902cfe8360e11f74288bb351313378ad50b5fffee84122 0.00 MB 1 0
43,880 43,880 000000000cfc1fa4acd572c763dc02df52bd5e08bb8e848944088025c0eb16ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.47 GB sent, 102.00 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.