Memory Pool Memory Pool Refreshing

10,462 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (20,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,801 886,801 00000000000000000001005c96aa49dd54b7caa377c1f3bd6446020eecc8886d 1.54 MB 738 1
886,800 886,800 00000000000000000001ce2876bad12858d5013858bdbca15cea61eaabb90d8f 1.42 MB 2,191 2
886,799 886,799 00000000000000000000b33fba53cd6aec867e355926533a997ce562b6984e40 1.48 MB 3,446 6
886,798 886,798 00000000000000000001146605f907f458ec35dbf943a66dd97f7ee4350eff65 1.46 MB 2,648 3
886,797 886,797 00000000000000000001438ab20036f32fb481d6dba11ccafaedc3a4c2982267 1.72 MB 1,803 2
886,796 886,796 000000000000000000025690c41c9e2ff8592188bc677749e80f8cef2d561fa3 1.60 MB 2,234 3
886,795 886,795 000000000000000000019b9620e979759df07ebf24939d037ca05281382e031e 1.88 MB 1,463 2
886,794 886,794 00000000000000000002162dbe13a12356b0df2047fe3189c9262abf30dbb9d5 2.13 MB 467 1
886,793 886,793 000000000000000000013cc865ce645b36bec4469b7f28e6e3a10d3f3114d5fd 1.77 MB 1,994 2
886,792 886,792 00000000000000000001e75c0d08358d6ff4e3d6438d91513b47aadb65bfbb5c 1.88 MB 1,355 1
886,791 886,791 00000000000000000000407f8a7b4e19de7dbe673e7cc4442abb72fa9f7752c9 1.68 MB 1,697 2
886,790 886,790 000000000000000000005c6bb246c40941abdf43722e04611991ab55782c200d 1.85 MB 719 1
886,789 886,789 00000000000000000001470c0b3e77df5a3267b554ccc4ba909782dc181614e4 1.30 MB 355 1
886,788 886,788 00000000000000000001e2d533f9280f0d2d8a7ac529a95567dae182a8be9c51 1.44 MB 2,779 4
886,787 886,787 000000000000000000002e7a4d8f6b66bc44df66c0149ab7d6573ee2223f3cd0 1.19 MB 784 1
886,786 886,786 000000000000000000009271e35ab3a7f925e346dc55bba8e7963fea27e833e1 1.29 MB 2,006 3
886,785 886,785 00000000000000000002100e0b05177637c086916be9c8f9f5307436c25b80de 1.52 MB 1,978 3
886,784 886,784 00000000000000000000746776e8487e553e739ecfe2f6c27613e8ec2e48c217 1.50 MB 2,824 5
886,783 886,783 00000000000000000001b808616c86392c94c6bf57afce4cdd99dc4a5de558c1 1.19 MB 825 1
886,782 886,782 000000000000000000008d892ca64b60629ac613110a69551d09308548e84ba8 1.25 MB 1,262 2
886,781 886,781 000000000000000000013967a606262882f51d5613ca3f3a0c3ab667915e2bdb 1.17 MB 927 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.