Memory Pool Memory Pool Refreshing

4,145 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,874 (393,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,796 514,796 00000000000000000039bf7a9fdb264200b6f9ad33aef33f4ecdbe97e120db20 1.10 MB 1,768 19
514,795 514,795 000000000000000000129bfb4c420e73084789d03c0131edd24cd573a102e8e0 1.09 MB 1,916 28
514,794 514,794 0000000000000000002f1bb13f5c5d922a95e4f76972d48446e833e774a0050b 1.17 MB 471 5
514,793 514,793 00000000000000000010f62ad31ee9576b56fbf5c1876454e4759af680811bc0 1.15 MB 1,587 16
514,792 514,792 00000000000000000019e03683fde1a9f40f59084858542b21e5bce5915e5192 1.11 MB 2,210 36
514,791 514,791 0000000000000000001708a19e07d1245290770fb5f7a64bbfb6672cdcf0f720 1.20 MB 464 4
514,790 514,790 000000000000000000434743a612bb3044a1edc72fe2a0165e53f45a4dfac66c 1.11 MB 1,216 6
514,789 514,789 00000000000000000018f70435b27b743c26b336bd6ad1661dffda88da9f1120 1.11 MB 2,419 29
514,788 514,788 00000000000000000010cd0b6538c7c2e72752e9f7f88ff495086ab067f1ebb3 1.10 MB 2,328 19
514,787 514,787 0000000000000000001836119518ed7da954694dbc2f29dae66788ee873b2355 1.17 MB 2,339 8
514,786 514,786 00000000000000000047292b257e215a23ecb975a95c6847d502a5a2918beccf 1.23 MB 817 11
514,785 514,785 0000000000000000004bed0efe86ddc94e709d447e6d1cc11b5f89e5929fbc7d 1.03 MB 520 14
514,784 514,784 000000000000000000020353128f3bd2521bb649ab715da949b52687b19a67e1 1.10 MB 1,692 39
514,783 514,783 0000000000000000002895dc53ef8bc6a64b430747a74a1669f3cd75b6914152 1.01 MB 195 10
514,782 514,782 0000000000000000004e85e1d0c638dd818ea66527f739e4f6348dbf17b8ccde 1.07 MB 1,134 37
514,781 514,781 0000000000000000002b7786194f6bb072542c23170b79c865713d1dc729ed42 1.15 MB 2,048 25
514,780 514,780 0000000000000000004006c377d05e33eb4a9b9bba9da81bef1aa37365b95087 0.97 MB 1,446 7
514,779 514,779 0000000000000000000e1f38133bcb19d3eac7a393038bd4e21aac9b7decd246 1.25 MB 1,951 28
514,778 514,778 0000000000000000004d46034d2daa1ef8950f3e4964dbffce0995f2d7326ade 1.38 MB 1,588 6
514,777 514,777 0000000000000000000ae161d642c12773b0f005412b42d2a07787640593dd6b 1.23 MB 1,642 26
514,776 514,776 00000000000000000024a3066c33ae131bba8b8aa251d241422fe740d00854c9 1.38 MB 1,251 8
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.