Loading Tool

Explorer IconExplorer

Memory Pool

35,242 transactions
25.03 vMB
0.04500931 BTC
Random Selection Loading Transactions
Max Size: 138.75/200 MB

Candidate Block

Mining Attempt 39a14dc48a5a471f293e8d3952b8cd861cb167b661a96e7340cd3aec4bb136ee
Version 20000000
Previous Block 00000000000000000001bb8f292fa2c5de700aac01bc2f89c35e3203403bd2b6
Merkle Root 2cb7036446f3606009f10ce415e46a3f9d6031c23182cc0844c2fc36a51972a8
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,833
Size: 1.00 vMB
Total Fees: 0.01513086 BTC
Feerates: 100.53 > 1.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,248 (442,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,952 496,952 0000000000000000004141550b64c2b44dc2d4fd459059774dac3fb2ebd53653 2,364 1.00/1.00 vMB 185
496,951 496,951 00000000000000000095e4d26f622b84617297aa603e457b317ab4ec75d8e0cc 1,824 1.00/1.00 vMB 207
496,950 496,950 000000000000000000b7ea9b4613cb8b8d1381ea9b4269825e346231ee20a16b 1,987 1.00/1.00 vMB 113
496,949 496,949 0000000000000000003ab2a41740a0df27f83ae495b42ffb1070762dd59b6dd0 2,532 1.00/1.00 vMB 203
496,948 496,948 0000000000000000004834086ab1b5484d22fa286caaccdc79ac1dbae5230b77 2,150 1.00/1.00 vMB 73
496,947 496,947 0000000000000000009f58f302cd58f1117e7d903562c8c88f484c71aa6a93d5 2,281 1.00/1.00 vMB 147
496,946 496,946 00000000000000000023fb1835a335919229c7d070eddfcbbec5f84c23aa73ca 2,533 1.00/1.00 vMB 143
496,945 496,945 0000000000000000002efc2af4303abfaf3b60a62ca0495be09b6ba7353152b5 1,349 1.00/1.00 vMB 78
496,944 496,944 000000000000000000cd379867b4ffe6939b0690bc78c09dcac9452d189697f7 2,294 1.00/1.00 vMB 151
496,943 496,943 0000000000000000008433e3284aaf6f77b7eee85b6c9b035c2e3003fdab8f38 2,149 1.00/1.00 vMB 191
496,942 496,942 000000000000000000a22e9e17c8b439eff8f60c071ee09207bfc02d3d3876aa 2,495 1.00/1.00 vMB 172
496,941 496,941 0000000000000000008aecd1652059fdcdaf029cf633c402cb7ca1c5079c7471 1,884 1.00/1.00 vMB 81
496,940 496,940 000000000000000000a43fb21fee439cad4b382e3614a0ee1c362c58c8620f18 2,644 1.00/1.00 vMB 164
496,939 496,939 0000000000000000002c970c9069116527111b65e88036fe70431db0bc75fdca 2,558 1.00/1.00 vMB 98
496,938 496,938 0000000000000000009df1b2a127107291a527cd6e0df2ab50b4a17aba2b7b2d 2,453 1.00/1.00 vMB 114
496,937 496,937 00000000000000000086d3c81146628cc51803161116e85c6e5178fef2a0a3c5 2,165 1.00/1.00 vMB 152
496,936 496,936 00000000000000000065f830a4d7e3143835f5ffda5300e8bc126eb59e42d3a8 2,117 1.00/1.00 vMB 136
496,935 496,935 0000000000000000003d67949760825424f50889bcee2c204762aabbd1eddca5 2,857 1.00/1.00 vMB 153
496,934 496,934 00000000000000000016b20460dc0f93f60e569b8edf358661dd71a96d439d97 2,771 1.00/1.00 vMB 139
496,933 496,933 0000000000000000005f9366b755882e0fdc9f08b38e0ffc99734db5f9aeaaeb 2,337 1.00/1.00 vMB 167
496,932 496,932 000000000000000000b5bd0d023ef5c56f32f48b7ca9ab701e00f78abba74eba 2,632 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 825.36 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: 4,243.14 GB
    • Received: 233.26 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.