Memory Pool Memory Pool Refreshing

6,865 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (174,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,884 732,884 000000000000000000063e4cddbbd5eba3ca136eb22b408fdad68223be2a24d9 1.55 MB 2,725 19
732,883 732,883 0000000000000000000448988cf6445a90a3db8cf9d6cbbd47e2458a7ddb48b0 1.42 MB 2,149 9
732,882 732,882 00000000000000000005386aa3e93528d2dea4e3821da104176789bff71fa7aa 1.56 MB 1,829 2
732,881 732,881 00000000000000000007feb91e8300e87cb4c2f9085e1d17f94f3e73c8bd1139 1.47 MB 2,260 9
732,880 732,880 0000000000000000000789f59deb862d93aab4e08a9b7c4026662ce8c7eca008 1.39 MB 1,870 5
732,879 732,879 0000000000000000000983959ddda4ea12e45a9100b8fbaa9cd5f1d42c0d933d 1.49 MB 2,299 4
732,878 732,878 000000000000000000026d163277ef20f52ee6c36d4c0b686bf65fbc9f31d350 1.52 MB 2,856 11
732,877 732,877 00000000000000000003c2877410cb4e56bb64328a76af66ed872167f4cc6e54 1.59 MB 3,839 4
732,876 732,876 000000000000000000088282000d794b8915cf9f490148c949ac095d27b068f9 1.57 MB 4,027 6
732,875 732,875 000000000000000000058366ce865869de4cdc130026f8d2f57a2b422e59a6ac 1.71 MB 850 7
732,874 732,874 000000000000000000052d2539cec4fd0878d89a5ae1cea486477fb3c076225e 1.44 MB 1,906 7
732,873 732,873 000000000000000000094601c05dd63aecebed4ed51253f1b74561a8523d78b0 1.11 MB 690 6
732,872 732,872 000000000000000000055cf7bc157082b4da36f2dc4ff778958baab9b0facc57 1.58 MB 3,078 8
732,871 732,871 000000000000000000046804b5edda29b70d24e6f02ec8a970bb9d5708a5cfb0 1.41 MB 3,118 13
732,870 732,870 0000000000000000000734cc3c9b1f642388d099ec63d6abbaba616fe5800260 1.17 MB 1,455 12
732,869 732,869 00000000000000000003c33e37260eb478a9727b89bd46545c5c884f92cd0f2e 1.58 MB 2,913 14
732,868 732,868 00000000000000000002171a4e313f6e4b627acee55b23953159bc5b4bb17195 1.52 MB 761 6
732,867 732,867 00000000000000000002b5843a0ee6259870fa60df8f97bfaa63f9641c295381 1.53 MB 3,141 17
732,866 732,866 00000000000000000001bd4c717c5d8010ad2257667d77025c0b08e8918c4b6d 1.67 MB 1,441 10
732,865 732,865 000000000000000000037d8b0c777903c09bf25640628d4c9be7c21c64fd87e6 1.51 MB 2,798 15
732,864 732,864 00000000000000000000470eea4447260210739897346fbf80e77a737029578f 1.48 MB 3,188 16
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.