Loading Tool

Explorer IconExplorer

Memory Pool

19,521 transactions
8.85 vMB
0.08903935 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.94/200 MB

Candidate Block

Mining Attempt 6e4d1e12cc6ff8b6865e1d822a4dfd57de978c8a2d6810b65c9123141b26c3c3
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root b94a6e4cb25d93d62493bd9671886b08064913fd9ad13c3f856f6e310da5c112
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.06950331 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (782,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,819 130,819 0000000000000d681047084c9d41c0b56a6e6fa8154b7d9a71b8e87e1ba9cf73 10 0.01 vMB 575
130,818 130,818 0000000000001c5bc6b8dc69d073dd5fda1c31cc3ee37fe73f31af81a96dc359 18 0.01 vMB 388
130,817 130,817 000000000000195777db70501e3ce404d2b75da2ff5ac9051be1786357467b32 1 0.00 vMB 0
130,816 130,816 00000000000014440163cfe0d8a57bac5b2d66eb34b274dddfe85eb83f8c27e2 36 0.01 vMB 1,067
130,815 130,815 000000000000193f8f075cdf2f50ad82022cd53b6af2e68bb62b43d29ff49695 24 0.02 vMB 519
130,814 130,814 0000000000000208f140a88e3e1dbd29da575fdcacb0775df73c2b216930061c 183 0.05 vMB 41
130,813 130,813 0000000000000c0b9e3726f0bea9ae4534374715b9c35ba5da381af06d5542fa 151 0.05 vMB 586
130,812 130,812 0000000000000907061f4971e4d40e942d2f0622e2046d48bf7b1e372c617955 152 0.05 vMB 474
130,811 130,811 0000000000000d63c6b0522448c59a5732f159c3e9e51b78ad80f322a04eaac3 102 0.05 vMB 411
130,810 130,810 00000000000002b204032de96e8c92aa530880e49d2d85ad2869a813828e5dc8 19 0.01 vMB 1,086
130,809 130,809 0000000000000357eec22ca71c256b1a07b288b40f9b69cd7e48a243327f5529 86 0.04 vMB 1,262
130,808 130,808 000000000000094a96a45b0b57341a7bd2d23c1ce34f599dc295064d917fcef6 39 0.02 vMB 808
130,807 130,807 0000000000000624dd1649a8401695d824f9845b7f52060de3a0ed4e8b6b2f5d 46 0.02 vMB 1,287
130,806 130,806 00000000000014c3bb829b1b23dc25a257416038dfdb6275b99ba93cf1c92612 96 0.06 vMB 1,252
130,805 130,805 0000000000000a7aae85663a18ff83142c7bdf2a281a3d04fbf8d1a29f37923c 127 0.05 vMB 442
130,804 130,804 0000000000000720e814e343eb149a30834a33a70b96475f44ae5dc5e5dd2256 38 0.02 vMB 1,171
130,803 130,803 0000000000001d6b5dec98aca73bd8756854dd1f38886fb0653ef005cfc84650 120 0.05 vMB 123
130,802 130,802 0000000000001bfbcc9a857ca37dacb61a777294e0079f5ff9679c873d6336fd 99 0.05 vMB 2,209
130,801 130,801 0000000000001b11b5ee4ae9f8e3d87c2610033fedeb5ff9653ab75b0ddb35a2 32 0.02 vMB 1,172
130,800 130,800 000000000000138d5d5071b71215be7f9438590169b0f2dea29a88eca4c962e4 133 0.05 vMB 311
130,799 130,799 00000000000013d12817b68fe2029381afa1e379041dcbfc58a01e2b8962e974 44 0.02 vMB 795
Previous 10 blocks ↓
Total Size: 779.58 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: 281.70 GB
    • Received: 1.11 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.