Memory Pool Memory Pool Refreshing

7,431 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (181,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
725,886 725,886 000000000000000000060da63b32a3985a30285eaaaf00b2a2d6715c25558188 1.66 MB 1,507 8
725,885 725,885 0000000000000000000827226cdb4f0e1513958ef7f9f073008535199d7950f4 1.36 MB 1,616 10
725,884 725,884 00000000000000000000159abae7fcf6d54e2451319a342c7c6a260fd2f601ae 1.86 MB 1,821 9
725,883 725,883 00000000000000000005989afdc8134efef9be3c132cae78e881e5e189540e2f 1.56 MB 1,963 13
725,882 725,882 000000000000000000097aafe554d8587e021cebd417bb555296f8563c6d5a7b 1.46 MB 3,394 19
725,881 725,881 000000000000000000092636809097b24c5ac46f79cf5b2e05f0b8a0c678e564 1.75 MB 411 1
725,880 725,880 000000000000000000032ea52a5c71f20e9c1d389e9b14dbf42a29bf9382e0dd 1.48 MB 2,263 7
725,879 725,879 000000000000000000020d24c87384bc8288e0263d24b5f8faf1a6130193f82d 1.47 MB 2,756 19
725,878 725,878 00000000000000000004254f24f910a0ea9a852f265b74c27d20261f307d8b1e 1.53 MB 2,330 7
725,877 725,877 00000000000000000002cc1ca498e5b5e0b2a07b7b4ecd5ef9717cfbae9d389c 1.52 MB 2,818 10
725,876 725,876 00000000000000000001d1f9ebbca709321be7c1a942d37ba6dd192f352c8a03 1.24 MB 1,176 12
725,875 725,875 00000000000000000003fe6a6f219daf99c36f5bd5018ef4f13c269873852f2f 1.37 MB 2,604 17
725,874 725,874 000000000000000000092bf4fa85e249076f2b5baf4fc92e3bac48c12da4b1e5 1.51 MB 2,550 5
725,873 725,873 00000000000000000008835cd49fd138a42a181af26aad516aa78e089ae02784 1.52 MB 2,577 14
725,872 725,872 000000000000000000071e77f06066516b95b8990a75e1e16204d8fc2d13c4e4 1.76 MB 509 8
725,871 725,871 0000000000000000000702c842a1a18a891d306299b6dd2a7bde165671d626f2 1.64 MB 1,655 11
725,870 725,870 00000000000000000009e1a80cf8a69758999cbe6340557c0a9291bf25d34ab1 1.66 MB 1,245 10
725,869 725,869 000000000000000000031442dbc76e3534ba687bb1e73bf792cfe42fa40dab9f 1.74 MB 334 8
725,868 725,868 0000000000000000000375da906ec71b844f8a2c2f608324995c50c0e2d65a9d 1.59 MB 2,755 6
725,867 725,867 00000000000000000005d2b748f3a35784d7857b55c13f3c336d42e2621be860 1.42 MB 3,396 18
725,866 725,866 00000000000000000005f45e1d1cafd2b3ced4907e10d1bbcb889c23230447f7 1.16 MB 2,352 13
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.