Memory Pool Memory Pool Refreshing

4,288 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,571 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (604,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,315 303,315 00000000000000003dee17873708ff9ed01b9392b1ee63d9bbe09f921e684f35 0.14 MB 304 31
303,314 303,314 00000000000000001b013c44fbd3c8f502e0ef0eb59c76531fe4f0573a043ccc 0.05 MB 100 23
303,313 303,313 0000000000000000108971ffe83ee8b68c4c87e6be72b5bf6b7c2617bfe39fa4 0.33 MB 520 26
303,312 303,312 0000000000000000294f340dbd6d02accb7de1884c7852cbe5805f8881a5f259 0.13 MB 243 31
303,311 303,311 00000000000000003a4daec4f3563236edc632756a5bc84058a79a9888ac39e3 0.42 MB 817 32
303,310 303,310 00000000000000000f5938276e8b132e8626bc175f0fedbeaa693fe5aff02b21 0.55 MB 976 48
303,309 303,309 00000000000000005d108cc6fd659055d2dd94075445d5dc1e41f7486a27ee73 0.19 MB 356 28
303,308 303,308 0000000000000000215c183ad82b4fbec1e5bfc8beef3143224e722e32da376e 0.18 MB 348 35
303,307 303,307 00000000000000001f46348fda18462eba670273340719d9e5512e413b280653 0.23 MB 234 28
303,306 303,306 00000000000000005d3ea689f04a78f959542b440a7210ea8d57297e7d030a21 0.11 MB 98 17
303,305 303,305 000000000000000010816714c083ffc867b954f06c0b3b6eaa90824e647b18e1 0.34 MB 610 30
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
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.50 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.