Memory Pool Memory Pool Refreshing

6,514 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,583 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (593,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,709 313,709 00000000000000001a685a8c20d906e3c135aa997ff9c61233e7bbdfbcb90bdc 0.25 MB 182 22
313,708 313,708 00000000000000001a9921f75604838a6eb78e9058b7c5aeb0d6b3a8c0e3d907 0.09 MB 256 35
313,707 313,707 0000000000000000106e1123f08d8475daeaff165170a961d6b60e150cd904f4 0.75 MB 1,012 21
313,706 313,706 000000000000000018d00f3f76a802b81421ec44b4c1cca0f4a4ac423a2ccb74 0.50 MB 1,373 40
313,705 313,705 00000000000000002960b53bc9360023ad8e4d82c6222be42e0c4635ba384572 0.16 MB 309 21
313,704 313,704 00000000000000000d9a5f3801d75879b471e2eabf9c9cbe5469ad0987b0200d 0.01 MB 32 78
313,703 313,703 000000000000000038059e1ceae6d2f23ce5300d3e270ff207a3c6a2969e6281 0.12 MB 234 28
313,702 313,702 0000000000000000293728d6ad4e0ac0c77b9128111df62e83157798a603a48c 0.36 MB 730 28
313,701 313,701 0000000000000000244c7879522a659992e59e4a731cd44de0ade460ce945de2 0.18 MB 384 20
313,700 313,700 00000000000000002e49bc3201670d07d7954797f9f4e2e9db655dc86767bf0b 0.51 MB 948 28
313,699 313,699 00000000000000001df9c39b53a9ae34b9d319a759ca0df39d94466abbe2ae63 0.17 MB 332 26
313,698 313,698 00000000000000001f28bca6ca83c6ba9b09224719a5da6122d24988ae046575 0.06 MB 146 26
313,697 313,697 00000000000000002f9def038aaa2ca98a5dab62332b185bdaf98fcc61f77020 0.17 MB 332 23
313,696 313,696 00000000000000000d12434b6aeb8533f7d1ea84bf0828a7cfc17dc5661edaf6 0.42 MB 800 32
313,695 313,695 00000000000000001df5c68409db280616ac6d454fdcb090c1ad6a3a669c6baa 0.13 MB 286 33
313,694 313,694 000000000000000010b274deab79e551cc06f0625f9e562b36c949a3c4057739 0.11 MB 223 8
313,693 313,693 00000000000000001b37993c281e6e5d73d3e4c1da6555ad80f64242a4f605f9 0.81 MB 1,421 29
313,692 313,692 00000000000000001492b8f9ed754124b5feea4bde33f9a88b4b037cc3d3236b 0.47 MB 853 25
313,691 313,691 00000000000000000cf8bb07869e982451a3b73648f1704d8e8c64ff65568bf6 0.04 MB 95 27
313,690 313,690 00000000000000001fa3e60f0166689854cee89f15aa04fce42dae594e32262a 0.12 MB 156 17
313,689 313,689 000000000000000029a220a22a6d7e90981bde3fa030bda209b41173674ea82c 0.11 MB 259 32
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,616.51 GB sent, 92.74 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.