Memory Pool Memory Pool Refreshing

2,726 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,725 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (209,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,724 697,724 000000000000000000086a8a56b9a7c1a80ae97c4d511c78c024003c619823c9 1.49 MB 2,193 6
697,723 697,723 000000000000000000031ee1e3d4964ce472f27434d19c0bc077d90e4d0f4a3d 1.48 MB 2,425 10
697,722 697,722 0000000000000000000f886d901610cf460bbee11e438bded9ff7179f873e3d2 1.39 MB 1,579 6
697,721 697,721 00000000000000000005d18a758952194adc7a520953c3e611c457a342b939f8 1.43 MB 2,669 11
697,720 697,720 0000000000000000000f989be6de01b62aeb9a674cdd9556312d7f8862be9aae 1.51 MB 3,107 7
697,719 697,719 00000000000000000001528285d8842120debd67b5b5699697077b7ddb856ac4 1.54 MB 2,570 18
697,718 697,718 00000000000000000006ab5f621aaafd5ecea54d14eedabcf9d36636cf0c8300 1.09 MB 1,956 13
697,717 697,717 0000000000000000000955aab49ab9e73ad86dcb8b3cea3c71cf6f00f3114659 0.69 MB 1,366 1
697,716 697,716 0000000000000000000505fa4e71757505926b733147e3d0c01be9085d95fee4 1.50 MB 3,140 6
697,715 697,715 000000000000000000040d264a8ba6f2aa69c53dd062a0a9219aedb30f6fcd6b 1.44 MB 2,722 21
697,714 697,714 00000000000000000003cfe410c0e7b9fa208137573a3a8308700281fc47ce4d 0.88 MB 921 1
697,713 697,713 00000000000000000007504240f3689b0c0d0abf78c4ad92c5caac03ea15b464 1.65 MB 2,498 3
697,712 697,712 0000000000000000000173950e0e86b8a2027e5dbfcbcad1e635438f6cc1e89a 1.45 MB 3,214 12
697,711 697,711 00000000000000000009aa8f7a2f3e0eac287a82b73d422bdb919723e9cd8ce3 1.38 MB 2,436 17
697,710 697,710 0000000000000000000ee825a647a535336e57f2adf0b7163cf28fe3f73e1445 1.51 MB 2,829 9
697,709 697,709 00000000000000000002ee22f7cfd7f7faabd0586d9970e1779062a2d69f059a 1.41 MB 3,415 20
697,708 697,708 0000000000000000000c03aa6219ef51bcc8641584c8fc972d63eb99fabc3f21 1.07 MB 2,142 11
697,707 697,707 00000000000000000000c3a820d1c340aab559d180d5fdab6101754538218b08 0.67 MB 1,204 9
697,706 697,706 000000000000000000082fb5602782a056d40b014e6573accadbfc1450644e4e 0.94 MB 1,974 12
697,705 697,705 0000000000000000000150aec79f7e534aeb3a29f24f5549b58fe624c69d6224 0.15 MB 338 12
697,704 697,704 000000000000000000031a902a70f5cd6c0ac3bdcccad549e89ac4f473c21b20 1.51 MB 1,123 1
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.