Memory Pool Memory Pool Refreshing

4,127 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (628,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,850 278,850 0000000000000001d2e5f5ccfb0b59c1b1efc1146f27202fc0865ae2caa12b0b 0.05 MB 18 2
278,849 278,849 00000000000000017bc32bc4132be55460c5f2c252b76342199f587628db986f 0.06 MB 24 7
278,848 278,848 0000000000000000567939d75c8750e4e42a0b5fe7ba49915e93a0dd179ee88a 0.15 MB 79 1
278,847 278,847 0000000000000002d1010131a306c77c03e4925f4fcdc3ed2f310ce730b80155 0.04 MB 100 71
278,846 278,846 000000000000000272424ca5065b6fb8e1c346649fb22ed2e97312879e0ce8bc 0.05 MB 46 23
278,845 278,845 0000000000000000bd83869823ce3d491b35fa374576d7e45be3e22e2990c045 0.15 MB 230 24
278,844 278,844 000000000000000078c19babc249f7a14a839507d99315b38f3cde168de1ea05 0.17 MB 314 36
278,843 278,843 0000000000000002531201da10dff484e5605ebe6e4530b7cec4673110506381 0.19 MB 337 458
278,842 278,842 00000000000000027c1dbeaf61720af4b9d0aa48e14653812e9eb6d0a7289ae4 0.08 MB 107 22
278,841 278,841 00000000000000001aa73228d36e4d5463448f6257f2a0267f036330bd4587ed 0.20 MB 376 50
278,840 278,840 0000000000000002b0b1442bd45cd711932d39f8e005ecc22d0164ea94d82d81 0.24 MB 424 39
278,839 278,839 0000000000000001c221c3bae7f8784892a2115c33f5a1ff1991c8bf4c43e93f 0.11 MB 159 62
278,838 278,838 00000000000000013fba5ce8d5e4cb348e81a98531d03f0ea7c786ee6b8c6476 0.13 MB 182 28
278,837 278,837 00000000000000016f569b32d29a04933f8830b2110e5d4c64e32903a34db169 0.09 MB 138 28
278,836 278,836 000000000000000018ff4e4babe50f89aa4cf68298bce5a74ecf298579c8bd66 0.06 MB 137 24
278,835 278,835 0000000000000000e5bc26e687817d1a1d45f8a25856fa43559e7f60ea463661 0.09 MB 139 34
278,834 278,834 00000000000000002f1003d49eab457bf34f984880d59cde4c7bc6bc284c2df2 0.14 MB 135 22
278,833 278,833 000000000000000287a64b83a14fcfd66310608f3e5a6c7260d3a09bcaa1ece2 0.15 MB 149 17
278,832 278,832 0000000000000002343f7194619ad28b65073d658b22d3a39a3a725886931b03 0.10 MB 159 29
278,831 278,831 00000000000000027b6a5d6a428a8ad2a4b1762081264a2ae80e1ab49a2f5439 0.08 MB 137 27
278,830 278,830 000000000000000038bca67c44b22f14d4a370b58354d6fe2e64ad7400cb61ce 0.26 MB 494 44
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.