Loading Tool

Explorer IconExplorer

Memory Pool

27,878 transactions
24.45 vMB
0.05063066 BTC
Random Selection Loading Transactions
Max Size: 120.54/200 MB

Candidate Block

Mining Attempt 81c5518e397c84014fa9908860071bd79927454881b0635b5273c9f8c5f85294
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5663b7147c06e5796711e03deee89b43f1ba1eee86627543bd3fc155b612c6ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.00732053 BTC
Feerates: 73.20 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (299,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,074 615,074 0000000000000000000592cbe5d23ae4ff8bf92eb0f7ed1e125c9181de28d6b7 2,607 1.00/1.00 vMB 12
615,073 615,073 000000000000000000070c4d1dbf3799b5ee286a7dccba852f54713e40772fc0 2,487 1.00/1.00 vMB 11
615,072 615,072 00000000000000000010e66d3e0f55613e13b9c3c286915396f3c0d179b2adc4 3,105 1.00/1.00 vMB 13
615,071 615,071 00000000000000000002abfd92a9b93958bc8e5a24676605e806790c28fa0dd1 2,725 1.00/1.00 vMB 30
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
Previous 10 blocks ↓
Total Size: 781.86 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: 641.79 GB
    • Received: 12.53 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.