Memory Pool Memory Pool Refreshing

1,225 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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.34 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (870,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,739 37,739 000000001a4401d826d855b841949e5d751451df786da4429e0bd43ec5c55b6b 0.00 MB 1 0
37,738 37,738 00000000678339eb289cc2a7a2cd44794c198e2557c5f2a244efbce2ca5eb012 0.00 MB 1 0
37,737 37,737 0000000099f55e7acd9d12c7db52a0f4b849b9ff9aff413e73d812e89c23762a 0.00 MB 1 0
37,736 37,736 0000000073a70d96ce897270394490ec54aa2aeb487f9dc9998263167799c15b 0.00 MB 1 0
37,735 37,735 00000000778038d59d356dbe99405702eca6eb09b1d7e5893daee2bf87b7e428 0.00 MB 1 0
37,734 37,734 00000000b799d21bfb73c7555cd929719ae7ed773cbf5ced1991cf16c4f83125 0.00 MB 1 0
37,733 37,733 000000002d5d3c9d154dc6be149c4dc2d74acc3ef3ba75adaf54f8053cbe1a07 0.00 MB 1 0
37,732 37,732 000000002772ac3ba91c37b0aec5c0314a17ecd0b0070170405cb3d64e891257 0.00 MB 1 0
37,731 37,731 0000000098d37309cec325092ffebd60aab5d4dc73dc670ef93d9c1c8b292488 0.00 MB 1 0
37,730 37,730 00000000876bfed6c4f797974f2abf2c5da474cc3d452965acbe685aa8f2a3fa 0.00 MB 1 0
37,729 37,729 00000000023a963c8c72cdcc730a14f880680b5dc73cc01d91508be6cbd6c5e8 0.00 MB 1 0
37,728 37,728 000000009af374e53313a89ce32f7446649d981948f2e10e2579e2d91ce7d499 0.00 MB 1 0
37,727 37,727 000000007da4ba538f0dd504bfdfe073f8536deb65a38aab3ef05b63579b0641 0.00 MB 1 0
37,726 37,726 00000000b8ef9ffb372fc00992ab1ee769e63651f83a4192ae00987178b47b05 0.00 MB 1 0
37,725 37,725 00000000a11ce2acf47960f9c9abed406c3d146ff5d429064e675d71ac897e9c 0.00 MB 1 0
37,724 37,724 00000000536cf8a2234ead2f32c995b42ee90f62f97ee684bc1fdc95d5c3cf2d 0.00 MB 1 0
37,723 37,723 000000004526ce62fadfb0b0dadaafc14dd215693381eee7496348f9730c1e03 0.00 MB 1 0
37,722 37,722 00000000ad234caefee5b3459c561e73ac23decf55263b68db9311dc9a59fa3a 0.00 MB 1 0
37,721 37,721 0000000066f3b36e4feee5150abbeaeed0f1dcdf93faabc11081e3557e018db9 0.00 MB 1 0
37,720 37,720 00000000864635221d6f4f386ecc610f76eb6d78bdeaef7c3f3be2575553f2a8 0.00 MB 1 0
37,719 37,719 000000009c289f57780a6853932884a8c75a425bddb9e9870bcf87dafc73bfa5 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.32 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.