Memory Pool Memory Pool Refreshing

3,228 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,211 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (6,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,939 900,939 000000000000000000014705d6e70b76047da5b9a7caf28f30d6ca9c5b01696b 1.50 MB 4,776 4
900,938 900,938 00000000000000000001cce7bee8f09c1e61f932711665cb0b61f0a020f13b07 1.42 MB 5,829 3
900,937 900,937 00000000000000000000dbb792b1850041b5591e27396d4f28263a80b28f77ca 1.49 MB 5,579 3
900,936 900,936 00000000000000000000c8c2f08a7f3794968e3c8a4f4a864804adddb3536e5f 1.30 MB 3,996 1
900,935 900,935 00000000000000000000eccda813df4ca7f590050b3a4259a9e48c9775fcae96 1.54 MB 4,062 4
900,934 900,934 00000000000000000000db1f10368a6e05a0dd307f5410fe13e15cc1551e0f58 1.70 MB 2,424 3
900,933 900,933 00000000000000000000fa635eb891954b2be44e15b9feffa2539fbd3a0c1f08 1.53 MB 3,501 6
900,932 900,932 00000000000000000000c170e2cefd160c573f59343d7cbfc239ba08c1624eba 1.54 MB 4,095 1
900,931 900,931 00000000000000000001801d2cffe2906efd33b4e00a5e3d91c3e110fd42853a 1.43 MB 4,453 2
900,930 900,930 0000000000000000000159c6401b3d62c88469340ebfa51af81f81401bbb1624 1.52 MB 3,919 1
900,929 900,929 00000000000000000001f772319fd0887c561b6b5e0dfa3b21eedfefa55f469f 1.47 MB 4,753 1
900,928 900,928 00000000000000000000b22beb448e4fa96e69b27bb36476bd8321faa3b8473f 1.47 MB 4,673 1
900,927 900,927 000000000000000000015026fb0aab3b65145a0f8f9141836b17927d30a574bf 1.42 MB 4,004 2
900,926 900,926 00000000000000000000f144009fa3fc2f3f859a00af87a927d4b9ac5d011a2d 1.48 MB 4,361 2
900,925 900,925 000000000000000000021ba453ee75bcbb0e76238348d9fa8193832042568a69 1.47 MB 3,959 2
900,924 900,924 000000000000000000020c65f47c3382312eead5404c0218bb973bc36404f1c3 1.41 MB 3,342 1
900,923 900,923 000000000000000000020113060a233e8377afa8a752ad9b442df98758efb679 1.49 MB 2,468 2
900,922 900,922 00000000000000000000ecdef9be0ffc7e67f0a633e63faf1b891a1043c8d84d 1.62 MB 3,702 6
900,921 900,921 00000000000000000002309a024cfa2a14ff6bf8fed19fc492cda51ff5af259b 1.55 MB 3,264 2
900,920 900,920 000000000000000000011fc2934b3b3a9144ad686a302fff4f6ace95741a54e2 1.38 MB 3,166 2
900,919 900,919 000000000000000000018b01f7df380afc53958f7fc67200099e52b311c9429a 1.57 MB 4,256 1
Previous 10 blocks ↓
Total Size: 769.24 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,634.95 GB sent, 94.10 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.