Memory Pool Memory Pool Refreshing

2,804 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,425 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,072 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,424 (815,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,093 93,093 0000000000038bc8ea8397464f27df93330efb7aec68a251451f91d002db7a7b 0.00 MB 1 0
93,092 93,092 000000000000547a5be7e465dec1bfe5057b7e8e4346a97e5d84ae46cac27a9e 0.00 MB 14 0
93,091 93,091 000000000003706311f47d74e2a9c31fb4a8b6e92cdfdb2a06a9a793628550db 0.05 MB 219 0
93,090 93,090 0000000000087b40064c52268c37fb2633009aa812df0511896f45e176a4cef9 0.05 MB 219 0
93,089 93,089 000000000006dccfe15946b6c4291b397ea5c2fffe953d4819546bfbecc6f210 0.00 MB 14 339
93,088 93,088 0000000000021f8597e27bd35acef7e3d3811b6761c7e2274bf4528c17ae59bc 0.00 MB 14 343
93,087 93,087 000000000008702ccc476c90a573ec3eeea704d74127f3ae29302bca92a95d7f 0.05 MB 219 20
93,086 93,086 0000000000080861ae0a6cfa25314b98b9da39222cf1699615ff07b143cb85f7 0.05 MB 219 0
93,085 93,085 0000000000050d6813c1888c460ad2d9e0f4dfb6f4fa2056c1fb9d08a5e6883b 0.00 MB 14 0
93,084 93,084 000000000003adffb5041dad6bccf4ccb71ec9a535c6e487d7c88dfd875221db 0.05 MB 219 20
93,083 93,083 0000000000028d4a0eda766fbe166769d7873de39a405a198e2b38624103ff14 0.05 MB 219 20
93,082 93,082 0000000000007c00f3064aca4088c6f6407842447a47f4e159b9ff8455f10288 0.00 MB 14 0
93,081 93,081 00000000000586a451a85d24602cc157fe1cd024a271425601887610ece37bef 0.00 MB 13 0
93,080 93,080 0000000000054e7f5b005bd6b28d2461f670c4cf8c82ee9634d888e15aac6b7f 0.00 MB 14 339
93,079 93,079 00000000000109f3845b0d70cb3b8d1d39ce0446fcf5c0710d3279d2a04aaf45 0.05 MB 218 20
93,078 93,078 0000000000006028745526fa3ad40f5877c6fd6f6bc5d99e6e005889191b5c4f 0.05 MB 219 40
93,077 93,077 000000000007361267d2391eae703fa03385ee8541b5c4bd4ca01b4ca8715319 0.00 MB 4 0
93,076 93,076 000000000008a21402f108aa0ea2048d7e52f3bb319b4e77eed48e43d55be84e 0.03 MB 139 0
93,075 93,075 000000000004bc9fef06214496e280017a9573422fb8236703c6451664967cb0 0.05 MB 213 61
93,074 93,074 0000000000057a0e66c06d840d7a7c622f2f3ce6ab36cd9c93ef09e4a74432f5 0.02 MB 69 131
93,073 93,073 0000000000068723a0c66cbcfcfb9c2910352a1712a63510fcbefa6d733f4639 0.03 MB 137 65
Previous 10 blocks ↓
Total Size: 770.49 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,763.22 GB sent, 99.52 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.