Loading Tool

Explorer IconExplorer

Memory Pool

44,043 transactions
26.51 vMB
0.06062043 BTC
Random Selection Loading Transactions
Max Size: 139.90/200 MB

Candidate Block

Mining Attempt d2255c9e7461e77db4442c461331f92e88766b7505ce0ebc2ab60666941111de
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 7875d5ddd2e69a9f966f66ae0ea754a871931fad6125c6344ebf613b1426ec59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,559
Size: 1.00 vMB
Total Fees: 0.01191217 BTC
Feerates: 73.20 > 1.19 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (68,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,159 846,159 000000000000000000008fb6500e446675b1f8a9b2ee134dfa92090143d99266 4,840 1.00/1.00 vMB 27
846,158 846,158 000000000000000000013f963d89123ea4039adca410b550553608ca5d1c79f1 4,861 1.00/1.00 vMB 28
846,157 846,157 000000000000000000030e91de68bd344805c41057ae1c52e6cde2a520deabc2 6,418 1.00/1.00 vMB 18
846,156 846,156 0000000000000000000085a541d5a8589b2aabf7c4febd79172a5ca54b35d4e4 4,406 1.00/1.00 vMB 26
846,155 846,155 00000000000000000001f24fa4b2e39c7ba3479e9a80ab99946e98ecf666c873 5,963 1.00/1.00 vMB 19
846,154 846,154 00000000000000000002de5755e07c29095ea43b6962da72a68f82b75103abf2 6,408 1.00/1.00 vMB 20
846,153 846,153 0000000000000000000025e43e661b75407a2e14b20f7aed6ad1df433b29f4ff 1 0.00/1.00 vMB 0
846,152 846,152 00000000000000000001248bfe351d138c62202f258ab94262fc4f7d6ff3e2e3 5,228 1.00/1.00 vMB 23
846,151 846,151 00000000000000000001e60e98e243c2ded2d8965cf624a244da0b9d71e3163d 6,561 1.00/1.00 vMB 18
846,150 846,150 000000000000000000021371e59046a6d1ccfbf1f2e6eec950d2d196e6fbcc6b 4,965 1.00/1.00 vMB 23
846,149 846,149 00000000000000000002046902241d590e2f835dee96786ec93bbbd8ffeed180 6,100 1.00/1.00 vMB 17
846,148 846,148 00000000000000000002d5383969a618828c880e0c267d6b4308a520ae489b17 4,349 1.00/1.00 vMB 25
846,147 846,147 000000000000000000023c3b95a8a629f7f992892e52d040ef5b290f79b6d3aa 5,225 1.00/1.00 vMB 22
846,146 846,146 0000000000000000000183cda258ce72fbfdc496085b64ec5575e60f6430b699 6,259 1.00/1.00 vMB 20
846,145 846,145 000000000000000000014a25e4f123b2c18ccc2e7c67c8bb5d1afb41d598ce25 5,678 1.00/1.00 vMB 17
846,144 846,144 00000000000000000002ddb99760273aec2c2c06383faabf2c8a5d848b65547d 5,969 1.00/1.00 vMB 23
846,143 846,143 000000000000000000026413289bc5c32bdcf16494f97e557604c9db3529a995 4,009 1.00/1.00 vMB 21
846,142 846,142 000000000000000000034d68959c56e98c7379611d4556baf463dcdd89c2c188 5,291 1.00/1.00 vMB 28
846,141 846,141 000000000000000000025e5b0e6aa51d8c5333ad272c34ca45aa3558b547da9e 5,984 1.00/1.00 vMB 31
846,140 846,140 000000000000000000013218482453adfa9844e7ddfad8cb419cbbabf2418c52 5,128 1.00/1.00 vMB 38
846,139 846,139 00000000000000000001dcbe99b0e5405da5c271884e3318c7c8cd33a8ab95fe 6,147 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.00 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: 648.89 GB
    • Received: 13.09 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.