Memory Pool Memory Pool Refreshing

2,667 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (199,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,829 707,829 00000000000000000005be10b5d26011aef78a8fb838981b845dc9472ec39b1a 1.44 MB 2,353 11
707,828 707,828 00000000000000000006b9772bd43626b615a5e62d7f34f147b11640615ea677 0.07 MB 162 9
707,827 707,827 0000000000000000000c92cce9d656734609ddaf2a2c29dd23a8b7da68dec167 0.57 MB 963 10
707,826 707,826 00000000000000000005907e15e7e8744b5b4c37381876f4578b63cb80c2149b 1.43 MB 2,599 9
707,825 707,825 00000000000000000009cb7b4ca07aeb503191824e430a85374588cb2a955597 0.04 MB 96 10
707,824 707,824 0000000000000000000944e065f9e9c556d4ac2ef89865137a704c6bedeed1bc 0.15 MB 360 13
707,823 707,823 00000000000000000000b6ffddff4cd67c8f34bd0cce80df4604188a05ff03b1 1.32 MB 320 4
707,822 707,822 00000000000000000009297d2490e9d881899cf287fab27768a77a544b1674db 1.97 MB 1,231 4
707,821 707,821 00000000000000000007f66502bfb519b3e24b7baf8427fc6f65ff08d7011bab 1.50 MB 2,956 12
707,820 707,820 00000000000000000004f68a47d1f55e45da3115c4a5a7f9fe787ec8af1246f6 1.55 MB 2,354 6
707,819 707,819 0000000000000000000c081d9b00c746fc85bfa4963f92d2d6f77bab5359cd6d 1.29 MB 1,473 13
707,818 707,818 0000000000000000000433609ca4db9d918ed8951e4c89893e475c60a88e0e43 1.19 MB 766 6
707,817 707,817 00000000000000000003740d641e9a10ab40a5b738e060ac9f2e680e1e837448 1.45 MB 2,502 19
707,816 707,816 0000000000000000000ac90e923fad67877835d38cc6dcaf530101ef679dc5dc 1.06 MB 441 5
707,815 707,815 000000000000000000021fce970e70d8454a43f1234777e9f43114d8e8f78622 1.39 MB 1,913 14
707,814 707,814 0000000000000000000432b1283a2dc141c3a89c3924992e0abc08620d659993 1.43 MB 2,681 8
707,813 707,813 00000000000000000005178b8a76882d7e43e336710755d472f09ff637e6e315 1.42 MB 2,122 4
707,812 707,812 000000000000000000012439a1544422a74c64f2a0f165299ba7076dd6e2cfda 1.46 MB 2,691 28
707,811 707,811 000000000000000000089a0ace4072b1f9793f067213054c70dca28926792139 1.40 MB 1,654 9
707,810 707,810 000000000000000000079ee6118f2ad980081e0d00009b9579e2c92749f44c96 1.47 MB 2,817 20
707,809 707,809 00000000000000000006a7011d3f57e8a0b95c2c2bba2ed611d99c88caf5b50e 0.04 MB 115 11
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.