Loading Tool

Explorer IconExplorer

Memory Pool

43,067 transactions
29.07 vMB
0.09097251 BTC
Random Selection Loading Transactions
Max Size: 148.70/200 MB

Candidate Block

Mining Attempt 0da8059d9b884cbd7656531d2fefdb71041cf6d29f1b9db3caea05460eb0013a
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 62908e7c4bfbcc59de1c72c193e8b8cbfc1b7a72e154253846668afa7574814c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03273531 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (736,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,658 177,658 000000000000090755cf2730178bf8d4a708dbd88e67092e7ed3bf87e34bf7f5 36 0.01/1.00 vMB 76
177,657 177,657 0000000000000135e0068f2a30dd150b5474e1399deabb3e957657b54f54c523 59 0.03/1.00 vMB 56
177,656 177,656 00000000000001cca76de8d35d69bae380cb99d1ee020615789d91302c44a2d3 79 0.03/1.00 vMB 458
177,655 177,655 000000000000069a1dc3fa6a5b6cef8fed2f0633d3a8635d6550838f17058dcb 73 0.03/1.00 vMB 19
177,654 177,654 000000000000062ff60d2a5acda1a30807aaec384e88362b7eaf0c0fb6ee3627 39 0.03/1.00 vMB 15
177,653 177,653 00000000000006c6076ba8b5078f6f4aafb1b55e03eddfbe2c488bc26cc723e8 217 0.08/1.00 vMB 768
177,652 177,652 00000000000003b473b4fa61b2d202dc836ad7739f2e3576443e443d1c019485 19 0.01/1.00 vMB 326
177,651 177,651 00000000000005a5303234668eb8ae5f5ea022df4624935c81d7dcc323945704 40 0.01/1.00 vMB 123
177,650 177,650 00000000000006db6d6ac0bd7e2b618a9b83e040e0b3dff60f3d37cced2a17b5 51 0.03/1.00 vMB 77
177,649 177,649 00000000000009b4ceedb55e609a3e98684e7a7ec0045855d0d52d526ddd98d7 11 0.00/1.00 vMB 625
177,648 177,648 000000000000008f442b53b08ca4781d275c2369d0b572cf4be36c3d95413589 149 0.05/1.00 vMB 528
177,647 177,647 00000000000008513ab7f6f9beb26fedf973b1f8e85abe6788ec6a5698993e44 75 0.03/1.00 vMB 1,040
177,646 177,646 000000000000007f2c567d4bf65bd239daef830c6086009b6c3cb54410fd2e7d 108 0.03/1.00 vMB 12
177,645 177,645 00000000000008b292e665fb22a56c13cc07eb4abe7f78f9275238aa32457f5a 183 0.06/1.00 vMB 474
177,644 177,644 00000000000004e5b21c4af0164659dabd7845cb82d4412a4eab645af9a2111a 47 0.02/1.00 vMB 210
177,643 177,643 00000000000004ea8f45526284d39590190f1025cf0cbc3cbba60a9cd5e356a8 113 0.05/1.00 vMB 196
177,642 177,642 00000000000004ee5993938d63b8a3354f5245521dbd818e5b98a4d825bbec0d 12 0.00/1.00 vMB 35
177,641 177,641 00000000000005eade3e0822be655bb3f3a36a4a66a65e0023661caf40906436 32 0.01/1.00 vMB 67
177,640 177,640 0000000000000accffad75deb14b45606b50b07f7301a10d0fe53482cc4afead 54 0.02/1.00 vMB 133
177,639 177,639 000000000000058c4e41f178e1c520c091cdefc441d038d772b83da88070a97e 28 0.01/1.00 vMB 36
177,638 177,638 00000000000008434a23eb4ac2ed2641a02b83ecdc0743e6c73229d8de0832e4 34 0.01/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.