Memory Pool Memory Pool Refreshing

19,374 transactions
6.22 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (605,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,536 302,536 000000000000000046d130f8a812cbac9c96389f7421bd8128503ba52fafb9bf 0.20 MB 78 12
302,535 302,535 00000000000000002e6068eb3cd4207e8747d803fbf05729609da9b2ccda1683 0.35 MB 623 32
302,534 302,534 000000000000000022b025e59ff8c12e57ec21eca3ab7b2cb126f067eae70117 0.02 MB 32 28
302,533 302,533 00000000000000000085e00ccfbbcd3e5dfab2c6026d645de65cf25a1a5588a2 0.39 MB 642 29
302,532 302,532 00000000000000005cb24983200c79a30988c291ef772fb8b565929258c33187 0.01 MB 27 23
302,531 302,531 00000000000000004b71823e5a0935583a647610af94af7aa3ff3de64d6c435f 0.05 MB 80 26
302,530 302,530 0000000000000000298bcf6d23f2ccba8fcaa7d9bb15a2dfaa8853a06256de74 0.06 MB 98 25
302,529 302,529 00000000000000004195643fae017729f11f068967f3b914e6fd1511bb58e5d2 0.04 MB 71 27
302,528 302,528 0000000000000000355d02c4a06f7d4f07b5cc39bd5df087384e168d3b66d52a 0.01 MB 35 12
302,527 302,527 0000000000000000184315434d826c9b5d92987bb1b3aa3b8cc334a8b47cc49f 0.20 MB 199 20
302,526 302,526 0000000000000000265b8c9e4bb1c2a527647b409729bc9fbbc72e93b92e6e9f 0.25 MB 574 36
302,525 302,525 0000000000000000340a77b58748fcc50e7564069bcc20b287c80b13fc904d40 0.34 MB 652 30
302,524 302,524 0000000000000000267902e39b87a4bbda3f3743919f288721e84aabaa86eadb 0.20 MB 232 19
302,523 302,523 0000000000000000489a61a9eadf81df797c3c90d30a29df06e95a725107a3c5 0.35 MB 624 31
302,522 302,522 0000000000000000433e013c440f0898201e4c2d206652a1e0556524e801262f 0.00 MB 1 0
302,521 302,521 000000000000000028761db6c4632ba7d16e3bbf7fa7ed1a85a601c89c63ea5e 0.35 MB 751 34
302,520 302,520 0000000000000000075f05ee0184a95d5264aac9bff79fabdf8cb2dfe9420d18 0.35 MB 560 28
302,519 302,519 00000000000000003e74752dfb1094599b25c2f6dd62d61cbc8e36887cab1abb 0.17 MB 305 29
302,518 302,518 0000000000000000583a11c5ab4abafc2135dad41790fe83e21701930e165cdb 0.04 MB 86 43
302,517 302,517 00000000000000002cf7b5d97fab71d83c8b4d362b352585481993c51785521a 0.26 MB 403 28
302,516 302,516 0000000000000000456afb5a06efa8265529226779093179380b0e855ef892e5 0.01 MB 17 22
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.