Memory Pool Memory Pool Refreshing

6,534 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
906,384 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,301 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,383 (414,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,054 492,054 000000000000000000a49d26cf5a7fed97845b7e642983b98b8cd91c0e2cd306 1.00 MB 2,055 132
492,053 492,053 000000000000000000aea6ef965f3750298bcad4ca2308c75ca613890ecfdc9d 1.00 MB 2,194 172
492,052 492,052 0000000000000000009e720a6e0b829c8de223feaaf170a46bfbb18cca316821 1.11 MB 2,889 210
492,051 492,051 0000000000000000002ebd71a7ae2e329e421c9fa68db2c9ec40d9c347e43f1e 1.00 MB 2,016 157
492,050 492,050 00000000000000000016d39957031e792a47fedf2fa33ffa42d6700e762196ac 1.04 MB 1,670 153
492,049 492,049 0000000000000000004b60977dead2fc637446117f0b8169ca809ceecfbacafb 1.04 MB 2,275 119
492,048 492,048 0000000000000000008d35171e5445e4a9e6e054c0a2f6d6224b1224319a5fd9 1.11 MB 1,631 122
492,047 492,047 00000000000000000054020e5365c9d87d534f6290571e698096ca0a3c18c481 1.01 MB 1,839 116
492,046 492,046 000000000000000000429950384d2771af803ba2ad8a36e9387874c0ceef8154 1.03 MB 1,627 133
492,045 492,045 000000000000000000ba28fdbe29406284d6c1212ad7e4038dd8122940036e00 1.04 MB 1,863 155
492,044 492,044 000000000000000000697a76aca5ca069aa9e97b307b2f809f6900691a0af61c 1.02 MB 2,673 160
492,043 492,043 0000000000000000000d8bb585699824fbdc2e94a836b99c571c2ffc2976fdb5 1.05 MB 2,818 162
492,042 492,042 000000000000000000b6cd45c0914a8f5c1714544a9c747c03ea4f8e07f1700a 1.11 MB 2,421 174
492,041 492,041 0000000000000000002a29752df8b5d2077c79fde5bf65699f850bb1c6ac41db 1.00 MB 2,536 181
492,040 492,040 00000000000000000064e54c0f79edc5ba230b6d47548119f52c7845711fd401 1.02 MB 2,104 132
492,039 492,039 000000000000000000632dd1721600a2370290fae63c944ed1574d3ed4c3b5f1 1.00 MB 1,508 166
492,038 492,038 000000000000000000ac9ce2310c638be74951e9e4ca41657054856df8409110 1.05 MB 1,452 126
492,037 492,037 000000000000000000ad6c9ebe084f330a888a393de63697a02e1e90563eb9c2 1.05 MB 2,181 196
492,036 492,036 0000000000000000005663bb1e35393517976e2268ca105ba40e9f423128f4e9 1.07 MB 2,427 153
492,035 492,035 000000000000000000598574acc354fbc710864aa259622a6f579716e947a6b1 1.00 MB 2,813 207
492,034 492,034 0000000000000000002f1572f4375b8fc3f9a722114851105d6efe45cc96a60b 1.06 MB 2,689 163
Previous 10 blocks ↓
Total Size: 766.58 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,456.00 GB sent, 80.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.