Memory Pool Memory Pool Refreshing

8,833 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,822 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (209,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
697,728 697,728 0000000000000000000ee9d86309eddc8d6a8e665a0d2ce6dbdf8cca0d5c9881 0.98 MB 1,830 11
697,727 697,727 0000000000000000000c83dea23eb66551e601bc5fa20b4732178333ba001e4f 1.29 MB 2,474 11
697,726 697,726 00000000000000000008ad2cc154b0d4a2c0a7dc408457ad5c1bda2ffc0e03fb 1.02 MB 1,904 17
697,725 697,725 000000000000000000049f5f78af968f1f3d98636cfd32b3d089fbc7d7bd1c2e 0.44 MB 766 5
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
Previous 10 blocks ↓
Total Size: 768.92 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,603.53 GB sent, 92.36 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.