Memory Pool Memory Pool Refreshing

8,654 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (716,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,144 191,144 00000000000007b93caa70de2915e013af75dfb6e38ccf2bffc409f93c7b02cd 0.03 MB 96 0
191,143 191,143 00000000000008a9dc0546a5f84499e35cc8065768a91f07bf3c25991b9e8789 0.25 MB 645 120
191,142 191,142 0000000000000881e5d12b01fc2eda10b4ced03aa9b49e00e497e53e1b50e816 0.00 MB 14 0
191,141 191,141 00000000000001a443b698c8d55a011cf5492064f629eabda7a30175b01c672c 0.09 MB 256 92
191,140 191,140 00000000000008687b3e953ebb14a88d3591a36ffcd28f9dc15027f7777f4e08 0.10 MB 256 142
191,139 191,139 0000000000000603463ec811527495773552a857dd8ce72ef2efba4bcd8e9487 0.25 MB 575 117
191,138 191,138 0000000000000233a7c29b5553ce27d8aa2c63e79d45fac248b4c7c836d7491c 0.07 MB 264 35
191,137 191,137 00000000000003dfd240b8339740ecc23d532d62e185b45bfc83892fc2936ed6 0.02 MB 32 973
191,136 191,136 000000000000088f6fada6cb2b6a67e06e5e42c0b5961d10db38f1685ef1c0a9 0.15 MB 475 329
191,135 191,135 000000000000001f6fc3a6fc65ba12313814018ae75aa61d1786d52be8549018 0.11 MB 256 68
191,134 191,134 0000000000000618d42a4f34834b1db8bd96cfef2da5f3e05ca48dbcad1d6a08 0.01 MB 32 0
191,133 191,133 00000000000000a27beb25e9c9bc4b1bae5e79594a7277e4d6e1e277385a6032 0.00 MB 1 0
191,132 191,132 00000000000001955cb492d131969d3b891546b6b3f262dc9d0d00858d965dff 0.09 MB 256 87
191,131 191,131 00000000000004d796e2ea0dbe8531d990f8f6260cd93bf2ed69f23e594a9f8c 0.01 MB 32 0
191,130 191,130 000000000000011aea5580c5b8f84bae5183e5a1273ccc1965b87a2ac7684cfc 0.03 MB 107 39
191,129 191,129 000000000000035b007e01a044d415add6b779cd1be0ddb0739ff16670359721 0.10 MB 227 77
191,128 191,128 000000000000027932eb1c376248e3fb675f13dc12f6ad0b91a1f2710a8f7471 0.00 MB 14 0
191,127 191,127 0000000000000084563cd613ab5119433f58017b87888392300e476103945a0f 0.00 MB 10 0
191,126 191,126 00000000000005dffadbb9047e308a55ecb314ad212f6b7c51b1ed9b89cc5b44 0.11 MB 256 96
191,125 191,125 000000000000023d83aed41f85fc96876778120e270711045b08563c74321b35 0.21 MB 386 232
191,124 191,124 0000000000000405ad3095c476561ed0883b14729e81279889150deaa179b27a 0.11 MB 284 170
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,624.96 GB sent, 93.01 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.