Memory Pool Memory Pool Refreshing

674 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
906,476 000000000000000000023aa60000000000000000000000000000000000000000 0.31 vMB 661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,475 (643,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,922 262,922 000000000000000c724b9389cdb82c69e54f09d3d1de9c35be91da2fa330ce85 0.16 MB 408 98
262,921 262,921 0000000000000004ea37b5e730dc11db59f7a4b01fee6100202485a9608b7316 0.27 MB 471 91
262,920 262,920 000000000000000440d5defba05d668a2e9023e7b9fb8400dd1b381548eded85 0.04 MB 106 78
262,919 262,919 00000000000000114f2f5d37eee138a1dcb8b06ba732d18e8313aa2cb6ba7c0d 0.15 MB 356 103
262,918 262,918 0000000000000000627ae105ae960ff4216c1005e4865005db91657e65f9a553 0.05 MB 140 85
262,917 262,917 000000000000000fcb7b617d0888e65bf66533afc09a3d67ee377c3e0507037b 0.07 MB 173 86
262,916 262,916 000000000000000a0c818dc0c2953f970df90529153e74bf0d1ea53cf131aa63 0.39 MB 390 72
262,915 262,915 000000000000000f67f87287a61ee1489822fa763ecd9b6b01f72b6f6b4084ee 0.01 MB 38 35
262,914 262,914 0000000000000015cbcb17abd687189daaea5a326f0100bff3ab54446cc8fd31 0.25 MB 490 94
262,913 262,913 000000000000000a17d4003c27d46a6b06c092cfecdc7bccdf7f9ccba0d34c18 0.05 MB 138 68
262,912 262,912 000000000000000a480e1552f4660188f259e359aa3d103f0a9b1fd0470cb1c7 0.21 MB 510 91
262,911 262,911 0000000000000006c4e2102a6c70838a6ef50ec4df8d258fd1e2bdae1ce3fc81 0.14 MB 375 115
262,910 262,910 00000000000000043db392a1784680a0b159c9c8016359cb2f0e17cdf1cc84b9 0.02 MB 39 66
262,909 262,909 00000000000000113f3c995184d7100757653fdbb735040b865c63650da57be3 0.04 MB 101 109
262,908 262,908 0000000000000011142dd222b9616f70372278e616bdcc0abda8464100edcb3c 0.14 MB 298 103
262,907 262,907 00000000000000153c14d0117554f302aeba984248e6d8bd327c0befee649a31 0.06 MB 153 72
262,906 262,906 000000000000000970ea9a53f67a5e7e8a75f79087bbe5dc71cf534de1e931b5 0.15 MB 354 102
262,905 262,905 00000000000000126fc0ff924401d6f8b6f5a9039b24652e6334e88d20b43697 0.01 MB 35 86
262,904 262,904 00000000000000040276a88bffbfe92a0838dd29091c277b41b593056bd13b35 0.15 MB 19 1
262,903 262,903 00000000000000040fe1e71bba911b3f07c7ff405ebd719c2008c880b88c5975 0.07 MB 168 84
262,902 262,902 000000000000000f284673440540b49a23e04f3f186a345eb4837f2230ea73ee 0.00 MB 8 124
Previous 10 blocks ↓
Total Size: 766.74 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,472.23 GB sent, 81.05 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.