Loading Tool

Explorer IconExplorer

Memory Pool

72,492 transactions
27.98 vMB
0.06757962 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt 1dc0940d15d8e7398a04f50edf6cbca9be4df2e86019137ceadd63f34c6f9c6c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e845e9dc5df6ec3a3b4084a5ef5848edf5a7db5d17b888dfd3c0a68775c4f9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,122
Size: 1.00 vMB
Total Fees: 0.01172419 BTC
Feerates: 101.52 > 1.17 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (316,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,391 598,391 0000000000000000000999c37aa7f913d879de1eb6dadb079a612bfc288000fb 1,911 0.62/1.00 vMB 21
598,390 598,390 0000000000000000000567532c8dc5b35ebcb3e391cd1c1c50a0dcc209a87ab7 2,024 0.80/1.00 vMB 16
598,389 598,389 000000000000000000063a7df0464712240e1d1b7574ac83490126c1a0e2eee3 3,410 1.00/1.00 vMB 24
598,388 598,388 00000000000000000002ae184aeb0fa24d0be75699b64fdc2777a2745f07d9be 1,736 0.47/1.00 vMB 14
598,387 598,387 00000000000000000001d61c19237154bf869dcd9c49bc41c7decf559c233813 3,103 1.00/1.00 vMB 30
598,386 598,386 0000000000000000000be5c8cd36ec1ecba8ed05a719678fb1ae87a11eb96dc6 2,440 0.73/1.00 vMB 3
598,385 598,385 000000000000000000135224ee4876b4b5bab6b24002bcc018455f2acd0dddda 3,371 1.00/1.00 vMB 44
598,384 598,384 000000000000000000003dcb7b8613d9c8e72a5ecba32d00dede0c5207252be3 1,043 0.39/1.00 vMB 24
598,383 598,383 000000000000000000040b029b3c8b6118df271452be51269bc634552ef59445 1,594 0.58/1.00 vMB 22
598,382 598,382 000000000000000000051881cb48cb90afb98ce7bd96b723013b1d0a1379fa9d 2,864 0.95/1.00 vMB 2
598,381 598,381 00000000000000000009c4d0939181397f2aef621a90329b15e4ebf2b6c4d625 2,898 1.00/1.00 vMB 27
598,380 598,380 00000000000000000005410feaf91af5a1edb2a530354ef45313ff8cbf405b22 3,319 1.00/1.00 vMB 31
598,379 598,379 0000000000000000000576cd782a9cf67a2b56d22b74ecd65205309b9329fd4f 2,804 1.00/1.00 vMB 9
598,378 598,378 000000000000000000112ba87f2a7da31183a15cb24a7c7b637c8937e32f17f8 2,193 1.00/1.00 vMB 24
598,377 598,377 00000000000000000012a9f8c1070d6eec80357208b3237086194039ad515449 2,072 1.00/1.00 vMB 27
598,376 598,376 000000000000000000037291075a2e7f28f2236c06db52d89fb1b5b7be692482 2,457 1.00/1.00 vMB 10
598,375 598,375 0000000000000000000ea976c09eaf9d6eea8ab994262b6d10e12ab2c8a18d92 1,993 1.00/1.00 vMB 31
598,374 598,374 00000000000000000003de98c3993b16c1a05365ee7d8e26285ab735975ffe1c 3,019 1.00/1.00 vMB 25
598,373 598,373 0000000000000000000bb9dc2ca20cf32ce5b8f23d2df90e35f17c50377a05ae 2,860 1.00/1.00 vMB 31
598,372 598,372 0000000000000000000be98505a900a8d383eed8e6c999df6968f8107466c536 227 0.06/1.00 vMB 24
598,371 598,371 00000000000000000005ac22707aae5633198cc9b4b095399999b7dade412595 904 0.22/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.