Memory Pool Memory Pool Refreshing

17,916 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,498 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (578,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,797 328,797 000000000000000012e3effc57092c521586df49907fbb6d88202a3cfd023288 0.27 MB 548 28
328,796 328,796 0000000000000000040767c424d3adcf8a326b3f16bdf6b9da0627f121a13c7a 0.10 MB 455 4
328,795 328,795 0000000000000000166f371d36c5cf07653068ef91d84cbd1d470f70c4ea22b1 0.01 MB 42 40
328,794 328,794 00000000000000000a081eb0e8a1a11d20cbafd0e1f7c145d6f0d757eebc882b 0.27 MB 519 26
328,793 328,793 00000000000000000ab82c5451a462f50af62061f048cc7af07eca86b8ce13a8 0.18 MB 317 27
328,792 328,792 0000000000000000096156fe1e6df6afa5493c7f055326a9cdab9cf112e54813 0.10 MB 177 16
328,791 328,791 000000000000000004fca4dd834c4d865ffd6f87e068e0c299db81d7abb01f2c 0.39 MB 720 25
328,790 328,790 00000000000000000c377e447e89893dfaf891dd0238a574929b0ea161b05296 0.85 MB 1,415 29
328,789 328,789 00000000000000000d55ea41e86ac3ceab5e5dfab073012ec77d5118d29a2037 0.03 MB 57 26
328,788 328,788 0000000000000000073d1ef5a326fd1cfada7436c7a58c60df31dd05dc04c873 0.02 MB 75 25
328,787 328,787 0000000000000000036e97ce1778e1a8ba9729ce863f1099b8bf9beba7882b86 0.09 MB 193 30
328,786 328,786 00000000000000000a3b06b3f008949baa892039f8f6481a515bf17633a38d13 0.26 MB 579 30
328,785 328,785 0000000000000000127f21ecfd30678475761dafc5a476de315188297e14076d 0.11 MB 218 28
328,784 328,784 000000000000000003e602a613632556fa19c1286f1b448aefab26084d4a6d1e 0.07 MB 101 18
328,783 328,783 00000000000000000e31594a0002973fdf81d0d0c67c52c5027c3af5cba32db6 0.27 MB 333 26
328,782 328,782 00000000000000000a7d98939313122651aff24ea208153c3bc9d7710c0c74d7 0.20 MB 441 35
328,781 328,781 000000000000000008d735c790c4ab6ab0dcc8b91861ccc866c34e1af1212daf 0.04 MB 90 25
328,780 328,780 0000000000000000067c6e9dcc764182ac62635e4a162e95d1f39aefb6bc5780 0.18 MB 385 28
328,779 328,779 00000000000000000a7bad4be696c693e88385c4b125def14581346a72e8cdc4 0.01 MB 12 22
328,778 328,778 00000000000000000dfc93befd37faff60fa8216fe4f4ef2a796905a68085d4a 0.06 MB 124 12
328,777 328,777 000000000000000014887e877f75f2b2891ae07794d3d9f89b2e18cde0640f7d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.