Memory Pool Memory Pool Refreshing

3,603 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (14,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,718 893,718 00000000000000000000baabdbabfbef0159052c15357abc655f9594a2b0c3d5 1.67 MB 4,364 3
893,717 893,717 000000000000000000005f5d8d8590487ac9b40602b27df003a965888ad3c0ab 1.76 MB 4,469 3
893,716 893,716 000000000000000000023ddaa8f584a261322f22537f19c673e362399fd35631 1.58 MB 4,872 6
893,715 893,715 000000000000000000003b64896b5b449066ffa75efa4aec34ef1e0d6a8f4c5d 1.67 MB 4,264 6
893,714 893,714 000000000000000000018f8e66cefeda168aa1ed8033df425093216723c0b5d1 1.58 MB 3,338 6
893,713 893,713 000000000000000000010997aa42afc93af1009563ce18f863209c920dc659f0 1.69 MB 4,080 7
893,712 893,712 0000000000000000000078afe8e88f2581ceea4c076215c4c573522270313f20 1.71 MB 4,064 7
893,711 893,711 0000000000000000000201acd24ab803b9ed10b0c7b7c1ddf7ac8326aad2cd11 1.59 MB 3,417 7
893,710 893,710 00000000000000000001c344ab5c863a15c5dcb31c7bd83d1ea100d7ccba7ad8 2.04 MB 1,181 2
893,709 893,709 000000000000000000004d3a7b800e692cbd3e1440803ecf587228faf6d8b416 1.78 MB 4,597 3
893,708 893,708 00000000000000000001eac18c334b0abedbac81a8c3ad3cd9b72a3431aef9f8 1.74 MB 3,916 5
893,707 893,707 000000000000000000005d2715ce190e637cb523c1a582b474573bba0970acd8 1.57 MB 4,426 13
893,706 893,706 000000000000000000012f935562513032ae580ddea965a61518592078a8f0be 1.73 MB 4,416 4
893,705 893,705 00000000000000000001eb6427cd9faba2c7bfcf6bea75215ad5c982986d20cd 1.63 MB 3,862 7
893,704 893,704 000000000000000000017a3623bd7590ecc22ec6248f43e548ef0a43b12be792 1.60 MB 4,873 18
893,703 893,703 0000000000000000000148bc32a6cfcae82ed7f972a9393f448c59c6ad185887 1.60 MB 4,321 14
893,702 893,702 00000000000000000001e2d36d5eaea3ce19c3cd4158db9eca93b05c841d91e7 1.71 MB 2,589 9
893,701 893,701 0000000000000000000111dd5677aba84822f8e468abd0d7a2ad457a1ea33f09 1.59 MB 3,579 9
893,700 893,700 000000000000000000016947a1215d2cccb4e3e5a3a238bfd5e3d09a7e6995e2 1.62 MB 3,581 3
893,699 893,699 00000000000000000001d2d249692eb8d2bdc13231328f92eaf204cae7353675 1.56 MB 3,849 7
893,698 893,698 00000000000000000001daa076bbd4a50fb2b37747ba58493ba52720f719c1c5 1.57 MB 3,742 9
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.