Loading Tool

Explorer IconExplorer

Memory Pool

48,061 transactions
29.18 vMB
0.06983013 BTC
Random Selection Loading Transactions
Max Size: 155.85/200 MB

Candidate Block

Mining Attempt b08883026e202a29d52b2faff8a48227693ba43c48e8b7b6830d128f46d13f24
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 5c4a9635072fd0bcbf150c8eb7983af6a2f823ed1c7ca4a6ddaa6c1b677422c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.01318875 BTC
Feerates: 132.00 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (817,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,259 97,259 000000000001c3944391b6eb26367c53e471b9e2f5f74f1724f26bbcebd238ce 8 0.00/1.00 vMB 0
97,258 97,258 000000000004e4b73da30373acddf22b159393097703b6485a394b6668d5e5ad 7 0.00/1.00 vMB 0
97,257 97,257 000000000002308d81729665cc86c6d5683e0414c6408ad9476b3df7ec47f261 11 0.00/1.00 vMB 0
97,256 97,256 000000000001115b8c2c1649e4a6620679d1a464ac1946f158acdd87d7bc2dfd 9 0.00/1.00 vMB 412
97,255 97,255 0000000000014c2a1ea3387bad36830db21b89a6dc2b65b152cd66d9b8dd1d2e 12 0.00/1.00 vMB 0
97,254 97,254 000000000003e2dab56521ee484a80d8037031345b48091819bcc3fd93297b07 3 0.00/1.00 vMB 0
97,253 97,253 000000000001246a2754e56adb408567bdeb317d097343746b3b4dc9ac3e1ee2 1 0.00/1.00 vMB 0
97,252 97,252 000000000003d94434b7544ab19cfb1af1deb1ad4c7b16f551e7b835d05e203e 3 0.00/1.00 vMB 0
97,251 97,251 0000000000018c3552c428b6f977433ab844a0676bb1c07fed88b42427ab1e19 1 0.00/1.00 vMB 0
97,250 97,250 0000000000051607bb75bde078238fd652a72da21b049b438837ee159c67606c 2 0.00/1.00 vMB 0
97,249 97,249 0000000000009a1e2f1544109b42adca46317c51bca2f2445bd78bac7d032e57 6 0.00/1.00 vMB 0
97,248 97,248 000000000003b695806c3bbfe61f99097b88bee938c5f1e9951a7a1f41e8d2a7 1 0.00/1.00 vMB 0
97,247 97,247 000000000000a04abcdb7082ac0b6bb61dccc189324c3fcf7a4fa36938666ac7 10 0.00/1.00 vMB 867
97,246 97,246 0000000000042935b6a6d29a53f1d681d98aa5e0cfa12cefa6bf7692ee0efb0d 1 0.00/1.00 vMB 0
97,245 97,245 000000000000e21fee43a789b9d011127d6b51be9361fd56a396483a932bd18a 1 0.00/1.00 vMB 0
97,244 97,244 000000000004845b2768c73b35c41b347d4e5b291a4a522cd9a860626e269429 12 0.00/1.00 vMB 0
97,243 97,243 000000000001a35726570fb122bcafa3bad4ec70e86a5f32d35b393f68d91aae 12 0.00/1.00 vMB 0
97,242 97,242 000000000005465036e6a6c58bd1d35e5dfd0221b81751322dd3cc990a5cc7c4 11 0.00/1.00 vMB 0
97,241 97,241 000000000002a9ec1439a05c44f52de6b8d182cecadf1dad1dafef77944f356e 11 0.00/1.00 vMB 0
97,240 97,240 000000000000a157d25d0b9bccf02b199c90275bd634e1a24953b9a2335620d5 12 0.00/1.00 vMB 0
97,239 97,239 0000000000045c4fb0f988804aa56abdf52a9c5788f6cf7ac31938b07e69891c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.