Memory Pool Memory Pool Refreshing

8,284 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (595,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,799 311,799 00000000000000002ad3bf9747646364c0cc5b2f2cf1c93a71478cfcf15739b2 0.75 MB 1,268 28
311,798 311,798 000000000000000021ba6c4b84817106a327070d7a40b0d2c67c22586345d155 0.21 MB 269 19
311,797 311,797 00000000000000000528cfad6ed90a3b11380dd8e59a3670ba8df5f3722d54ab 0.29 MB 272 17
311,796 311,796 000000000000000027049fe7db29c4bb6dbc9d9782bce51ed03c0db8438c256b 0.50 MB 882 34
311,795 311,795 000000000000000031723e6b0fa56901e774528c7036c1315ad00fec05a62be7 0.27 MB 422 25
311,794 311,794 00000000000000001b174aa986cd4de9c50ed26ed65119e4915c8d633a6c9f61 0.56 MB 436 17
311,793 311,793 00000000000000002c3ec028fb4c7c3ea9708b188cb01ddc7c12d284d3e2a666 0.75 MB 1,413 29
311,792 311,792 00000000000000003a939fe8d95f3c50e1967c3fd612ecf521e0240f78eb1974 0.01 MB 20 29
311,791 311,791 0000000000000000189e44c2305f4bf1b8014bdbb6023434b9fc648e3e2a1e88 0.08 MB 156 24
311,790 311,790 00000000000000003c47d17212dae4ad28ab1b29f941a682500e700750fec00a 0.22 MB 294 21
311,789 311,789 0000000000000000116b61da6c6f1728f39856c3c6ea1d1ebb2567a2b8b0ae91 0.06 MB 113 25
311,788 311,788 000000000000000032e5242d006a7a4aac98988590504f9e10135e5a15a73e6a 0.01 MB 26 21
311,787 311,787 00000000000000001b3461e80f1ef6af8a4affaac346fa2f773337ec8a0fda4f 0.13 MB 158 20
311,786 311,786 0000000000000000320643b11e0113d876d7f88d97f0b181833c829e314c81df 0.07 MB 117 27
311,785 311,785 000000000000000006269a0143a3451d4d29a332844ad65d90c29ea343f254fa 0.11 MB 220 29
311,784 311,784 000000000000000002eb271b0516d910c7b3aad7a0bfd7d90216a304163c6d44 0.20 MB 354 32
311,783 311,783 00000000000000000f44eb07d2cd5a7d9e89020736e7f19955ae9870565efb2d 0.17 MB 176 33
311,782 311,782 00000000000000003b6185ad17a88948ed7f44ead85d194f66c26753ae07498f 0.28 MB 456 25
311,781 311,781 00000000000000001bd7f5a0b6018c1cabb10e4d099e3531000a2e3dd81e13cc 0.30 MB 330 21
311,780 311,780 0000000000000000108b0e8f8c8cd78c0c477c586cb26a65f932557597e9eccc 0.01 MB 43 21
311,779 311,779 00000000000000000f2e9e1b42bf80e2fc55daf874f2dc5332ded4c949f375b6 0.28 MB 466 31
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.