Loading Tool

Explorer IconExplorer

Memory Pool

22,638 transactions
10.21 vMB
0.02267595 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.13/200 MB

Candidate Block

Mining Attempt 21ee6967e18eee3a86b5407caa1c81ec7f0aa8148f8eb89f91a61fbcd4fe6dce
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root e67129b99676d6360597d4db575ba8e52c32b19508310825ce1b13c1cda6681e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,464
Size: 1.00 vMB
Total Fees: 0.00616296 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (777,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,052 136,052 0000000000000a83f9e6a41f12fe16dc9c079640dd97bb9e85183b89ac59f101 27 0.01 vMB 199
136,051 136,051 0000000000000856f7ee8cbb3fc12bb4637ee62dd630bae17c4e3030fa422222 51 0.03 vMB 373
136,050 136,050 000000000000077356d24e45d6a1942bd05432d5c334eeb9e7af022ca00f245f 112 0.03 vMB 178
136,049 136,049 00000000000003ddf58532fdfbe72db585f969d8442586405af16f5cd4ed1bfc 82 0.04 vMB 108
136,048 136,048 00000000000005d3318bbed35768ed2d12fdf0005ad266126fd6c3e406e68014 15 0.00 vMB 2,386
136,047 136,047 0000000000000a076782966fde62a3fb5082f489ec8314e2a22413e689480d5e 13 0.00 vMB 2,492
136,046 136,046 000000000000076fc83eb45a60c2e7ca1468d1fbeccca5e51f4edcd068f6ab3d 52 0.02 vMB 192
136,045 136,045 00000000000007581069e5764ec07a55b2d33ba628a3615060436103b67bcd82 20 0.01 vMB 70
136,044 136,044 00000000000009ce39a3ddb900722cd9afb225731331cf3b619574266410e07a 14 0.00 vMB 59
136,043 136,043 0000000000000ab9cec8fe5bf884ea91592cb03c54265f37de62e46549192f03 6 0.01 vMB 238
136,042 136,042 00000000000000229bdba6a37784af0a5aa7134830527f00f09f3aec1441872c 12 0.01 vMB 70
136,041 136,041 00000000000004d4f9020bebf4d82ed042ba9e1ae9b54fea08dcbc53864174a9 21 0.01 vMB 195
136,040 136,040 000000000000016ad5c9740034a690308130fb308c0faa223a2103383dac766a 29 0.01 vMB 466
136,039 136,039 00000000000009196fdd60810323adef4ed85f25aad4df4ad393c72b2f2e38cf 138 0.04 vMB 439
136,038 136,038 00000000000007c9ce87a7f08927e74c402b0decd464281fe6d7e5a6f2d1aeac 19 0.02 vMB 90
136,037 136,037 0000000000000318a5f958d03bcbd2bffa532c105c73acd9e19f79854043d2b6 37 0.02 vMB 492
136,036 136,036 000000000000021c3b86d7876f8c0eafdf0d002a33e58d127beb733dcacc6225 15 0.01 vMB 78
136,035 136,035 00000000000007ef158900fd55224b5a22f5218136db475de6216a38350486d7 26 0.01 vMB 704
136,034 136,034 00000000000009e5a93608edcbe2d40cf517d3bfa17137140c52a87320c9a498 41 0.03 vMB 1,139
136,033 136,033 00000000000005577a5aef9aa34d1c5ecac686f1c2e9d278ed94ec0770c0726b 4 0.00 vMB 17
136,032 136,032 000000000000078d440886d1761bfd0889f4ff0235b8208b9417a886617c169e 82 0.02 vMB 234
Previous 10 blocks ↓
Total Size: 779.75 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: 380.68 GB
    • Received: 1.91 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.