Memory Pool Memory Pool Refreshing

3,688 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (244,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
662,809 662,809 0000000000000000000b0484e8b8a722552a55c751a883be561fdb28329bdef8 1.34 MB 2,536 127
662,808 662,808 0000000000000000000c81ff944bd51bfa6236beca9f96e23ab6b20ab0d4746e 1.34 MB 2,867 126
662,807 662,807 00000000000000000003f26a50bf39be447e78304771ad161dd6c519e8e2a67e 1.15 MB 2,208 158
662,806 662,806 000000000000000000089502b57a46383e187a12b206da8d4f13753855f314d3 1.20 MB 2,755 149
662,805 662,805 00000000000000000001ec5cf589abfeed744046f30bbc715885b090ca6fff15 1.22 MB 2,075 91
662,804 662,804 000000000000000000094b7a6a45c81710c8e186bbf886f9f87c2a35a8de078e 1.63 MB 1,833 100
662,803 662,803 000000000000000000034aeab5a449fd203d1e6ecf4423145be0d544abd28905 1.32 MB 2,666 123
662,802 662,802 0000000000000000000aa61f8b52993ba14209561702c5aa028055cb76fee70f 1.39 MB 2,820 126
662,801 662,801 000000000000000000002880c3a4e9e16996c7aa1cd6aca8447e8f7d97ac4dfe 1.25 MB 3,123 134
662,800 662,800 0000000000000000000220e1a67e2c1b778ecf7d64bbd31732d3350824e86ca1 1.09 MB 1,539 86
662,799 662,799 000000000000000000093f4fd5a414be32e8e3363e269b0d130bc4b9fa65ca08 1.45 MB 2,599 108
662,798 662,798 000000000000000000062f971a2733b8e549f15fc2fb0226613f416f9a11ca99 1.36 MB 2,568 115
662,797 662,797 000000000000000000003c1f286faaea9bdaefc27daa6b7e95551d8aa5551f3e 1.15 MB 2,043 137
662,796 662,796 0000000000000000000b10242cb95f0b6b56b3549eb76b609bf77ea87b2c220c 1.28 MB 3,124 134
662,795 662,795 0000000000000000000015b8683d762e12bf4bf4c5b2853d8852621dee259351 1.15 MB 2,558 39
662,794 662,794 000000000000000000013c96e9d2927bcf5db20346c0a5b81addbee39b4a5d2d 1.31 MB 2,198 78
662,793 662,793 0000000000000000000cb3c609e22157a065e6f9ffd973c91cf5c881a8b90fdd 1.23 MB 2,139 47
662,792 662,792 000000000000000000038c6573feae3c8d4416203feca3d4e54d90d14c5fc9b1 1.19 MB 1,836 30
662,791 662,791 00000000000000000007663f8f56614afae93c7fe193ed2209dee51c3b4cc617 1.21 MB 1,817 88
662,790 662,790 0000000000000000000921d8248747db06f8f75d6dcc4ec99b27a31e6dbc6a71 1.32 MB 2,494 120
662,789 662,789 00000000000000000005f0ce81d6c1d43c7b34f436e38239e1fc1dfdcb70b512 1.38 MB 1,719 45
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.