Memory Pool Memory Pool Refreshing

6,988 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,934 (772,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,769 135,769 00000000000000d601923647802cd77f1416f95634ca604a8bfa0ae0aafc3a87 0.00 MB 10 641
135,768 135,768 00000000000000a8917f20b0371c60d5362b6230aaf9970e9083cb402edda778 0.05 MB 99 378
135,767 135,767 0000000000000591fdc6b43bd8d23888192bc2c500e0175bc7f781eb6e726944 0.05 MB 104 305
135,766 135,766 00000000000004e31651659a21414a772ac52bf49f419e37ca1edfc8de1fa50f 0.01 MB 14 5
135,765 135,765 0000000000000023c59db4d7f56993d62958da9a021c4d9d1103d1091e21b99c 0.01 MB 37 390
135,764 135,764 00000000000000aa2b52a0eb7ccfb82956f8492f2968da772469e00a481b41bf 0.01 MB 18 707
135,763 135,763 00000000000001ff826d8cf3a6428d04b7c2a99ac2c608aef46153598b60de01 0.01 MB 34 372
135,762 135,762 0000000000000499ee6bc0302d90b4bf4353cdc29c0850bef15dbf4bcb5a731a 0.01 MB 27 381
135,761 135,761 0000000000000602c7d1f900235318ae98555bb7dda3fb2cbc6f3711b68ec551 0.05 MB 155 185
135,760 135,760 00000000000006c71f40460c1e8a00f790357ea4bdad4936992aa5ed9932c898 0.01 MB 30 391
135,759 135,759 00000000000001fcbd477939eaf31ce70845f50ce5a42f5c2c5b0990e02ebcf9 0.01 MB 15 183
135,758 135,758 00000000000001d006de813b85a11bb0f9392b5c4df3ab7e5e2524d2faca27b5 0.05 MB 106 408
135,757 135,757 00000000000008e9bc8b2d3636e66b6e2ddf6ed90bcbc6d3f2b05aa296c9d5e3 0.02 MB 55 91
135,756 135,756 0000000000000a3ac4edf01940ef6e4976cd2b3d76c23c12a68f175a8afb50c3 0.01 MB 13 91
135,755 135,755 00000000000003ebb60fedb94fdff878a5f534038c9e0a4c0cabb9e6a3e192fa 0.03 MB 100 142
135,754 135,754 00000000000005b165115485a0ae475d6267ec437683d3e2470da8caf6a60a88 0.02 MB 63 67
135,753 135,753 00000000000002fcc83cadfece591d09402fba03d69bbf29c6a7a223f9ea3114 0.02 MB 54 306
135,752 135,752 0000000000000684e24625093bc0e30e73a1876d2c33eb782f28eb199c7d9fd4 0.00 MB 1 0
135,751 135,751 00000000000001a590c20a39cf39111993b61025544525e9a94d11d5cd6b31d9 0.03 MB 70 207
135,750 135,750 00000000000009b58502683615c0b3eed40b908475c6c1a21b03c841daf27c1d 0.01 MB 15 221
135,749 135,749 000000000000006bc599616101e37644bf2b780f0f20100252bd859ea06b7517 0.02 MB 42 228
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.