Memory Pool Memory Pool Refreshing

8,532 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,803 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (732,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,745 175,745 00000000000000e48da6c76231f351cfd6af53b71dbb744456b9d1be48e93995 0.00 MB 11 31
175,744 175,744 0000000000000134ba3f151cb7aa14954f928c754de26010eef265faf712257c 0.03 MB 94 89
175,743 175,743 00000000000004cc7594fe421109561acae727b30fda6a034f06c03cb3b81a74 0.01 MB 8 18
175,742 175,742 000000000000018731849a2b7c334ab508e3a0bf3946a80885d69767905f79a4 0.02 MB 22 104
175,741 175,741 000000000000087a658240150547cd52f1fef46ba6b7bf9cd6caaeabc0e193c7 0.01 MB 55 24
175,740 175,740 00000000000009c76407d0b8719c08f3bfa23e4c2fe1fca63fd7875ef5edb3a3 0.01 MB 16 74
175,739 175,739 00000000000008c661d01fb1c4e761f1b3dc7c3caa4fb5307c27a87d0ff6549e 0.01 MB 14 46
175,738 175,738 00000000000000fabb7daaa7482a7f9b610fb557e029b9f257a8fab6a2728cb6 0.05 MB 121 400
175,737 175,737 0000000000000682c1a62d6ce8f70d572fc235ac94ef8a2d4dbeb1fb6a8c133c 0.04 MB 108 76
175,736 175,736 00000000000004c7347a57bc33bdf2a320a919903291a1673912fae7156f78b8 0.01 MB 37 99
175,735 175,735 000000000000067bd489c87f34e3f67f22bed1026142322929ff04edfd9b6d8c 0.03 MB 97 25
175,734 175,734 0000000000000776ac50d522b773e4451c19d8179637d03f57a539afd8c25135 0.00 MB 12 0
175,733 175,733 00000000000007c1240ca7bf545ad4c7e53fe653743fc0f50275d40987960855 0.03 MB 87 45
175,732 175,732 0000000000000728fef69850d9f76515361f1e938831fd4e9f2bec8044bd8bc6 0.05 MB 40 93
175,731 175,731 000000000000063b604e4324a257a0d83e5b93653a6a403ecc87c0f828545ded 0.01 MB 37 58
175,730 175,730 0000000000000505527df22960631c4ec8c711f879c68ceea561de7f60233335 0.02 MB 73 78
175,729 175,729 00000000000002378c153365dde35cc4db00e9a862c33d93516f343afec48127 0.05 MB 146 89
175,728 175,728 00000000000001e99b6872b489203d54fa9093eb4239c79de306a086628c474b 0.06 MB 129 73
175,727 175,727 00000000000008e5be81724939407e7954f4efb068cb62f376f820f7478667de 0.02 MB 27 44
175,726 175,726 000000000000022c451dcab01ebdbd3022ae437f6b7b3f8d35b0d72592c6b300 0.00 MB 10 374
175,725 175,725 000000000000047ccdb8bdf623deed1d30401f309d9cf54df3c4492a26fe641c 0.00 MB 9 372
Previous 10 blocks ↓
Total Size: 769.29 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,638.28 GB sent, 94.37 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.