Loading Tool

Explorer IconExplorer

Memory Pool

44,603 transactions
28.47 vMB
0.07918037 BTC
Random Selection Loading Transactions
Max Size: 150.38/200 MB

Candidate Block

Mining Attempt a9044b8788ce6c7518d51a4a35e58c433a083ad6d8a707d952cf961d669074ab
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root ed66eacf78fce8b78c6f74b68d092456d1314d2fd380e6ab6fa39a26d2cc6423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,441
Size: 1.00 vMB
Total Fees: 0.02499721 BTC
Feerates: 120.00 > 2.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (272,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,878 641,878 000000000000000000010bf0f67048d998cc70dcd3360707fed6271216145106 2,285 1.00/1.00 vMB 54
641,877 641,877 000000000000000000024f009714e5db63d1d44ed1d921bb28e65e1e72570a59 2,526 1.00/1.00 vMB 58
641,876 641,876 0000000000000000000c264ec98ddcadf5d0d355cf7bbe68901009b0d0c9674b 2,527 1.00/1.00 vMB 37
641,875 641,875 0000000000000000000a7c8e7314dadb9f71727a093dd1025510b77cad85ef40 2,008 1.00/1.00 vMB 57
641,874 641,874 000000000000000000069d9d753634428e81d41a02664ef7c138bab9a364d7e2 1,896 1.00/1.00 vMB 81
641,873 641,873 00000000000000000009bea701696416beef37428b871f4cbfba0651f4c6559d 2,195 1.00/1.00 vMB 127
641,872 641,872 00000000000000000005c10de33397ef4bf58806e335b47090ba6d428335d033 1,956 1.00/1.00 vMB 158
641,871 641,871 0000000000000000000162b141becf61f4b0316a523ce92fad0517f3a40eb325 2,047 1.00/1.00 vMB 32
641,870 641,870 0000000000000000000d12c660b91d70078d59852dcd4cf48628ab9ef5723b94 2,567 1.00/1.00 vMB 145
641,869 641,869 00000000000000000004888bfb9052426d3fd4a56775e42cead490275aaf1d8a 1,487 1.00/1.00 vMB 158
641,868 641,868 00000000000000000005e035c93657e9d953a9a68847713fea7d8115924684b4 2,196 1.00/1.00 vMB 117
641,867 641,867 000000000000000000108b615eb960db43a6b3540bde7459bdaa9f05357b3e30 2,153 1.00/1.00 vMB 83
641,866 641,866 0000000000000000001024a1b5a7f0f7017dd7c61ba3f0b6e77baede3f05d33f 2,657 1.00/1.00 vMB 29
641,865 641,865 0000000000000000000d4334c0d0201f84eb3d7326cb324ba30761ebc7ac72db 2,447 1.00/1.00 vMB 142
641,864 641,864 000000000000000000069272c8cd13b4a4950c84014745872c48077f776ccb9a 2,101 1.00/1.00 vMB 27
641,863 641,863 00000000000000000007d10d8c1c5eddab47f09054ee7ef7c9da7d8371723110 2,120 1.00/1.00 vMB 56
641,862 641,862 00000000000000000009f182040625455a4c54bac20ecf58f628947cdb9d41cf 2,596 1.00/1.00 vMB 95
641,861 641,861 00000000000000000001f8da73114a776f5b547b0c6f5afea16d3c8ee6510385 2,552 1.00/1.00 vMB 136
641,860 641,860 0000000000000000000caf3bcc6c4b6336a27d8b7d9908de731e6d94c1ce7cc1 2,134 1.00/1.00 vMB 168
641,859 641,859 0000000000000000000fb74435c7f7d8c69a456c9dc0e1d6ae32d6d3f77cf4e5 2,388 1.00/1.00 vMB 142
641,858 641,858 0000000000000000000c52cafa026c2fb69f5afd1a3da69826ebfa5f66cbfe24 2,907 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.