Memory Pool Memory Pool Refreshing

16,834 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (739,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,158 168,158 0000000000000a55c51bff6398eb4d75a205444b2b21103b4b14c21fa5478e7f 0.04 MB 73 402
168,157 168,157 00000000000007b805f8e448148b963cf70da90883b10ab746a645ff4e06c6ca 0.00 MB 12 88
168,156 168,156 000000000000092bdfdceb5c535a8d5faad1ac6dcbb28da526030c63b9d4be66 0.05 MB 120 290
168,155 168,155 000000000000008beb4454d03eb05c989149978c7f8d369b2448bddb5c41dae8 0.00 MB 9 16
168,154 168,154 000000000000018cf803ff6b61a95b997024f8518f4ed968c4cb5dccf5f3985b 0.03 MB 36 35
168,153 168,153 00000000000004a4ade6df0226f03177e714d9070643af529ee52acf66cc7aeb 0.02 MB 30 48
168,152 168,152 0000000000000bc9e28b56dc4c4e629f3742ea9e63291a87d51197c99938826c 0.02 MB 54 117
168,151 168,151 00000000000006675cb6eab8560576fb8e78855afb9a92f5aceba8382436b3a1 0.04 MB 63 79
168,150 168,150 00000000000009696e5edd33545736d4adca4547927e6d189261a5ff86cf398f 0.06 MB 98 119
168,149 168,149 0000000000000127f6d63cb1dd7e14ff65b372a8b78ac192c566b119b359ef5b 0.01 MB 36 197
168,148 168,148 0000000000000138971e0e0acc7891514f4dd281cb3a9de69eafd2744c7a77fe 0.05 MB 140 370
168,147 168,147 0000000000000bad754f6a908d5f75d8e789f76cb55b57ceaad4986f7a5e5376 0.04 MB 75 41
168,146 168,146 00000000000007f5b6b04c643e2e3f3d32cdd2e76cdf5fa193c79ccf410f0af7 0.01 MB 16 25
168,145 168,145 00000000000007a53d5d8ae7a413e6fc1fe68492d50e80377f63e87e97a6005a 0.04 MB 93 691
168,144 168,144 0000000000000b7d185ef538cb89d9dc21a3a46f5d012eacdc5e161d2c214060 0.00 MB 13 16
168,143 168,143 000000000000097cb27a740f95aa323176394c60fbaa4a91f742c4b9f279741b 0.03 MB 45 67
168,142 168,142 000000000000033014637024bd23d6297fe3fa6b7ab04719712299eda790c395 0.00 MB 6 82
168,141 168,141 0000000000000295706011cfb995354730ba9255749c7c4c21628b1655421534 0.05 MB 148 95
168,140 168,140 000000000000017a3724637d96750f9c719287ba6ec1835f7f37b651da369747 0.02 MB 22 54
168,139 168,139 00000000000001ddf59c9ca6fe93a8ee81804b3fb600fd049c3102b2eb2aca99 0.02 MB 30 45
168,138 168,138 0000000000000a5ea60b272069723fbda01d0f8941bc97dd465e8ba2213df538 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.02 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.12 GB sent, 92.99 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.