Memory Pool Memory Pool Refreshing

6,582 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (601,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,847 305,847 000000000000000058e708742787127f7da3f250076fb5d944d5b3b7cad8c2ad 0.44 MB 625 24
305,846 305,846 00000000000000001de30559fc0c4d117f87923e743e061edc20e5a1ca9e1e91 0.24 MB 419 24
305,845 305,845 0000000000000000051913484dd84c5e86c3caccaa1ff6bb2884e989d7251458 0.19 MB 331 28
305,844 305,844 0000000000000000354eed779d6d13c2bd201c7d79fe13a2054e41b1818e6048 0.08 MB 36 5
305,843 305,843 000000000000000028565a5bf17552b3bb36e23a55b3e1b40c31066a1a13eb41 0.29 MB 379 24
305,842 305,842 0000000000000000009e6ca7163fbaddca0493f7805c60a05203c84f8f763772 0.02 MB 39 32
305,841 305,841 00000000000000002dbb2c4360facbd081d06c4539171715f02c1e28aa271f6a 0.07 MB 54 8
305,840 305,840 0000000000000000109ef595763bde2cba67ef9b371daab3e0dc803277c216f8 0.28 MB 622 31
305,839 305,839 000000000000000029da64af0ceaddb2dd44c95ca78a691ef9bdeec0cfc38025 0.21 MB 452 30
305,838 305,838 00000000000000002726dd130d75e1f22a10c23d679a5b654b024f4351dd9f72 0.08 MB 145 27
305,837 305,837 0000000000000000512dfa16513b3b845cf55586cedca7e6e6868d4ffb47f56c 0.05 MB 113 37
305,836 305,836 00000000000000005d02a6438af27e38e3f2a8e75483eaaeb702347063bb64ac 0.10 MB 203 27
305,835 305,835 00000000000000005d4440f5a10eaa17a590fd5b49df73bf21ed97f49ce68b5b 0.15 MB 208 22
305,834 305,834 000000000000000034f11c0c9a13f5a98389672627f7806175c9a941ebd61fff 0.16 MB 290 56
305,833 305,833 00000000000000002064754e3a61eefbe93656787853c2470c658c3e3bbea267 0.14 MB 235 21
305,832 305,832 00000000000000003759a59fe268830156df30e480e3baa335e3d198350d3c67 0.34 MB 549 29
305,831 305,831 00000000000000003051f4f2449cfb12634acda9ff5d388e992dfcb3eba98bf2 0.20 MB 263 15
305,830 305,830 00000000000000003b7ab23434735722e55f994dc60be6252031629f4970dffd 0.31 MB 458 24
305,829 305,829 000000000000000035830c77bd5f662e5cafbf4460c3e84cfd254bfb589d75c1 0.12 MB 282 36
305,828 305,828 0000000000000000513b98b3c12ae265b9a3c3fd2ef2e41778b39fb15eefd8e9 0.04 MB 64 19
305,827 305,827 0000000000000000250d351029849c580060392fce7f537049cb66a5461977cc 0.04 MB 80 35
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.