Memory Pool Memory Pool Refreshing

3,617 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
899,767 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,766 (3,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,500 896,500 0000000000000000000139d67469997993762ed59746374755dc2731f477bbbf 0.13 MB 302 5
896,499 896,499 00000000000000000000e1935407f26068dcb725da1562a7dd3a2c49817465ce 0.02 MB 50 3
896,498 896,498 00000000000000000000e3af78d37e7806867f3a7d7111d867fef4b4287f83b6 0.23 MB 529 4
896,497 896,497 00000000000000000000a67fd75e3ba7f72babc0e3360f1948ac0718efffb16e 1.42 MB 2,175 3
896,496 896,496 00000000000000000001991460954c7deb80e3351f1708c313930429b464badc 1.91 MB 1,947 4
896,495 896,495 000000000000000000014ca5bb799dd624e80d1c07942fa890b28a0c1bf3e274 1.63 MB 1,985 2
896,494 896,494 00000000000000000000bf2e5a321c7367710c46aa8c29ffc011593e226da1c9 1.43 MB 3,126 9
896,493 896,493 00000000000000000000111bfa412d0738f6f3bc57192ee0672c3e2b03fca5c0 0.39 MB 844 5
896,492 896,492 00000000000000000000c0ab09c1e3635bb54f6dbdc053f722a62fb382ec415f 1.20 MB 954 1
896,491 896,491 00000000000000000001b94d7da77bcfc9265999b37f3f221d293b112f4dece1 1.80 MB 826 1
896,490 896,490 000000000000000000013fb30b67f8f24340ee65774e053aae47bc7813149ece 1.55 MB 3,460 7
896,489 896,489 00000000000000000000e2d75af5933c00ddbda4ae73777769143ee7e6f8c84f 1.69 MB 2,322 5
896,488 896,488 0000000000000000000170e25e621f9e1199be17fc119dbf0e7cd53b031737f9 1.38 MB 2,329 3
896,487 896,487 000000000000000000006cbc4e21a5359381510f90360e63c42845fdef9933ee 1.74 MB 1,194 2
896,486 896,486 0000000000000000000052f6af1de1d14571a054b0d5a765e79b85eca3978fd1 1.64 MB 1,585 4
896,485 896,485 0000000000000000000064efe20b2619038d1d95799cf3c5f27fbc6d107e6776 1.64 MB 2,623 9
896,484 896,484 0000000000000000000240c363ccd98f9f26abd6f2c07623c5c1c7244e582974 0.29 MB 662 6
896,483 896,483 000000000000000000010196b9d2a86569b5997f5c8eba98dadf6274df7aa53e 1.87 MB 1,838 4
896,482 896,482 00000000000000000001ab473c3c14bba4cbb3987a607502a81bd5662fd1a6ce 0.14 MB 356 9
896,481 896,481 00000000000000000000abe04aab9a817153d0aa7ed1ac8c464bacb6cccf6b1f 0.02 MB 71 3
896,480 896,480 00000000000000000001cedbb13ce8ac7c23949760871106b6cb4b079a91492e 0.44 MB 766 7
Previous 10 blocks ↓
Total Size: 755.58 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: 530.20 GB sent, 26.38 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.