Loading Tool

Explorer IconExplorer

Memory Pool

81,731 transactions
30.60 vMB
0.09795083 BTC
Random Selection Loading Transactions
Max Size: 183.80/200 MB

Candidate Block

Mining Attempt 919b9d2920959d51867357b1f8b4c511ec605aaf348b17dbed7c3e65d372b8d5
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 560eb74a70ff7a11284d720a3eeb8cdd5d9edcf2097f2faa2960e7d9dc7463a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,407
Size: 1.00 vMB
Total Fees: 0.03239591 BTC
Feerates: 101.62 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (453,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,864 461,864 000000000000000000bd3e60901c3ba1eb20318c2cab13d97f8018bcc17ea0e8 1,907 1.00/1.00 vMB 162
461,863 461,863 000000000000000001c4ecca22aebcfbdd0a6af423450e470e17d1e46bb1fe1b 2,185 1.00/1.00 vMB 149
461,862 461,862 0000000000000000018aa05987a58552000b8ef96172bcdd728e326e62a94a82 2,017 1.00/1.00 vMB 171
461,861 461,861 0000000000000000007d41a7e3e30209b91d16290572f81af014a5868a66317f 2,288 1.00/1.00 vMB 223
461,860 461,860 000000000000000001921cabb481557b148105aef8e069ee1a291a57a094c56c 2,365 1.00/1.00 vMB 193
461,859 461,859 00000000000000000129dfa4cfe6b8d449f48b5b87ecc05b49b28027081dba2f 2,248 1.00/1.00 vMB 148
461,858 461,858 0000000000000000004d4b1c9b57a0ed8ae39002d8f651c25404ad758e0ebbb1 2,379 1.00/1.00 vMB 187
461,857 461,857 0000000000000000004bef3941bb6b8c2d1883728d501cdbbfb3970103913f9d 3,357 1.00/1.00 vMB 135
461,856 461,856 000000000000000001c50d95645c2ec8acc0235c3d5f2029d765a15479634549 2,777 1.00/1.00 vMB 151
461,855 461,855 0000000000000000001211ef6c56d7d9481e7fc9ce2ece62017d77405561bf4a 2,728 1.00/1.00 vMB 166
461,854 461,854 000000000000000000f4eb011c6bcd98b5b522825cace12484f57db10e502a51 3,242 1.00/1.00 vMB 119
461,853 461,853 00000000000000000006dad652383be615e000b277e7f2bf9d09f49fdbfdc23f 2,303 1.00/1.00 vMB 146
461,852 461,852 00000000000000000020f57e0e2c10d84873b43ead1987e3320ee27d23cd64f1 3,282 1.00/1.00 vMB 134
461,851 461,851 00000000000000000098abff4d40ea1bba83bbe295f8e22bf464b5ddab731189 1,819 1.00/1.00 vMB 116
461,850 461,850 0000000000000000008d6f3a4d3bae5cbba23790c76912fa30a9dfc5b0b6343b 1,832 1.00/1.00 vMB 129
461,849 461,849 0000000000000000015ea466047eab69e758affac675db74123d72e035a474e8 1,909 1.00/1.00 vMB 124
461,848 461,848 0000000000000000018774d483e71c850be4ce0439bc129c3fb80de35801956f 2,569 1.00/1.00 vMB 184
461,847 461,847 000000000000000001c3a967324198d36a63b55810e76fff3cd1773e169a8fd6 2,105 1.00/1.00 vMB 182
461,846 461,846 00000000000000000159dd7203330ec684ca9737de713a12f4bd893c792313da 2,536 1.00/1.00 vMB 146
461,845 461,845 0000000000000000015310251641a0605d0957256a900a8d18f8fa86283128d2 2,620 1.00/1.00 vMB 154
461,844 461,844 0000000000000000012f429d3d2c76bce7960d5cf3f79f5452aeb866011a0f3a 2,384 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 663.66 GB
    • Received: 14.93 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.