Memory Pool Memory Pool Refreshing

7,124 transactions (2.36 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,097 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (846,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,626 62,626 0000000009168cf723119776546d907aa23cdd161cd398c649ff34ec05547680 0.00 MB 1 0
62,625 62,625 00000000037278eb939862e131d2730df9283b8966d162c723067474e27684ca 0.00 MB 2 0
62,624 62,624 0000000006f43de660a154305f370f1d241a5ab446937fced5721674bce20fdf 0.00 MB 2 0
62,623 62,623 0000000007589d2320beb944e7a2c9ed2fcbd1524cecb235944fc10ad4893a3c 0.00 MB 1 0
62,622 62,622 0000000009ed50cb0e10863b0fab9b2a1ae26fd1be72261916ebb47a7eccb6b3 0.00 MB 2 0
62,621 62,621 0000000003f185bdac1325ba60391ccd490811ca96b791701b5f6e1f8fbf63a4 0.00 MB 3 0
62,620 62,620 0000000002d1464371e8989658b12c09ebbef07fd1d1b66f8510244960b595b6 0.00 MB 1 0
62,619 62,619 000000000ae0004f3131e721449c1c35eb5ba37b46cc77ec530a12a2faba6e8a 0.00 MB 1 0
62,618 62,618 0000000003f2806bfb98171266ab6ed2fdd30a83b6324a05d547e3852e8afadc 0.00 MB 1 0
62,617 62,617 00000000039d71897f2a56b21f879d0d6618bf87678b3f8c09eb2707596ad3cd 0.00 MB 1 0
62,616 62,616 000000000afa802dea55baf4edc1a4687f0093cd3b631c91a6e584d4ece9e14c 0.00 MB 1 0
62,615 62,615 00000000020526bd6beeafd34e0f367f1f79302d6caf8ec117a1b579e6b650fe 0.00 MB 1 0
62,614 62,614 000000000c98e639ac7927ce45ebdb2ff7737d52067614593ed04c803193e072 0.00 MB 1 0
62,613 62,613 00000000050ebae57cbfd06ae7679809cc3679ce6008265ae00a7947f481c163 0.00 MB 1 0
62,612 62,612 0000000001f6f5d18040d25c4144ab1d800cf4df08a06f4d9137aee64478d977 0.00 MB 1 0
62,611 62,611 0000000009435c7bda449f95976298a712a49351e0277acf14d5afe8ecda903a 0.00 MB 2 0
62,610 62,610 00000000077b248e5b904d80eb0203aba5a130a329452d9149506aa06756ebb6 0.00 MB 2 0
62,609 62,609 00000000055b41b05163b9b5178ef75aded7bfe48de28d6ec2920430865de29a 0.00 MB 2 0
62,608 62,608 00000000052fb10af696d1bc8708fd40718b8dca5a47bc408c5ed9f05299a603 0.00 MB 2 0
62,607 62,607 000000000b4d7b49d732261bb06f60b4e84d379ed7a0f12b220aba75c45478bf 0.00 MB 2 0
62,606 62,606 0000000005f93f66b8f96128fe977db1d8761142abf872708e450ed5ccf82f79 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.