Memory Pool Memory Pool Refreshing

10,685 transactions
4.42 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (858,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,506 50,506 00000000083a529037e12fd88044b965803a2d9d0fce1847f305a2467313a2ff 0.00 MB 1 0
50,505 50,505 0000000013685081415e7b4c1d6efeaf870fb3c25a518b90849f9a5141e6b647 0.00 MB 1 0
50,504 50,504 0000000007a3a3378a134794ba2bd7792d75df1a941641d070eb4e724c1c4543 0.00 MB 1 0
50,503 50,503 0000000015ad713b4c8a705e34f83fc742a653693cf6a0cb4935ac2051e64941 0.00 MB 1 0
50,502 50,502 000000000ff859b8fb5d173cf276b64672f806d07a029f84070d9f38066dbba3 0.00 MB 1 0
50,501 50,501 00000000173edd7a34524baa7fd6ea867d960e11a0f89429703bea9adad87511 0.00 MB 1 0
50,500 50,500 000000000f7a00006941c145773c1566ca582d7dc12e0b4491d43157d9ed6e00 0.00 MB 1 0
50,499 50,499 00000000146392ffc93f835bae1fd5beb09c57b80105f5a9dd2353da340fd663 0.00 MB 1 0
50,498 50,498 000000000805d303903dcb3af87ed85b7c36760d9223ba10d8ac8b4943df1755 0.00 MB 1 0
50,497 50,497 000000001d01a7978d6a284d4cc47f9bcbffc8c323370a12d372f28f99af2698 0.00 MB 2 0
50,496 50,496 00000000058c1dc3fced8ae842ae42e3af0f87a7dc6a8d4b082a63f4f73cfa37 0.00 MB 2 0
50,495 50,495 0000000012ac3eca0da7fd25978bc1f11fdebaf0e9cfa4f38c41fb004de983c7 0.00 MB 1 0
50,494 50,494 000000001e72e536420dd49f4af9cf114bd7b659210b19f8219368ac30c40c30 0.00 MB 1 0
50,493 50,493 000000000d68d97bf6e583df5610c781c7f36d233ead2fe165b046b2f06daac2 0.00 MB 1 0
50,492 50,492 000000001bf13fba0a9d349ebe5d3b95a76cc896335c10124d1726e9f9515fe0 0.00 MB 1 0
50,491 50,491 00000000099b893a9d4900749a44aee665e52c4963379d6c4512dc403e7e2593 0.00 MB 1 0
50,490 50,490 00000000055284d8ad2be3bebe93952a002451ed72be618eebd1c51e50d6b684 0.00 MB 1 0
50,489 50,489 0000000002e750d798a59beabe28e3c5fe39954f9808750d096a4e4bbf65bdd5 0.00 MB 1 0
50,488 50,488 000000001c59c9c9b84e1269cdf3b40c43145bdb8a268c6e842760ca39e88f63 0.00 MB 1 0
50,487 50,487 000000001d84487e29eafb19833210f2fa5be546205265bfbdabe77ea833de5e 0.00 MB 1 0
50,486 50,486 0000000002632487f7f0b8fd2fbb241a623814564144807c7e5bf4dd1dc656ab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.73 GB sent, 100.87 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.