Memory Pool Memory Pool Refreshing

62,972 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,122 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,018 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,121 (196,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,789 673,789 0000000000000000000998d34b73a77ded4869224770988a75514441927bce98 1.36 MB 2,129 34
673,788 673,788 000000000000000000013ba58c59066119eaad2e3901fade01f83aaa8bd8c22b 1.27 MB 2,341 31
673,787 673,787 00000000000000000004414da407c0564bdef660c372fab04867bdb68f83d2db 1.46 MB 2,470 80
673,786 673,786 00000000000000000005568d74b3a1dbf7815cab60b11e72fe72696f4426e221 1.33 MB 2,863 57
673,785 673,785 000000000000000000026cf97383e8cc5f091a9a37e6d7033bcd3b094ea774e6 1.37 MB 2,656 63
673,784 673,784 000000000000000000053f306e383021b9d045bb7d7b4ec64cb662b2f4c042f7 1.26 MB 1,433 76
673,783 673,783 00000000000000000005cacc3dd2c9b25f3ddbee232bab3739061a4cbf14dda0 1.15 MB 1,240 103
673,782 673,782 0000000000000000000c51403440bebe789c7d05bf2e3366259a08a23a57cc78 1.52 MB 1,954 49
673,781 673,781 0000000000000000000aecbc487550e99b492eec85dd81acfc3d4d165972fde6 1.42 MB 1,856 73
673,780 673,780 0000000000000000000d1454bdec5eb24c71930242aba9583aae7d2354673a65 1.51 MB 2,158 64
673,779 673,779 00000000000000000000639232e006af102cd0a1eca873573b8767fdd807b496 1.26 MB 2,764 37
673,778 673,778 00000000000000000009669a8ee9aa6a476dacddf3a7237ca6ae806ce5e94906 1.44 MB 1,983 60
673,777 673,777 0000000000000000000317ccc89c19bd83f0f2915331e94eddcb75a34f689b85 1.46 MB 2,727 91
673,776 673,776 0000000000000000000cf3a913de697dc6a05f30c84ff5083be3bfb6dc2e3526 1.37 MB 2,342 49
673,775 673,775 00000000000000000001f6eec00762218b5bb84c404d87a4beb95a776142aec7 1.35 MB 2,867 104
673,774 673,774 00000000000000000006bef5525832fe66fa1af69e24b4d7f23c63b1a7979dd4 1.28 MB 2,644 71
673,773 673,773 00000000000000000001830940661d61fe5a5e5f4433d73e9346b931bc86cd86 1.16 MB 3,175 50
673,772 673,772 00000000000000000005c675425e9cf7525a98d788138500a1b21f78076f3291 1.21 MB 3,345 62
673,771 673,771 0000000000000000000887ee7e5a976878449f0cf63d9b8a9d68f78e13f4875d 1.28 MB 2,112 85
673,770 673,770 00000000000000000007e031b50462d7d9d858e176a2e86cd023908e5361f321 1.16 MB 1,486 105
673,769 673,769 0000000000000000000d0bcdc8c13ddd549f4040076c07b7cb25436b694f0fc0 1.25 MB 1,883 107
Previous 10 blocks ↓
Total Size: 699.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,184.60 GB sent, 208.28 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.