Memory Pool Memory Pool Refreshing

966 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
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 891 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (605,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,799 302,799 000000000000000057b7a9be2196035198f7fe180c50afe9dc85c98a5b843851 0.18 MB 173 20
302,798 302,798 00000000000000003b8f733bbdd18b190c7ef75ba039927fbbb6b25bc696f5b9 0.30 MB 600 29
302,797 302,797 00000000000000004f5da21eaa350b4540ad1b12c9233e28cd874d1804fa5447 0.67 MB 1,083 31
302,796 302,796 0000000000000000440e4a1536823599257afa8da6e766530244202de6099f81 0.34 MB 724 36
302,795 302,795 0000000000000000283731530a19cd216cb2eff5f776510efaee632d0bd8827f 0.05 MB 97 37
302,794 302,794 00000000000000002afb1f824940fe77c299c46174ce71ddbb39604f667386ce 0.15 MB 91 12
302,793 302,793 0000000000000000177e582089159f3addceadb9d2592ad1dc8b7475204f9137 0.05 MB 67 21
302,792 302,792 00000000000000003721c8af21a91db04467e64e9f8c89b36e5b3d81d8326ed3 0.14 MB 256 28
302,791 302,791 00000000000000001c40a8ad5bc121fb19d711c6dcfdda88520cf413c7415a44 0.02 MB 14 41
302,790 302,790 00000000000000005ca5213c07e6977fdc9bec3149e5fbfdac884beb00f29761 0.03 MB 55 29
302,789 302,789 00000000000000005c4010b0d911d6a6f6d2997c68f6489cd06546f4125764f1 0.32 MB 520 41
302,788 302,788 00000000000000001cef00516f31c92acfe86e2b8ff8f3b411d60a6645e4b0da 0.18 MB 167 19
302,787 302,787 000000000000000063db9b526e9cbe0cec7053157df6ea0f0ee895addc355b26 0.00 MB 1 0
302,786 302,786 00000000000000000dcd6cdb32dd4d0a02606a413cc7fe7fdcb11b055d59ef3e 0.25 MB 536 32
302,785 302,785 000000000000000015483b45d0ea2215a7646994a1fcc35f4177b17434dd8844 0.14 MB 226 23
302,784 302,784 00000000000000002af532ac73d47824ee5d07a16fe0c62a75fb30f68a6a3076 0.34 MB 515 24
302,783 302,783 0000000000000000289a68b94e8b22d5d5fa6a33604b79682524d9126b482948 0.75 MB 724 17
302,782 302,782 000000000000000001e78c2f8a128a342a1154af9ce8819c3e699d4d10c4c91d 0.31 MB 408 23
302,781 302,781 00000000000000002c23c620605280db45a911ae050e9716c22cec72703f53a4 0.75 MB 591 22
302,780 302,780 00000000000000001ba4fe2b6ee7336d40e59fda858d7a044017f8d8eecb3358 0.75 MB 1,057 21
302,779 302,779 00000000000000004413e8cce5be86ced220b439853d36ea7049dc0fdf6fe162 0.50 MB 1,584 64
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.