Loading Tool

Explorer IconExplorer

Memory Pool

77,946 transactions
29.44 vMB
0.08926922 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt 2d024ac0f0918ae9c82d077e882971a0a69aeea43eed482302a6dd1601ee6fbc
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 06c19525fb93d519b268d9b7f46e39bfd10c6698515fb713fac4f94835e309ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.02448571 BTC
Feerates: 301.35 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (853,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,905 61,905 00000000049254bf92281ca15f2b0172b5c3072ffd0d19edf0a441f9cb7b7a55 2 0.00/1.00 vMB 0
61,904 61,904 000000000300cfcf83e1bc8c87c9d2e67ed884cdbda332a6f876433f7bde9b4b 1 0.00/1.00 vMB 0
61,903 61,903 0000000009ab4c132e502e55b9b373ffde20d97e531a875ecf28fdd1edb1c715 2 0.00/1.00 vMB 0
61,902 61,902 0000000000c4564a7eb56488de7d9364a2a31afd884fdce660176f345b256c58 1 0.00/1.00 vMB 0
61,901 61,901 000000000618b6a3bfb5f5326caac34959678c78317bdadfab42b2202c6adadc 3 0.00/1.00 vMB 0
61,900 61,900 0000000008cf71aba35b065c8624567dfc1451911084967bd98ba98e247de502 1 0.00/1.00 vMB 0
61,899 61,899 0000000009faebe75306bf774ad38e464171848bcb9d8d2d3aaffa393212e998 3 0.00/1.00 vMB 0
61,898 61,898 0000000002c3a9199efdb90cebe3060d0e1575e7cc97b19baa00ee62aacc6df3 1 0.00/1.00 vMB 0
61,897 61,897 0000000007c343f3798c015ed792def5618e78999bad212fe2d92819316ddf35 2 0.00/1.00 vMB 0
61,896 61,896 00000000007c7c20aab6147498f0ff607f21c922a58bce6728a7c25b86f695ba 2 0.00/1.00 vMB 0
61,895 61,895 0000000005ef9c7978d8f8cf42a2ab98236360cbb80ba2e07737a6df03cf5462 1 0.00/1.00 vMB 0
61,894 61,894 0000000005e88a320f2c21e21cb6695525682eecbee2e610718c8cb22ccd8082 1 0.00/1.00 vMB 0
61,893 61,893 000000000931e9cb61d157def8dfe565cad19019de4e78f6de96dc2c91f96b59 2 0.00/1.00 vMB 0
61,892 61,892 000000000c166ddf03bf854131cab3a6eac1c35c68a7e64c7a4c0c3abc50044d 1 0.00/1.00 vMB 0
61,891 61,891 00000000081f29891842d8410faaf732c27ea6cc9a5d9b2d4ec767d3b3ecb20d 1 0.00/1.00 vMB 0
61,890 61,890 00000000091e2514bdc0025cb4613d48fbdb2e4c3f98e4741ae46b4debbc8379 1 0.00/1.00 vMB 0
61,889 61,889 00000000089bef4cf3461e4cda19e59c0cbfd895834f5823dc98c3d7f6d856d4 1 0.00/1.00 vMB 0
61,888 61,888 000000000693e3b9c685f82bd7683aad9a922aeec21e0e9bacddb69e654fea64 1 0.00/1.00 vMB 0
61,887 61,887 000000000935026eca56807c7b3266fc6aefb2fd841077f5a3d160bac3725aff 1 0.00/1.00 vMB 0
61,886 61,886 000000000bbe0c4d7390298d8bb0ca6cb29d02145667bd65b6b770288ae3eef6 2 0.00/1.00 vMB 0
61,885 61,885 0000000005af716a7fd4798659b637f3c8721bea0751ab9d8380f973202fafa7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.