Loading Tool

Explorer IconExplorer

Memory Pool

38,825 transactions
27.38 vMB
0.06346175 BTC
Random Selection Loading Transactions
Max Size: 139.58/200 MB

Candidate Block

Mining Attempt ff461d668f04fbe5b9c48062fee04c98e86a70698b770d8310444c226b428c6b
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 566b9144324d5c3f20dbd8603881425a66f6678d9d7e86c1f3047c444e69d406
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01144231 BTC
Feerates: 60.16 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (153,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,853 760,853 00000000000000000007a2b1a3c84ebfc3bb3483d573aba345c87a792fe0edaf 1,300 1.00/1.00 vMB 13
760,852 760,852 000000000000000000049d69578293de0eada8572af6dbd92e108bad85231175 2,440 1.00/1.00 vMB 15
760,851 760,851 00000000000000000003b8fe0b9c38fb4dac550fece352b1d4f13b697d97b13f 3,105 1.00/1.00 vMB 18
760,850 760,850 0000000000000000000484cf233c1a07a33d4a40512e372ae46349b7a3b1cd4a 2,931 1.00/1.00 vMB 30
760,849 760,849 00000000000000000005d72e299136f34a759becd2ca8a5d8ad172f3ba27bc8b 2,671 1.00/1.00 vMB 8
760,848 760,848 0000000000000000000453305bafcef549c4e2f1fba134ff8402761c4869d78f 3,071 1.00/1.00 vMB 19
760,847 760,847 00000000000000000003ebbbe515f4a72e57f5d1f248eb6d1d365893fd2afe85 2,859 1.00/1.00 vMB 18
760,846 760,846 000000000000000000035f38f163be6bade1fe12a9eba0fd21e6e8a6f3e80ad3 2,779 1.00/1.00 vMB 12
760,845 760,845 00000000000000000006957862b77a7057b00e399a60cbe466406a1c20626f7a 2,203 1.00/1.00 vMB 15
760,844 760,844 000000000000000000003ba05d8b1a273e1b1b07b5d6abe35e393b3dad92b7d8 2,885 1.00/1.00 vMB 16
760,843 760,843 000000000000000000048ab4cd0d71f2024cbc51c09e011f8866b1c4a7a8e710 4,120 1.00/1.00 vMB 17
760,842 760,842 00000000000000000005ae0a4963caa05fa141c525d5f1b09d19075793eab8e9 2,524 1.00/1.00 vMB 18
760,841 760,841 00000000000000000002d6497471f38f3e3c70a58b3b073b3372b9ded1f60920 2,819 1.00/1.00 vMB 27
760,840 760,840 00000000000000000004830c4f1db7bc40f3c5a3622d14f50d60040ee57eae0d 2,905 1.00/1.00 vMB 27
760,839 760,839 0000000000000000000640d5a212e3742927b26ff7117ab38acda362ea483ea3 1,453 1.00/1.00 vMB 5
760,838 760,838 00000000000000000000fe94b6be7ece3aa781c6cf17f059fe3035acfd431911 1,849 1.00/1.00 vMB 5
760,837 760,837 00000000000000000001bdb536fc3d70e9b28b0b426316f75d359b418a112309 2,890 1.00/1.00 vMB 13
760,836 760,836 000000000000000000029607a06a88e18cfedfbd9cfb682d2af3271dd6177f43 2,987 1.00/1.00 vMB 7
760,835 760,835 0000000000000000000018c81e131c59dd9522bf5bbb9b40b048d89252f3275a 3,564 1.00/1.00 vMB 22
760,834 760,834 000000000000000000065e75ec6f8bc5e19df72c7975f18b39fd74be82809d23 2,513 1.00/1.00 vMB 12
760,833 760,833 000000000000000000068fc3c55522e2873993487289ba2a1a4c2a232664992a 2,259 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.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.