Memory Pool Memory Pool Refreshing

2,256 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,015 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,254 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (6,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,570 901,570 000000000000000000010a5dbf010ea30e196c22b63f23c190a3cb6b5935d231 1.84 MB 1,639 2
901,569 901,569 00000000000000000001963b81e2f7fe7d827b95ee01e6af582d8b005db68d4a 1.63 MB 2,258 2
901,568 901,568 0000000000000000000235ab57df15e4e53f44c6b951c6d4f1ba94b18282eb4f 1.68 MB 2,323 4
901,567 901,567 000000000000000000001e837d4e500e386acd5e04a7bb0a553cdea2337d6507 1.70 MB 1,948 2
901,566 901,566 00000000000000000000ded312fb7d0f9567c7f0f02a9f35adb043a403e66ee4 1.57 MB 3,489 6
901,565 901,565 000000000000000000002488aa0fac6cfd86f2f707b9650c8f284435334c29e1 1.65 MB 2,318 4
901,564 901,564 00000000000000000000d62ef3b15aa0200c18c01503d572b83359e40901b9c1 1.66 MB 3,532 4
901,563 901,563 00000000000000000001d1b6bfd2b023694d76e0f3186236fdc0d2bc553f3bb0 1.60 MB 3,809 8
901,562 901,562 00000000000000000001060663b53363b90d5a686473549d1765a608a2edfbaa 1.52 MB 3,059 3
901,561 901,561 00000000000000000000b7036470be554afa3e9eb67a954866df2eb6c7aef260 1.53 MB 3,158 4
901,560 901,560 00000000000000000001bb04c67676c2604b34da33810960f88ea5625cafd257 1.94 MB 2,241 1
901,559 901,559 000000000000000000015b3768280071ecfdfff6af2390ba8dbbddc511e82e6b 1.57 MB 2,618 4
901,558 901,558 00000000000000000000cb94ae1b363da6010b55a48812fb6670a0649adaf94b 1.95 MB 2,956 2
901,557 901,557 000000000000000000009802ce9e7d1f2ab31e538822e5fd0c4b5b00be8eaadc 1.58 MB 3,005 4
901,556 901,556 00000000000000000000715c2b803e03904bced399356b35969e258b08503f31 1.23 MB 742 2
901,555 901,555 0000000000000000000151f6bf283c3697f11a5ad4ef70811f070a90dac5b879 1.78 MB 1,686 2
901,554 901,554 000000000000000000001876e4ed667677a7c5b5a530d5cd624aee303ff73e88 1.83 MB 2,520 4
901,553 901,553 00000000000000000000a3ee85189090d04512c56d80ac1b440895cd1570755e 1.56 MB 4,356 6
901,552 901,552 0000000000000000000239f2335533fec27ac29ee22a36a9319010bc6d7d0586 1.52 MB 3,789 10
901,551 901,551 00000000000000000001c033fb1acf528414e6a08885d804c44a9077de175f82 1.71 MB 3,117 4
901,550 901,550 000000000000000000017020357b853ab05851347964034258a01f61717a990b 1.68 MB 3,816 7
Previous 10 blocks ↓
Total Size: 769.57 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,649.97 GB sent, 95.79 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.