Loading Tool

Explorer IconExplorer

Memory Pool

73,505 transactions
28.30 vMB
0.07494367 BTC
Random Selection Loading Transactions
Max Size: 167.47/200 MB

Candidate Block

Mining Attempt f0a2cb4f5ca856a0e13d14719c7474747a56adde643360057584fe9dab97982b
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8aabe6c6e53f28269934eab8480871d62d58dbd9ab30e13d31b18943ffdde3fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,758
Size: 1.00 vMB
Total Fees: 0.01829777 BTC
Feerates: 150.86 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (283,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,715 631,715 000000000000000000059f1a023e0f86852cf15858a361c218f6d5d39b5f7a09 2,117 1.00/1.00 vMB 76
631,714 631,714 000000000000000000076d7feb676863044b18c08836a823b93f3d5c60d5568d 2,424 1.00/1.00 vMB 107
631,713 631,713 00000000000000000001217432a0778b05fe6ac99603013810f3dfabf93cde83 2,979 1.00/1.00 vMB 136
631,712 631,712 000000000000000000015393362bf2728561b6105139b6312bcd6f837d7b42f7 2,906 1.00/1.00 vMB 153
631,711 631,711 0000000000000000000e445a717faf589828f05f0ebc8513302127bc8a911fe5 102 1.00/1.00 vMB 3
631,710 631,710 000000000000000000114d8912c15d68f969d9fb6ce7df3205242e390520fed1 2,123 1.00/1.00 vMB 45
631,709 631,709 00000000000000000002d7db9a5e1ddf5f4a23208b5f2f1ddf22cdfb04580b35 1,385 1.00/1.00 vMB 30
631,708 631,708 0000000000000000000fa8b88d451d27bd63c465dd450f835a112c6f729d58d1 1,907 1.00/1.00 vMB 38
631,707 631,707 0000000000000000000ba0b6134a65fb755840afa1a15889dbbe7ef544b10651 2,859 1.00/1.00 vMB 55
631,706 631,706 000000000000000000105b91cb758f77fd1b51b9e798b848c7467a42ce0fdb42 3,041 1.00/1.00 vMB 66
631,705 631,705 0000000000000000000d5e0f4b47f478b3315c6d65a275252e57385a201cfe13 2,199 1.00/1.00 vMB 112
631,704 631,704 00000000000000000000d627df02140dc44e370d416fce6b87b3ebb1ec32cf49 959 1.00/1.00 vMB 22
631,703 631,703 0000000000000000000bd6b2e6d99619117dffb8e7204f3c98f833e06ffdd67b 1,772 1.00/1.00 vMB 12
631,702 631,702 000000000000000000063c7ae051d60b07d7d5bea96f1a5802ddd9dcfd438bd0 2,043 1.00/1.00 vMB 80
631,701 631,701 0000000000000000000a7233a584d588fa840b648984cd1e98772848553f14c6 2,324 1.00/1.00 vMB 49
631,700 631,700 0000000000000000000d0701df2b2ca7d7c1614c39f5d20989493937db3443c0 2,798 1.00/1.00 vMB 148
631,699 631,699 000000000000000000033cb61585292e565ef3b0bc011787b9045255d3aef6d3 2,063 1.00/1.00 vMB 10
631,698 631,698 0000000000000000001202334e439d4010b6c338e25ba3821f5b0912382b57e4 3,032 1.00/1.00 vMB 107
631,697 631,697 0000000000000000000f50c2020022f4057a04ce95b77b5fac2613e0d9dc1d5c 2,609 1.00/1.00 vMB 54
631,696 631,696 0000000000000000000c3c0b24db4b1c123317396bc243e98e2aa37e3a42c023 2,567 1.00/1.00 vMB 26
631,695 631,695 0000000000000000000438ca3fcbbaf93f811789452b72f2398e9a041874b919 2,745 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.