Memory Pool Memory Pool Refreshing

9,063 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,569 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (715,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,480 192,480 00000000000006994b5e60e0d7883d1252d180b880d333dab461070e49025a38 0.17 MB 558 165
192,479 192,479 000000000000063a28265a2dc91e8e3fedb27517d1e0af995d78aed65d0a5cb4 0.09 MB 145 103
192,478 192,478 0000000000000429b8f10461d5bfbff40ea07ad7b1573bcaf04187627e866572 0.05 MB 135 1
192,477 192,477 00000000000002017b0005688a315f334d10a014b7118602a4db11ad77bb9e39 0.42 MB 1,191 166
192,476 192,476 000000000000042a12b3e291db2b5c9d23b7d1b4d2948ebd6cbd13807cdd0ce2 0.00 MB 9 14
192,475 192,475 00000000000004a983540823a4fda18116ec409ad67913aa37462d2c87e4ea21 0.00 MB 10 633
192,474 192,474 000000000000051905ee767096eee37b163937d7340633fa037089372807c3ac 0.27 MB 384 178
192,473 192,473 00000000000003e98ba4932e87919aac4bd618f4584e475231fe2834556ff174 0.05 MB 133 28
192,472 192,472 000000000000081fc222a8eb1d05d1f2d623d846402be9f274e283c468ef8bd6 0.00 MB 1 0
192,471 192,471 00000000000005381bc187a53c0a48cb50da6f4d22f8c17bccce048e1841e762 0.09 MB 204 85
192,470 192,470 00000000000006f917b1275ee1b253614dabb284d5954aaa2adb1da56fcff8db 0.19 MB 484 137
192,469 192,469 000000000000044b36e203941914cb845f606e1c17992016d63a7dc1405d1472 0.42 MB 1,292 155
192,468 192,468 00000000000005a7aef3da8bcc7c4aa6f5a58fab9b0c63b9877fd3b4c2ca680e 0.00 MB 10 14
192,467 192,467 0000000000000194c18a0e2c43d343dce0515fbd7a76a06f0131d518d0ba6958 0.26 MB 562 175
192,466 192,466 000000000000063170fe3fe0765af17e44e98dcba0d97c4c01253e80cb642170 0.00 MB 10 3
192,465 192,465 00000000000008030b14b7b7532e2189db2601306c80b0ebcda336a430d02629 0.26 MB 544 138
192,464 192,464 0000000000000806b84e284a055e06de7d1b2de1c21c001331fd72a29c8a0b31 0.06 MB 161 148
192,463 192,463 000000000000032e7d550715895d26a310eaaccd7bd23c4278691ce4377b15c9 0.20 MB 512 259
192,462 192,462 0000000000000355a305af200193cc73cdfd25f748f5887e7e4afa2e7f08a93c 0.00 MB 10 2
192,461 192,461 0000000000000149b5ce5a5ebd01366e0bac3972645f69353ea16f7507470769 0.09 MB 224 137
192,460 192,460 00000000000002479e30025188f0e5e876ed37f1f093cf6a5d6553b653e27d61 0.06 MB 184 9
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.