Memory Pool Memory Pool Refreshing

2,038 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (899,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,841 8,841 000000004b4e31f878a529a93d75b856355532f41100e66405f9744426fae781 0.00 MB 1 0
8,840 8,840 000000005623fbd1794f76361227229cefbc21def8bb8bdd3aa204d64d9f6f66 0.00 MB 1 0
8,839 8,839 0000000018da6af9bb475577186c56b5de3ce354c5287b03bfe00e85b665b08d 0.00 MB 1 0
8,838 8,838 00000000446a342b7f41001e64420f1295a08f28980295844d75397b18013971 0.00 MB 1 0
8,837 8,837 000000003c6d797bb137415ca0f9a266b8f59b8ec35e96454f7671d29e449335 0.00 MB 1 0
8,836 8,836 00000000d3e91a1f7df6f1bb0325994742e92435d8d503bcf8aef6efb25bd915 0.00 MB 1 0
8,835 8,835 00000000b31245632f9d27ba0dd4f18536b62d4e91b1590d82c8263764740841 0.00 MB 1 0
8,834 8,834 00000000e665fdd14d417d3f38505e5199fd18000effed5da4ceb4239b46a2d8 0.00 MB 1 0
8,833 8,833 00000000530b1a3e3b2cd6caeec1599eb991b928fe0935b35d3acf01b4adef50 0.00 MB 1 0
8,832 8,832 00000000eca2c27c7de533b444346bf8f5408f77dbf4da906fe9305e2f76a955 0.00 MB 1 0
8,831 8,831 00000000b12f5de820deb4065df2c250b33b4b85205ebd1964f655154d112d9d 0.00 MB 1 0
8,830 8,830 00000000b58332786a49b6b2f1b7be930503914a6ff762d2f42ce600fc546951 0.00 MB 1 0
8,829 8,829 00000000775e3fc84079c869924535ec2d706a86534377d14820d793c8f9e15e 0.00 MB 1 0
8,828 8,828 000000006f84c39f60dbbd7c09a45a8f4c5da4a68202ef7097643de38134fb2b 0.00 MB 1 0
8,827 8,827 00000000117fa16d56de2cf7c3ae8184b4b1bce4dcea74294f711afd539c1341 0.00 MB 1 0
8,826 8,826 000000009e9dd06f63d361bb5fd473750633d924bd367945189b1b8277d85507 0.00 MB 1 0
8,825 8,825 000000006a66ec9eda53cbf62a75b7f5e68fd1c653cba0ba8d22145ccb7e76f8 0.00 MB 1 0
8,824 8,824 00000000a10f36c23f35b9a7ce96787accb3e25b1c90c0af84e89a3a605dd872 0.00 MB 1 0
8,823 8,823 0000000030a73842f21d8145d16b320db09e115ac21db40afbac167c383c15bc 0.00 MB 1 0
8,822 8,822 000000005366043b4f636d93f08b504e0217a68a1f77f849a635ec9287c1c8f0 0.00 MB 1 0
8,821 8,821 00000000d472029c58d8dd094b90f2be6ec2737bc62e9a1cabf79256af42384a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.