Memory Pool Memory Pool Refreshing

4,029 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,162 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (713,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,830 194,830 0000000000000150b0b99d72f170b536e7e658d3898602730fecfe5889a3680e 0.05 MB 132 146
194,829 194,829 000000000000058556291395300cd3e55f8a7cb40a1e4afbf2adcc700072159b 0.05 MB 92 100
194,828 194,828 00000000000005ac05ccfee3352ecdc6bb47d8117e8293dc7b5fe9e70cf68aa8 0.03 MB 69 101
194,827 194,827 000000000000004bc7ff4aa6117efbff7d2586e31fd7ab9f0497ee5718c6b526 0.05 MB 116 74
194,826 194,826 0000000000000037694bd35d82c3970439282b465c973ad1d3f74921938a7c3a 0.11 MB 256 131
194,825 194,825 000000000000009b120c852fb65b8021598749f97b412585ed6fd58d4d6bde20 0.11 MB 182 125
194,824 194,824 000000000000052fd98b812e1cbf4366de42cfbdb2035e29038725b75ab12365 0.01 MB 56 0
194,823 194,823 00000000000002860fa6bca61d962c89ae87b096aa6e29ae38da90467353ea52 0.08 MB 130 101
194,822 194,822 000000000000017718e543703bbfd7ed955da43019d7fd3729f676c4f0ab243e 0.00 MB 8 17
194,821 194,821 0000000000000121b19a1a857cdd67c43fd00496b99dda357bea644d2b471c5a 0.00 MB 13 84
194,820 194,820 00000000000004f582c2e16c0c078b1c015d5e9b3c7fc72072a341d7c5de7b1d 0.09 MB 189 130
194,819 194,819 0000000000000173c5c2bad9da972baeff9e38f99c65d63ff0005782ccee10ea 0.09 MB 207 115
194,818 194,818 00000000000001e852202d2d28d49961b5eabdf81ed9fe1e93fb85ab1b332ea9 0.00 MB 8 117
194,817 194,817 0000000000000594798e8c27ccfb273e1ff3a466b0c1306a0ac01d0e8c75d95f 0.00 MB 9 14
194,816 194,816 000000000000000f890eec9504d5410b13a46a478cbe569fbe3369eebd085f30 0.09 MB 256 88
194,815 194,815 00000000000005256b52a89e11265f0dbc5176ec2d2eeddaefd53db54b375e44 0.00 MB 10 0
194,814 194,814 0000000000000636f7249c69d53f352d05b72ad2ea6c34df1919a876eb3f788a 0.01 MB 24 30
194,813 194,813 0000000000000350dcf569bd331cbff82412fec6876fdb3981c202d26f235671 0.10 MB 240 128
194,812 194,812 000000000000050732583ce5c6caba7fe1cecac22b48ac440c5e64e6fb712b3c 0.00 MB 12 30
194,811 194,811 00000000000000ca096f181d54f88247b75d26a465e4bb04b1eb9ab7d7ccef97 0.04 MB 77 89
194,810 194,810 0000000000000503e9f5c2a1ad9372c1e3e350b83af8b56d47af86265121c197 0.02 MB 46 125
Previous 10 blocks ↓
Total Size: 769.71 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,677.57 GB sent, 96.45 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.