Memory Pool Memory Pool Refreshing

1,638 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (822,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,278 86,278 0000000000256294bef47ba246527fef8982c981883db352c9574a389cb509a0 0.00 MB 2 0
86,277 86,277 00000000001fcf66ec921b9c8449e7604c7f2b6b5c3970c495b9717793b30c12 0.00 MB 5 0
86,276 86,276 00000000002a19fe6463ebd2777ae4d48069ef298c8b713196e7ce57a59b3400 0.00 MB 2 0
86,275 86,275 00000000002968c745d85859ccdd6dd81d265f6ebf6610ffa22f7227159d1559 0.00 MB 3 0
86,274 86,274 000000000018eab70bda90bec449ee3a66d26736b9a5fb1bc520b857a2da4333 0.00 MB 3 0
86,273 86,273 00000000000608d1df991d4a0980f9e1f4c7bfeefec36f7db16fef0f80ad2ad1 0.00 MB 1 0
86,272 86,272 0000000000136728b777daa579024a2a2e802efbcea809fee284888daf2573ce 0.00 MB 1 0
86,271 86,271 0000000000097e1461aacdc913077184731b6f3c4e6770eadd4b1870d40e74bc 0.00 MB 1 0
86,270 86,270 00000000000cc7de81a8cc5434065965a4a617a5a3bd64e68a0d7d3056e8aff2 0.01 MB 4 0
86,269 86,269 000000000003f2babb3cfbd3f49986b54bef8187184a4f7d531bdc868394f7c2 0.00 MB 2 0
86,268 86,268 00000000000f7a5e411e0c02218b06cce01a953aaba40b0b387fceb8091c4676 0.00 MB 4 0
86,267 86,267 000000000000253dbe6779058ca57b99b141021233717eace823bf08f4b98de9 0.00 MB 1 0
86,266 86,266 00000000002d053ee5f3a0393b3cfcf1f77509942da2c124d19a33c543670ab8 0.00 MB 1 0
86,265 86,265 00000000000299fc239c96fbf66ef5592942956155711731c67f7916f5e67ee5 0.00 MB 1 0
86,264 86,264 00000000002da1d416e0d63ec47c4c4b1634361c1e5fedc3369089309629bda9 0.00 MB 1 0
86,263 86,263 000000000008eb140040a01bb8564751631f1fa13f9be02c2efb3b548bbea1e2 0.00 MB 2 0
86,262 86,262 0000000000160f3ff1d819efbba52f8c4f02116926cfec398f69d67aa99eb5eb 0.00 MB 1 0
86,261 86,261 00000000001b58843e56b1b56e190af0c155eb0843853d8b0b1173423e20fe30 0.00 MB 2 0
86,260 86,260 00000000002633d92baad455dbb744cf387568bc6983980238e3531bcdbf27f8 0.00 MB 10 0
86,259 86,259 00000000000eddd32c5b4606f46b5474463decf70904dd66138806d1057bd25e 0.00 MB 3 0
86,258 86,258 0000000000273da92cba4e8a36f6345bbc904feff7c2aa4a2b6c482f7a5f4121 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.