Memory Pool Memory Pool Refreshing

2,475 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,475 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (827,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,926 80,926 00000000002ef875017a4cec35e9ea1256800fac119425ebb12ee1717c8ddd56 0.00 MB 1 0
80,925 80,925 0000000000199ac67a92f13912d04dbf76a10af86c90e7986208a98800ac52f5 0.00 MB 1 0
80,924 80,924 0000000000273140cb780ad51f66a13548d899867e3b8e8b3403bd8a61803c39 0.00 MB 1 0
80,923 80,923 0000000000087a6499ca0fd7bfa0ed6288a11dde9c111375c6c703950aeb91c2 0.00 MB 1 0
80,922 80,922 000000000021f39339fa8f8357fd8b7ee2d4aebea001d12738387fae5edc60d5 0.00 MB 1 0
80,921 80,921 000000000011622995663b29f36825418dc48d7d1a33d8d38b91f4d0e269de96 0.00 MB 1 0
80,920 80,920 00000000001464b474a3752db27e94b07ae9ac1f361e6cf5ea87e50ca78ea043 0.00 MB 1 0
80,919 80,919 0000000000247a68efd8332fa735de1c3fc2fe6accaac9b9cd12f52d86e0f026 0.00 MB 1 0
80,918 80,918 0000000000159481b255c1aafeb8786b5c04b8aa666603405cbf3af03fc71b6a 0.00 MB 3 0
80,917 80,917 000000000014b6c75798d91cc48cad2dcd6473dba462d6e2c7cc378fdd1744b2 0.00 MB 5 0
80,916 80,916 00000000002fd7e5b29cf7f87234cbbf8e829c4300c6714cddd8597a32bd8419 0.00 MB 2 0
80,915 80,915 000000000000c7ab09b448835b435c441bfe6359e46e0d3a61229154849ab3ad 0.00 MB 1 0
80,914 80,914 0000000000158da36f2798db39a12ce13c4280e1fa018d3c57fe887978ad8e8e 0.00 MB 1 0
80,913 80,913 00000000002cddda0acda3a0a19bc1fd9447d94b7b82ee214dc5a9593ae665a5 0.00 MB 2 0
80,912 80,912 0000000000043568c21ca500aefe8f0ca7935ed803554c0f3cda264c2cff3977 0.00 MB 1 0
80,911 80,911 0000000000026cb93478234bdd12dc7c4067646316fa6d5ffa8125f59c743445 0.00 MB 1 0
80,910 80,910 00000000000f7d7d7056308f1af668cfeca31d792fe2acf4392bc322a62c9e9b 0.00 MB 2 0
80,909 80,909 0000000000228b7de0bc03af421021b75a56b072bac355f144650324652f5939 0.00 MB 2 0
80,908 80,908 0000000000002cc50e23221691f439c2d3676b43a2cf2401cee7412ab980f986 0.00 MB 1 0
80,907 80,907 00000000002f32c3595bfe1f59d2715e1c3d942833033e381f7b5150ad6adb2a 0.00 MB 2 0
80,906 80,906 000000000017c8d484c817c3b9cf629620974c06b86ec8aea603928a04de3ff5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.