Loading Tool

Explorer IconExplorer

Memory Pool

34,820 transactions
27.76 vMB
0.05764723 BTC
Random Selection Loading Transactions
Max Size: 138.96/200 MB

Candidate Block

Mining Attempt c24324a0f6508dbfeedae91ea5fc66258be3b1a1e07d321989d9c38e290a7148
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 313e24d06e49523ff2e90955d9d9633d5150863e75d3afab1dbe9823c9ff42a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,427
Size: 1.00 vMB
Total Fees: 0.00482891 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (148,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,902 765,902 000000000000000000013bca77db431b24dc82a728b1ceb0433009eb519fa037 2,909 1.00/1.00 vMB 32
765,901 765,901 00000000000000000004f5a84b40ee844ba11e5c0d5900d0387f88eba4fa0a49 1,334 0.73/1.00 vMB 9
765,900 765,900 000000000000000000060979f7b2f4e2ac4614b660137fad7cfd69e29a3598e5 2,370 1.00/1.00 vMB 11
765,899 765,899 00000000000000000002313353bc761b61a8c01bf79a9a2dbe291b5a88bbab6a 1,803 1.00/1.00 vMB 11
765,898 765,898 000000000000000000041bb3ebd8e1baeefa2ad8ce4fa89d5b5cb820acc1465c 2,814 1.00/1.00 vMB 11
765,897 765,897 00000000000000000005bff45653a2d3138152465523840f7e90e0a1810d3db0 2,279 1.00/1.00 vMB 22
765,896 765,896 000000000000000000076c1e875f7d0a298cfe3cb5c861a09892dcc4b6d1c987 3,062 1.00/1.00 vMB 23
765,895 765,895 000000000000000000070186e4136c2aa55cb82a53f09d03f08f3f89e66f50f8 3,139 1.00/1.00 vMB 36
765,894 765,894 00000000000000000005ba84138645a8f8500d11cef3fa17f9b257f1e01ed2ad 2,243 1.00/1.00 vMB 13
765,893 765,893 000000000000000000065077b8de2f175810a12a3dc3ff20eaed347b251ac221 2,831 1.00/1.00 vMB 3
765,892 765,892 00000000000000000000f38ee785ab2dcc05c5e8091c983fc9f3bbdad5f9590c 2,035 1.00/1.00 vMB 13
765,891 765,891 000000000000000000000372c2c0faa9ca52d86bc2cb3040c90ed212ab8565f5 3,055 1.00/1.00 vMB 24
765,890 765,890 000000000000000000024d25dd1b5f0004643588cee6791fb997ab3f5f9f5136 3,213 1.00/1.00 vMB 32
765,889 765,889 000000000000000000073671c53d10ce9ea1fbb70289e8c569657b354c30f9e9 2,194 1.00/1.00 vMB 26
765,888 765,888 00000000000000000001f43d601005664b9730bffafc8a9aabbb9095c7ad0e8d 1,619 1.00/1.00 vMB 24
765,887 765,887 000000000000000000038dde2edb9e4b2437c94f5a1b8ea47fd72c5bd1a0bc91 3,242 1.00/1.00 vMB 17
765,886 765,886 000000000000000000021cf0b2a7ff6a404c08a89812ce3573eafa53a7abc126 3,286 1.00/1.00 vMB 28
765,885 765,885 0000000000000000000084d0778e37ec2260ddc9f1f2b4f0fb42fc7f08065106 3,208 1.00/1.00 vMB 31
765,884 765,884 0000000000000000000614ca3aa59035312e4dfcfdcb2f10e57dfa96bb8af20b 656 0.22/1.00 vMB 17
765,883 765,883 00000000000000000006de4914f771e964a4cc293b26dabccf5d7ab07693ba50 596 0.84/1.00 vMB 2
765,882 765,882 0000000000000000000535b8973a9afbe1ec36a6ca35b47a45aa9f30dd1604a7 717 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.57 GB
    • Received: 11.46 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.