Memory Pool Memory Pool Refreshing

5,772 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,706 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (593,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,869 313,869 0000000000000000388af6f5140caf7e3d34522eea1aa9c0778056e8e8e4bad6 0.34 MB 663 46
313,868 313,868 0000000000000000347f25a3eef857d5c21844420aac0939a3f4a629ab81a30f 0.05 MB 82 16
313,867 313,867 000000000000000037cb23e95c6efb98f9506e4d634663e9b7ff4d23edf992a6 0.32 MB 619 24
313,866 313,866 00000000000000000db1fefb1166bf1aeaa772a5b2a54eef5986bf81f0e991cd 0.07 MB 40 5
313,865 313,865 00000000000000003877cdd50a0f964a9d909426d8c689a7e625218de1643a08 0.06 MB 73 7
313,864 313,864 00000000000000001db48c292326ad0fb6d32ae72a07e039b1f9675150e9a334 0.08 MB 192 36
313,863 313,863 00000000000000000c43d18182fb3918c529ac04d54fcb29d5de31c7f54a4337 0.18 MB 296 27
313,862 313,862 00000000000000003003be37b9f7622ab30b0cb38457f36279d21da9e579e97d 0.12 MB 228 31
313,861 313,861 000000000000000031e9ab3c1b42b475205fbc2850bed468f4b84a511ff91953 0.71 MB 1,319 27
313,860 313,860 00000000000000000f3225b35674efc90e8155666ca68ab612a5546b03d6b4c0 0.14 MB 271 29
313,859 313,859 000000000000000030a21e8fe12c74987c2bca28eb230041306c6579c081232d 0.23 MB 539 39
313,858 313,858 00000000000000001060b828efef8543ce7b0c5218314d18fb10e7a5d8bb7fb7 0.34 MB 654 30
313,857 313,857 0000000000000000254f360aec7dd7a852ee108908795c26fcda67d0b66a5b5c 0.02 MB 54 31
313,856 313,856 00000000000000002e48d443217624dd7cfddf68b599df26a42df36e89a616f9 0.27 MB 508 29
313,855 313,855 0000000000000000274eb005158383d8b4e4cd09f743b63fee4ba1ed1e8239b1 0.07 MB 130 19
313,854 313,854 000000000000000003e72db3579817976eea9add0982d1910ea18be9f44622ce 0.24 MB 608 32
313,853 313,853 000000000000000036dc22639ed16c6acc90016f7e5a8aa25f4b5fa89113d249 0.48 MB 777 22
313,852 313,852 000000000000000032baabfde9cfef048d3d65484947208632e4716079afaa75 0.25 MB 821 47
313,851 313,851 000000000000000017119a9c63176eaa2486d324360d52188e6d1a215d51ab4d 0.11 MB 253 29
313,850 313,850 000000000000000018eabaad82b4bf69a783d18742eca0ef90a584c8458c8d86 0.39 MB 649 28
313,849 313,849 000000000000000022eb8e0bf66566134e64114b9d4161701f1d8370ad39de61 0.15 MB 354 32
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.