Loading Tool

Explorer IconExplorer

Memory Pool

81,360 transactions
30.46 vMB
0.11237241 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt 660bbb11c22a6346f89d2f8ecfbc1e9ae639fc21f616c6b3acf9f92a35e4f904
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ec102c16d9f2fb21eeed68e9e8a89ecddd31c0d8a08ae874daf6193b32b8ba7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,397
Size: 1.00 vMB
Total Fees: 0.03796292 BTC
Feerates: 180.34 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (109,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,977 805,977 00000000000000000000c4bf58c07a2e348bca97259fbce9b8b981d16fbd8c5c 5,113 1.00/1.00 vMB 10
805,976 805,976 000000000000000000025571d5112d7993204212d008d83a3aa71092750b00d8 4,013 1.00/1.00 vMB 9
805,975 805,975 00000000000000000000f159beed7e2a0cd7757ea096dd4941d23d82d8b92eee 6,522 1.00/1.00 vMB 10
805,974 805,974 00000000000000000003565b1c2d4cfff8ff7783d703b029cd138d0683367ecc 3,446 1.00/1.00 vMB 11
805,973 805,973 00000000000000000004c5bc0b40b7551eae7edb7950df8d29f534f521db25e7 5,134 1.00/1.00 vMB 11
805,972 805,972 00000000000000000004dadc1bc86f597d3977a908ef37063ca93036d365f7b0 6,226 1.00/1.00 vMB 10
805,971 805,971 00000000000000000001d630acd1639104c61d00f3f9298f69e03e16b138a3b5 4,966 1.00/1.00 vMB 10
805,970 805,970 00000000000000000000ca26b770aadcc2102f19ff48a18f7288948ce5d29820 3,115 1.00/1.00 vMB 9
805,969 805,969 00000000000000000001d0788a76a4f4d5c6a063d3e3af3457092420bdf1da95 2,560 1.00/1.00 vMB 20
805,968 805,968 00000000000000000002d46cbb24b7be81fcdcae6331c9a1b1e214f9953b638b 3,814 1.00/1.00 vMB 13
805,967 805,967 000000000000000000002432d23a06cacc37948e1561cb53a7454ea1798a559c 2,599 1.00/1.00 vMB 13
805,966 805,966 00000000000000000002216cc0873fb618d569e7af429ee7b77798ea4090225e 6,005 1.00/1.00 vMB 11
805,965 805,965 00000000000000000003dfa2a9b1b520ea477625310d3ef9c978319cb05f53e9 3,842 1.00/1.00 vMB 11
805,964 805,964 000000000000000000005bbac3829ea235a12ca6e84719a72d68165858f92d06 4,354 1.00/1.00 vMB 10
805,963 805,963 0000000000000000000118617d9a9024e05735547ea143acf9182855268f2378 4,880 1.00/1.00 vMB 10
805,962 805,962 00000000000000000001d046b2305dc9dab75d21bb52d685e9e047c56d6f652a 5,163 1.00/1.00 vMB 8
805,961 805,961 00000000000000000001200f0ef32a9050e15cf20cce23d37b4bda141dccf5b0 2,857 1.00/1.00 vMB 12
805,960 805,960 000000000000000000017b03aff0e4d3bf51f7846021f7080887ebb0ae2b2160 2,369 1.00/1.00 vMB 12
805,959 805,959 000000000000000000010d81de59c3cff9d78e5e256912660c0e5f1eaf919c43 2,265 1.00/1.00 vMB 16
805,958 805,958 000000000000000000041de867448422c504de15055ae9df38bc700f691a42da 3,910 1.00/1.00 vMB 11
805,957 805,957 00000000000000000000ea9ba5b1a6702e4180ce4fc3e19f28b57be406fa7ebb 5,987 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.