Loading Tool

Explorer IconExplorer

Memory Pool

31,508 transactions
29.68 vMB
0.06352956 BTC
Random Selection Loading Transactions
Max Size: 153.58/200 MB

Candidate Block

Mining Attempt 0e0165cc07a882234c4d13279da9b23a79f06ca271aebcf7474e496135badcc3
Version 20000000
Previous Block 00000000000000000000ef31222c6fa96d96e5980daae9283f43c8b7010ccaa9
Merkle Root ec43d2db4f231a3dc6a931c5122d38e3f559a234884f7a96ae61eed59d399fd6
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,540
Size: 1.00 vMB
Total Fees: 0.02837200 BTC
Feerates: 150.93 > 2.84 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,417 (804,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,494 135,494 00000000000007c8df40c67a00066ab6d6b6173a08563fb96bb29117a64148d8 21 0.01/1.00 vMB 115
135,493 135,493 000000000000085292dd77367a037595c7ac363c24b3ce52b7174cfb0bde2d1f 65 0.03/1.00 vMB 369
135,492 135,492 00000000000006fb53368bd8b3a3b428562cc13fad0f835ff3d69536ae4e214c 68 0.03/1.00 vMB 266
135,491 135,491 0000000000000aba97b51b7fb0fd889e0503187dcfb2c79a0dfc748230ff4864 54 0.03/1.00 vMB 343
135,490 135,490 000000000000043a3914467a2bc9b21f583803653de664652f93cb8650038abc 123 0.05/1.00 vMB 19
135,489 135,489 00000000000008a29dd24da14515664cd31bf1ce3d5e4504a235930d27960c32 67 0.03/1.00 vMB 646
135,488 135,488 000000000000049dbe0ea9f24836c949a25778fc36ee883c93a833df780aa771 72 0.03/1.00 vMB 1,034
135,487 135,487 0000000000000a1eb5f38ba3e8dcb61df93e0f3c2d75c00ac7fe5107a6274a7f 12 0.01/1.00 vMB 637
135,486 135,486 000000000000053324e93ddd2ed06357249dfbfd632fadf94f6f0f17c96a0e25 128 0.05/1.00 vMB 311
135,485 135,485 00000000000006f81dfb5d0f3b1784a5076c2448cd53697932b098c371388b2d 5 0.00/1.00 vMB 0
135,484 135,484 000000000000078d87a4714f3ee3f2633a0034c7859152bf310230b8c6b3d444 61 0.02/1.00 vMB 186
135,483 135,483 00000000000001db79602bff0d9179020e701d882c103334d9f9ea68ce326ae0 2 0.00/1.00 vMB 0
135,482 135,482 000000000000080a1bdda650c7bf08d690404a0b23cf1f3a006ec52cd55b66a9 133 0.04/1.00 vMB 157
135,481 135,481 0000000000000523342e59d2ac1c4d6a057af3ffe159add3ac835119b56b7a76 62 0.03/1.00 vMB 675
135,480 135,480 0000000000000048f735d0a471fff08a4ad0da2efae4a0c5bca1442082269e6c 111 0.04/1.00 vMB 2,364
135,479 135,479 000000000000031d0fc51863456c40b5393732856d6e6c3f81ea6b8126704ddf 37 0.01/1.00 vMB 1,882
135,478 135,478 00000000000000cf5859ac265790db34d404199dc70289e1e6a4e52311854bd1 47 0.02/1.00 vMB 1,123
135,477 135,477 00000000000007a7552bd0642e234bdb3a91034c375277d01ead083f9017138e 26 0.01/1.00 vMB 297
135,476 135,476 00000000000003d6bc6e56b165bcbd8a5606bdc4b37d5cbc7c2573e9b4e0651e 60 0.02/1.00 vMB 6
135,475 135,475 0000000000000580f65676d5942efb52bc299306d77f6e70f4fd641e0ac2428d 30 0.02/1.00 vMB 427
135,474 135,474 000000000000093ea0544c5957f81de9f6a2893c35f97cd04ef2fba9f4d4ea8a 24 0.01/1.00 vMB 485
Previous 10 blocks ↓
Total Size: 827.50 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: 4,457.19 GB
    • Received: 242.87 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.