Memory Pool Memory Pool Refreshing

2,152 transactions
0.66 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
2 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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (26,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,795 881,795 00000000000000000001d44580319e99f85af49fab708dc3396116e0a6fb1536 2.13 MB 994 1
881,794 881,794 0000000000000000000259a6583f414969f8c259f100b6e4d96a4dbac04037a9 1.99 MB 2,051 2
881,793 881,793 00000000000000000000de5ffb6ea2c14eaf4209a59976986dd14397a813050c 2.06 MB 1,354 2
881,792 881,792 0000000000000000000085a2e8a50db7d3669a99191e486183c19c139bf50956 2.13 MB 372 1
881,791 881,791 000000000000000000019dd5409db9a041ea8735eba4a5d8cc3e00370a6282f2 1.95 MB 1,464 2
881,790 881,790 0000000000000000000085e65727291360139a0d0c1451c0fb2d79dd07c9b426 2.14 MB 460 1
881,789 881,789 000000000000000000015771c1d4dd10d0db57cbdd904dc727e409bdf2ca0219 2.12 MB 361 1
881,788 881,788 00000000000000000000246f3341a7ef05e732e139dd9b6b44a90e046bf093a0 2.18 MB 786 1
881,787 881,787 0000000000000000000088ff88b64770520e15c3deca8233a2714fd01327407f 3.30 MB 825 1
881,786 881,786 000000000000000000006008ee74ce7e864c69d0c492ab76b50e88a0c2a00ee0 1.54 MB 2,828 4
881,785 881,785 000000000000000000028f714ac957e1c469c371e2b62dbb00fc5dbf4b85f311 2.15 MB 246 1
881,784 881,784 000000000000000000001600ba3162e60d265e9b68b8db34c1e8011c58ea367d 2.11 MB 573 1
881,783 881,783 0000000000000000000119c35183aec8b824ce99ad7e0bc0759ab349618fc12e 2.13 MB 581 1
881,782 881,782 00000000000000000001800f9f37490dea8d2747ba65cb351b4cf140b34c122d 2.21 MB 61 1
881,781 881,781 00000000000000000001a7a41ecddb8ecea7a466133b8b86ad1c558f75d8ada5 2.15 MB 238 1
881,780 881,780 0000000000000000000185fe15f6dc0471ac83464285ff826bae53764e7d4747 1.70 MB 2,780 3
881,779 881,779 00000000000000000001e50abf97db894680a9f8dba8b287c5d632cc577f72ed 2.00 MB 1,244 2
881,778 881,778 0000000000000000000067562b7fd073727558bd01d05651a836c0ffc86e81f4 1.71 MB 448 1
881,777 881,777 000000000000000000011b92341e7c8488ae59bcc155017bef19a38d4ae86c73 1.31 MB 739 1
881,776 881,776 00000000000000000000c64f212637b2a91589430bfc8d3bcfb3f965626d4399 1.04 MB 258 1
881,775 881,775 00000000000000000000e980819743dd19682027b718cd0d3c02e02452b460b0 1.38 MB 866 1
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.