Loading Tool

Explorer IconExplorer

Memory Pool

35,294 transactions
25.86 vMB
0.06266761 BTC
Random Selection Loading Transactions
Max Size: 131.67/200 MB

Candidate Block

Mining Attempt f4b3a3bbfc99bf2cf057c2c4590f3daf656e844e0a7fb539fa3ad8098f1cb2c1
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root f07b5f2a686283e876dc41e361e9104aead796d18f4eb7a1c71f6b8b9b5d475a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,134
Size: 1.00 vMB
Total Fees: 0.01530619 BTC
Feerates: 120.00 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (299,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,070 615,070 000000000000000000077a5eb20d230058230cc67ea741cfc9a616ad827d3259 2,770 1.00/1.00 vMB 20
615,069 615,069 000000000000000000091955a9e8055b35a29a3b0fe4470cf9a18421e3a7e65f 2,876 1.00/1.00 vMB 19
615,068 615,068 0000000000000000000abd398fba249cd2458100463cf5ada4e50df9d62b4fd4 3,322 1.00/1.00 vMB 23
615,067 615,067 000000000000000000035fd045160663cec4456307e4fb687ca25266b11b7bc1 2,532 1.00/1.00 vMB 25
615,066 615,066 0000000000000000000ffa5eaa305507e43cde47b2939daecf09f158a148c185 3,341 1.00/1.00 vMB 15
615,065 615,065 0000000000000000000797d6c2f4ef0f4e7a465f329c0b8575e5a319f7a91255 3,141 1.00/1.00 vMB 33
615,064 615,064 0000000000000000000919c06dc0f99fea9153a5cf593daef42fdea07d3c6939 3,155 1.00/1.00 vMB 23
615,063 615,063 0000000000000000000eae57379f96a7739c531c901c10761955ad92daff3ed5 1,150 1.00/1.00 vMB 10
615,062 615,062 000000000000000000078a640a78299515461564e6b2c0e3673ead1226bdf65b 2,592 1.00/1.00 vMB 18
615,061 615,061 000000000000000000103b65e68a9f11474cbc3278b8b6598d07804847d3fd8a 3,034 1.00/1.00 vMB 19
615,060 615,060 0000000000000000000fcd2c7cfb5d9fc3317066545fa5027dad14ec572284e5 2,650 1.00/1.00 vMB 23
615,059 615,059 0000000000000000000fcf43569ca901a6d7f22b48e7ea2dd644a5b103aeebed 2,214 1.00/1.00 vMB 16
615,058 615,058 000000000000000000121434132d207f43411fadb3d99b15b4371cf799fdc9a4 1,302 1.00/1.00 vMB 42
615,057 615,057 0000000000000000000349da3ae3fe52ed42b5d3ccc86a8e836b3c44ad5ff00d 874 1.00/1.00 vMB 79
615,056 615,056 00000000000000000003b4a2b78cfc64705385148ba413f4f783e93d8b83969d 2,954 1.00/1.00 vMB 10
615,055 615,055 0000000000000000001091a251441310a96835e8db4d6c462b64a3860f5cbb4d 3,185 1.00/1.00 vMB 29
615,054 615,054 000000000000000000093ea6ef56e404645b846fa84d4154f1eac6327ffa207c 2,086 0.66/1.00 vMB 14
615,053 615,053 000000000000000000094229d337dd301f1c01944ba86036378941d9c962e3e7 3,086 0.97/1.00 vMB 13
615,052 615,052 00000000000000000002ecb6fc206e48c1b4b293c8fbd29db26bc78fc48faa47 2,778 0.99/1.00 vMB 15
615,051 615,051 00000000000000000006f027b039b2012e6c5e74780b7649486c7963cff777e5 1,250 0.44/1.00 vMB 12
615,050 615,050 000000000000000000111da4b7d02ccaba93208eb951208dfd1d7727b8fe3b14 2,992 0.95/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.45 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.