Memory Pool Memory Pool Refreshing

3,598 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (586,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,828 320,828 00000000000000001d46825faa950cae36ca620b3cb03bcbd28c249019753a88 0.20 MB 312 25
320,827 320,827 00000000000000000d16e19e165c5214ee9bbfbbca51b0bd46f382b29fd4b375 0.16 MB 283 28
320,826 320,826 0000000000000000094f79d100969206dc1b07508e81b6654b9b0529ec3d5d99 0.11 MB 195 18
320,825 320,825 0000000000000000021270acd0cc5c7e0ee61250583ab467b8c9d2b5024b2f88 0.00 MB 1 0
320,824 320,824 00000000000000001ef67a08887f3839ea193cfcb3383a09dd3d06bafb368c15 0.05 MB 111 28
320,823 320,823 000000000000000003d8893032cfa5efd93fb3e7ba8c3a3e274564bf83bcf715 0.51 MB 827 26
320,822 320,822 0000000000000000103852819d321d67d7c2a531187140a6400db6ee3c7fe933 0.31 MB 477 26
320,821 320,821 00000000000000000343185087583c2bcf4d9d7e4d6c62ca21a8cc91be44ec22 0.32 MB 580 26
320,820 320,820 00000000000000001d70cbbd3aa46c381d7ae1fb1f63db0b85a681b94fd0326f 0.07 MB 58 7
320,819 320,819 000000000000000010314701742b982b880b0f900a63c81a38dad80b208a9812 0.27 MB 414 23
320,818 320,818 00000000000000001d3960265e8412fc7ec7edf5f7a517122817729e11ba77db 0.26 MB 425 23
320,817 320,817 0000000000000000247f7d567721a4bbbb024c390996c91ce8a6169df63b9d79 0.06 MB 135 16
320,816 320,816 00000000000000001d1340a4433fadd2feba26a770df8aa669998584a836e790 0.31 MB 603 26
320,815 320,815 00000000000000001033d15d7bcd3b560f1080186f69d980652cb9ead5cc67e0 0.03 MB 36 22
320,814 320,814 00000000000000000e84e6c9a2c05a72d29f723a7e493d354f532322775cb5d8 0.04 MB 76 25
320,813 320,813 0000000000000000142252844ccc49662ee5975c313abf3e2fdb47d2bceb7589 0.63 MB 1,193 27
320,812 320,812 0000000000000000245b69407d23865ed8443c59dab2e6f92c4223a81c80eabd 0.21 MB 414 23
320,811 320,811 00000000000000000374822adec58db7eaced76254fc9f796b025b30b78825e6 0.13 MB 249 27
320,810 320,810 0000000000000000041808a116dbb0adbbce550415de22fcbbdac25d260d6a85 0.42 MB 335 20
320,809 320,809 00000000000000000a8a2b9dd12f8f5f782cbb614a4926d5444d0dd168b76a1e 0.75 MB 1,699 33
320,808 320,808 000000000000000016aa4d1944c652049f54ecc9192f593b12f21c6482580316 0.06 MB 106 27
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.