Loading Tool

Explorer IconExplorer

Memory Pool

86,180 transactions
32.36 vMB
0.10893538 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 36e3333c3239e93eddca8c04029398633864fe249803ad4f51acdb9db79b2a24
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ed8571ee517dce8aaa7e3d04408b9389b6361c8076d17eb4e10f8119ed8e9624
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.03540821 BTC
Feerates: 218.18 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (402,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,698 512,698 0000000000000000002811f0048eac3a69555651e2f86ff1367fd7585c6cd2a5 2,810 1.00/1.00 vMB 73
512,697 512,697 0000000000000000001f900a5667ef06189f8e34a2caf58a6a3fc40a69b0b1d7 1,414 1.00/1.00 vMB 32
512,696 512,696 000000000000000000084983814bf43d2a6b44beaa66f1ca2ebbd08ca9cb1589 1,247 1.00/1.00 vMB 22
512,695 512,695 0000000000000000002c2b14af9d4ffefe05ca5ca16422ee39715e88bf935aaf 1,717 1.00/1.00 vMB 36
512,694 512,694 000000000000000000478924d047e0ee885e1f8ca19c5b06daf352dbaa6e3716 1,702 1.00/1.00 vMB 33
512,693 512,693 000000000000000000503954d0f71ce85cf7f3804f26f4eca31f9ac0e1908f9d 940 1.00/1.00 vMB 12
512,692 512,692 0000000000000000002420508ecb3b05839692fef8d8fbed5df5d5cb826ea896 456 1.00/1.00 vMB 7
512,691 512,691 00000000000000000053fe1529b5aaa31cf94a09697ce628581065ff7c9fbd11 361 1.00/1.00 vMB 9
512,690 512,690 000000000000000000504eef9a251d1f8443efd3d677d20fe215e5fac93ebcb4 219 1.00/1.00 vMB 3
512,689 512,689 00000000000000000009de3e5d8e58cb708f5d47ce75564990fdd72ccdab2934 1,573 1.00/1.00 vMB 25
512,688 512,688 00000000000000000021506caf1d355d81007d952ab3b5a89f0fc16cb7975975 522 1.00/1.00 vMB 8
512,687 512,687 0000000000000000005463854d4551e467effb6d9d613cf4bbc5c93a90b41292 1,379 1.00/1.00 vMB 32
512,686 512,686 000000000000000000335ff3db12a4a190f92c3d76dd8ab18b96f8d9a38deea3 916 1.00/1.00 vMB 14
512,685 512,685 00000000000000000021da989e4499a2e7824fde96ea22bc8d344f018e726f8e 177 1.00/1.00 vMB 3
512,684 512,684 000000000000000000173f21b15ec79054f46f3275b0022a4c4048aaebf9534c 1,446 1.00/1.00 vMB 22
512,683 512,683 0000000000000000000c8fcec001296fb8905e83c1867137d1b9c7d9f7e1cee1 1,836 1.00/1.00 vMB 34
512,682 512,682 0000000000000000004440e427d1c011b5bb8d64f516b6999430c851ab7ff5cf 303 1.00/1.00 vMB 6
512,681 512,681 00000000000000000038d0093d0d0a0e6adfb5cd963e3e971c2d7696a40bc336 1,349 1.00/1.00 vMB 17
512,680 512,680 0000000000000000000db216d73a0f4f95b4c9d34eca499da06448bbbf46f34c 2,909 1.00/1.00 vMB 86
512,679 512,679 0000000000000000002ea28f3b665320d5444de41947c2abaf58e93da3e56786 561 1.00/1.00 vMB 14
512,678 512,678 000000000000000000091a414486c77a5d77ee816426b19ab3a0d54dd12912e5 1,933 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.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.