Loading Tool

Explorer IconExplorer

Memory Pool

87,135 transactions
31.63 vMB
0.21732514 BTC
Random Selection Loading Transactions
Max Size: 192.01/200 MB

Candidate Block

Mining Attempt 064cb9bd6916aace6a1d53582c2c7ed94b250f052e89715ea209d4b7a984c958
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e93e0d3bb6c071dcefeea6fb52b1b72f6cc97f518dc54e480ae50c2d8cb6a575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,598
Size: 1.00 vMB
Total Fees: 0.10914374 BTC
Feerates: 502.67 > 10.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (263,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,842 651,842 0000000000000000000714e4834f73db78293d63f001ccf16b07288d938fe2f2 2,633 1.00/1.00 vMB 115
651,841 651,841 000000000000000000065663221ddf242a42333ab47544bfc7dff5b0bbfd172c 2,834 1.00/1.00 vMB 123
651,840 651,840 0000000000000000000d097479ff7097daa1fbeb6bdbba729c01f82c770a8b3b 2,917 1.00/1.00 vMB 121
651,839 651,839 0000000000000000000d8e23873b633ba21417c7afe4bb8ebf25bde6e3b8dd6e 3,196 1.00/1.00 vMB 140
651,838 651,838 0000000000000000000b27e45a0f1bfb1b269852ea98bc990567fc9969f03435 2,496 1.00/1.00 vMB 61
651,837 651,837 0000000000000000000de86ef23866717d449aa5e3fb941369a0212a8138778a 2,891 1.00/1.00 vMB 91
651,836 651,836 000000000000000000045b20827f8385432861c676ed60ba9cbf0472a63e2c47 2,673 1.00/1.00 vMB 59
651,835 651,835 0000000000000000000a992305a2789a4b6d7b46ac1b55ba69148a77ab916378 2,763 1.00/1.00 vMB 98
651,834 651,834 0000000000000000000dda46be23e3e54a0d4de65cd254517c0b60767011143d 2,667 1.00/1.00 vMB 120
651,833 651,833 0000000000000000000133ad184f34f65a350889924b6d30d232595045af8d7c 2,781 1.00/1.00 vMB 98
651,832 651,832 0000000000000000000cce253678759c5593619bf42444805c32de022410c207 2,691 1.00/1.00 vMB 89
651,831 651,831 00000000000000000001adcd0b218ffd1ed830157d13046c3c0ed9cea3cd6f84 2,967 1.00/1.00 vMB 126
651,830 651,830 00000000000000000000cbf4226923c851cde53b5d52f0ce5c9121cc399d82ce 2,346 1.00/1.00 vMB 91
651,829 651,829 000000000000000000083c482f4ac75e5ee663ce42a9cd30d84c9c4b41b334bc 1,688 1.00/1.00 vMB 81
651,828 651,828 00000000000000000003d8b8a6e64e32e77f17509b0e020f9eabfeb49a60063f 2,110 1.00/1.00 vMB 118
651,827 651,827 00000000000000000001a918692e51b1794288d63b173057b591a7f817ca813d 2,247 1.00/1.00 vMB 93
651,826 651,826 000000000000000000016ae76d05fcb72a96ea94eb0f1d9608fabd7aa94e48bb 1,688 1.00/1.00 vMB 100
651,825 651,825 0000000000000000000cdfc26b0d43e821b9447b9b7d537c4d349193519fe067 1,866 1.00/1.00 vMB 124
651,824 651,824 00000000000000000008500ded08128146336b2bc4131879caa6b9f73f3f1436 2,573 1.00/1.00 vMB 128
651,823 651,823 00000000000000000005dc7b13254b6609023512b9f90b1fcbe32f36cf379cde 3,227 1.00/1.00 vMB 124
651,822 651,822 0000000000000000000b633e7fcdd3ac157b1f8f1edcbf0524cbed4df312ac64 2,307 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.