Memory Pool Memory Pool Refreshing

4,149 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (604,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,304 303,304 00000000000000005eb1b793d6f6b3b303b72777e03b5d59efd5973dddf6398c 0.20 MB 367 34
303,303 303,303 0000000000000000464600b19ef99711972be664a367f42c83f6e4a7b1610ff5 0.06 MB 125 28
303,302 303,302 00000000000000004839e19ab50f7293f5e91cc9edc993212a0593d87181ffa8 0.47 MB 571 22
303,301 303,301 00000000000000004e820173480af71fa1a16247c55f1b77bed3103219d0c148 0.35 MB 878 40
303,300 303,300 000000000000000028d7674f9f075d1efc6570210dd7d5e52b07b472a1c83c59 0.25 MB 329 27
303,299 303,299 0000000000000000396dc5fc1a657fe84dbe624213498b1017d705240bc1aceb 0.03 MB 68 33
303,298 303,298 000000000000000023a4667def4a7724af9c9fdc61b17cb908eb00d78e2b578c 0.15 MB 282 30
303,297 303,297 000000000000000035baa6caca38018d04dad5190ea275a02720186be7b19c78 0.32 MB 647 33
303,296 303,296 00000000000000002868a8ad226e7b4b1db24a7b32202e7260173951589eacdf 0.01 MB 17 19
303,295 303,295 000000000000000044ae9da0659576faebedc4be3b9f176bcf3112889fb65188 0.08 MB 206 34
303,294 303,294 0000000000000000646ff4ce935477a43b3538cf4de7d18f23e425993e02c37f 0.16 MB 112 13
303,293 303,293 00000000000000002a218a7bf18bf9f77e4f1f5942c4ee757899fb2dc9c6efd2 0.35 MB 456 20
303,292 303,292 00000000000000002e8f897b13c2d891ccc9526eeefc81205a45a9cfeef566b3 0.35 MB 1,033 49
303,291 303,291 000000000000000011ee8f12576d36a6ceff64b63f9675562ebf8e7cd577a134 0.04 MB 59 10
303,290 303,290 00000000000000003b3a456696d924ca3c00dd84002810d38a1f850933a71e0e 0.53 MB 930 37
303,289 303,289 000000000000000013fa9b5dcfdddca610117562bd6fd3f2807b33af80c1d03b 0.10 MB 158 33
303,288 303,288 00000000000000002a884a7b3cc5f4f810c5d626cd73fdf59494e4980fa181b1 0.30 MB 490 27
303,287 303,287 000000000000000063c91eb5870eeadff115e5cef7a06c8ffb8fb2178f2ed0f0 0.19 MB 289 24
303,286 303,286 000000000000000010d25ad5a7d9e77c998a27cbd9438ffde6a2a70b7c6de1d1 0.11 MB 189 29
303,285 303,285 00000000000000002d41137e324d73ab78b853bfe112f91385c23d60c47d4f13 0.10 MB 197 29
303,284 303,284 0000000000000000382399ba1c118f2ed042015d7bd8b1e88eba72cc20e12b6a 0.05 MB 117 33
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.