Loading Tool

Explorer IconExplorer

Memory Pool

20,987 transactions
9.05 vMB
0.04043113 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.50/200 MB

Candidate Block

Mining Attempt 05ec2889f0cd33e4249ceac2635f934212ead57c6cb229082cd64b38fb28093d
Version 20000000
Previous Block 000000000000000000002c2efa54a933667be0a2843a47329deffa95222ea700
Merkle Root 96c0e7afb9f05ef3e7a5f3394ef85858e460ce478a71a7896998f53fd6423290
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.01951606 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,393 (716,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,087 197,087 000000000000011d71db7b723ee299236e3678614676b0783b15627d66a3188d 9 0.00 vMB 34
197,086 197,086 0000000000000672c46461d02d8bc7f186b03e4ec3fe4262de57196899c8db56 133 0.06 vMB 389
197,085 197,085 00000000000006d444693f20dfe78f737410fa8df6d7ca5de7f5f0b8b0bf1568 507 0.25 vMB 119
197,084 197,084 00000000000000612ee0848c2a43796d829481941fa187653662f0c13f907652 145 0.05 vMB 75
197,083 197,083 000000000000032e0d6a90ff21c110961d50533a5b7cd17122912d88c41f41d1 315 0.26 vMB 331
197,082 197,082 00000000000002f3f396274c74af25022078e6514e0d364b18785983fb76d8f8 289 0.09 vMB 428
197,081 197,081 00000000000000b4f5a3ac3e25df1caf99f137b4fdbb65d60f176166fbda61b2 136 0.05 vMB 353
197,080 197,080 00000000000003324d0676cd2aed60f420179fb264f7c8da635aea03aa2c65ef 130 0.05 vMB 247
197,079 197,079 000000000000040d6626587faf0792c731be2d1cab0ea6de52cc1958b8db1941 302 0.10 vMB 545
197,078 197,078 00000000000004a4dcfe2b472c76538d724adf02423dba60696bf4d9dc0824f1 640 0.25 vMB 169
197,077 197,077 00000000000005aa0bd5f6b8eca7ffd9ba05b90d55659a04d518de31f409ef87 944 0.42 vMB 203
197,076 197,076 000000000000058391e23b3527109d942e3b9ac781c33d6ede4d39f4e65f5860 142 0.05 vMB 324
197,075 197,075 00000000000003680cfabf85c9ba316a3c5f77c2fb3f63fa7571414b4ff18d60 116 0.05 vMB 511
197,074 197,074 0000000000000177fa293dba818bf4b296f3da6ac20bc25d2a8d8632aa61fb2c 9 0.00 vMB 163
197,073 197,073 00000000000001ba462c0658c131f1c11e42c731454535edeee7cd9c008fd6ed 220 0.11 vMB 146
197,072 197,072 00000000000000240fd6025195d3983951d71f90be2c2dbdb314a9869d84aa0f 83 0.03 vMB 145
197,071 197,071 00000000000003c0b1dbb87c8fbf614fc37429a67ee6749af562eeeaeff1e414 256 0.10 vMB 1,015
197,070 197,070 0000000000000598c6e78c0a40d8b40a149ffb1e045418aaca95f6769945629d 1 0.00 vMB 0
197,069 197,069 00000000000005a08eddd20ed33203038599252298ad1a38d16678a61443f91d 27 0.01 vMB 118
197,068 197,068 00000000000001507f6126c8ffe163107cda30e11220610d77ab2175ba47238c 216 0.12 vMB 375
197,067 197,067 0000000000000271a3e35ac6553abdcfada1b6c74ceb438d1fd847b754a25e01 128 0.04 vMB 69
Previous 10 blocks ↓
Total Size: 779.55 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: 255.38 GB
    • Received: 0.97 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.