Loading Tool

Explorer IconExplorer

Memory Pool

88,408 transactions
32.99 vMB
0.11917776 BTC
Random Selection Loading Transactions
Max Size: 199.96/200 MB

Candidate Block

Mining Attempt 7ff21346685d929bdf603b6b84ab1713260fd3db3f969950ca096abdf24c2cc7
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root cbec8f667f8efe7ab7c0aeeb671a714b6a064bfbf8decc1cf8912b1b77438881
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,785
Size: 1.00 vMB
Total Fees: 0.03412033 BTC
Feerates: 318.30 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (515,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,189 400,189 000000000000000004e721379fe43e45e065688db0e16318a213593d8ea81421 2,274 0.93/1.00 vMB 47
400,188 400,188 0000000000000000012985df5b23a03dfc0d33f29508932fe7b43a94970d87c5 1,561 0.95/1.00 vMB 29
400,187 400,187 00000000000000000592025acf9426f0f724d6fb95ff5382b517a62743a48c64 2,103 0.93/1.00 vMB 42
400,186 400,186 000000000000000005238460aeb92d3014a3996b9c780c5b598963921804afa8 1,855 0.75/1.00 vMB 61
400,185 400,185 0000000000000000034cc65b5081c2b1701d61ab8d013e7716be465077fb6d82 1,740 1.00/1.00 vMB 36
400,184 400,184 0000000000000000020735240c35a0bcc0dbd1c7b3cbe4efd4460738cf6335a6 2,687 1.00/1.00 vMB 56
400,183 400,183 000000000000000005d652f5db05f47ca17f56336d090ad2bed76c2d680e3b2e 1,403 0.98/1.00 vMB 58
400,182 400,182 000000000000000003cf9a50a769c605352812c9a6c29361df55f37471f9b3fc 1,459 1.00/1.00 vMB 47
400,181 400,181 000000000000000002bace4568b7be91de3a4b5fda9d72baf8722a5419d1eb3a 672 0.46/1.00 vMB 41
400,180 400,180 0000000000000000064adc1aaa114d35a89d4b8c2907ee85adb0626d92eb8f3a 569 0.59/1.00 vMB 33
400,179 400,179 000000000000000005a380aea0c5b5954aa66d64d8a3362d86ea5435c98b6eec 840 0.75/1.00 vMB 23
400,178 400,178 0000000000000000054aa8ff288cc2575980c2e073f276a08551e33000b2f349 2,291 0.93/1.00 vMB 51
400,177 400,177 000000000000000003321c30312f1b1979f8573246a0dc43fddf56b8fc52b44b 1,326 1.00/1.00 vMB 28
400,176 400,176 000000000000000003bf78fa4f327f374e45e194629235e61dab9772525932e1 1,895 0.75/1.00 vMB 53
400,175 400,175 00000000000000000215c8925783a6fe404d9c2eae0ac42243a9a01a189b0e78 859 1.00/1.00 vMB 26
400,174 400,174 00000000000000000302a2212b5f236ea92cd6211713071d5fe7a37fc7785139 2,069 0.93/1.00 vMB 43
400,173 400,173 000000000000000002345062844004b6a8b0b25704f15feec522671dd7af0e8b 1 0.00/1.00 vMB 0
400,172 400,172 000000000000000001ce3de355b300268dead40a31982182f6aa7c5ee7f56445 50 0.02/1.00 vMB 43
400,171 400,171 000000000000000002b518cc2c3ffe1dcf1dda7b663a7a56de21890f6fbe2a14 1,247 1.00/1.00 vMB 25
400,170 400,170 000000000000000003a3eef7c2840766305018652f70fc2b4b0baf18d1b59e7f 1,799 0.93/1.00 vMB 35
400,169 400,169 0000000000000000051437f0fdaeea2c0baa1e26d859f8a3ffc8377c49bd5a9b 2,197 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.98 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: 717.12 GB
    • Received: 17.82 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.