Loading Tool

Explorer IconExplorer

Memory Pool

77,239 transactions
29.06 vMB
0.08196714 BTC
Random Selection Loading Transactions
Max Size: 175.13/200 MB

Candidate Block

Mining Attempt 64637d3ebbc819cbd2a8af0ec988e49525f9a1975fce5b524e22ff19513e9983
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 8a1fb8ca92850c384386bb5e97b024b51c00d92ab231ee1935cfadf2d2930248
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,769
Size: 1.00 vMB
Total Fees: 0.02128807 BTC
Feerates: 261.10 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (325,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,563 589,563 00000000000000000010f6e6ca9d643d39546b81621f22e08465badb5f9d17c1 2,715 0.81/1.00 vMB 26
589,562 589,562 00000000000000000011a149c06d27fcddc30f2bdf2a127bc1bf4a9c8d57d908 2,067 0.61/1.00 vMB 33
589,561 589,561 00000000000000000017587b9560b6cbe12d6222cb7951508003cd6eab283ebc 2,088 0.63/1.00 vMB 23
589,560 589,560 0000000000000000000d1abed8f87eab4fa43d800df2afc7b964ced5d6e7f321 948 0.28/1.00 vMB 20
589,559 589,559 00000000000000000002d98addf10269e1a55bcc998a9e1b6f82d3000ffa758c 204 0.14/1.00 vMB 22
589,558 589,558 0000000000000000000552cc265eaf846f2d5d612d6dd4d4d430febe0a46d8d3 1,733 0.62/1.00 vMB 31
589,557 589,557 00000000000000000018806d6fe991ab8cc50cb09d4538643824071c9782474b 319 0.09/1.00 vMB 26
589,556 589,556 00000000000000000007c1a233a94794e2fe64d46f7f2b8ed398e4795f0a2d6a 230 0.06/1.00 vMB 25
589,555 589,555 00000000000000000013e848dca9b404ee87d4f78938d5f0a0ad9a6677515c94 3,122 0.98/1.00 vMB 25
589,554 589,554 0000000000000000000b590a1d4bb2f96d17a56f4d860b9a9a0eb54a1c8d9219 2,467 0.70/1.00 vMB 21
589,553 589,553 00000000000000000003f072052f4001ca3f67846bb44946b405d72f2964c82f 2,139 0.60/1.00 vMB 21
589,552 589,552 00000000000000000013e59efb7e75401e74f5b8bd6bab84351424a3a6f35293 2,582 0.80/1.00 vMB 24
589,551 589,551 0000000000000000000f666a6c78222416e615a88f2a7d9b3065991ffc68f4ef 2,661 1.00/1.00 vMB 9
589,550 589,550 0000000000000000001802362f912586f90e5092cd3a1a74178f5e82d1fb3094 2,646 1.00/1.00 vMB 61
589,549 589,549 000000000000000000033e15aa936ecc11fa7da4a736433fb38049ef487c1dbd 671 0.19/1.00 vMB 23
589,548 589,548 00000000000000000000a10e238995c7ca85993d2dbff990ee0fcc4d526ba9a5 1,466 0.50/1.00 vMB 21
589,547 589,547 00000000000000000015b9e79a7761d6de2d4a63bd87578aba1aaccad2245387 652 0.19/1.00 vMB 17
589,546 589,546 000000000000000000060f7f3db837abb05ae1a2e160591af97dfdfcf4275c93 1,216 0.37/1.00 vMB 23
589,545 589,545 00000000000000000018906a2fd642ec9972261620955d8e2bd70a09daaca121 137 0.04/1.00 vMB 18
589,544 589,544 0000000000000000000d18e1f5dc8c12c1230ace249f9e0dc9312a2f7e8855aa 1,892 0.58/1.00 vMB 21
589,543 589,543 000000000000000000067213352bcb4b9e6ac348a089bd410ca781352f095906 1,149 0.39/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.68 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: 685.18 GB
    • Received: 16.48 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.