Loading Tool

Explorer IconExplorer

Memory Pool

81,912 transactions
30.60 vMB
0.07984032 BTC
Random Selection Loading Transactions
Max Size: 184.53/200 MB

Candidate Block

Mining Attempt d933c8b754abaa92ff014d12c8fd5f5d058ba88fbbe7140dea0a9297455c2b54
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 7544a3ed7273f33ad9c84b039476c0048979edd0b816473ce36cafbc4d23324e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.01595846 BTC
Feerates: 40.91 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (240,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,196 674,196 00000000000000000001e9f6a570d357a99235a5652bd883615331d54f0badb1 1,475 1.00/1.00 vMB 92
674,195 674,195 00000000000000000007933144431ad8e4b3f61a86b89dd1b4cf7bd95c070a15 1,015 1.00/1.00 vMB 94
674,194 674,194 00000000000000000006a1134a2ba44237b7e16da679646cb6f20c58cd1db2c7 2,087 1.00/1.00 vMB 103
674,193 674,193 00000000000000000006a092d67107eba95ee4f40d14c3131c009e982d0f9229 1,718 1.00/1.00 vMB 97
674,192 674,192 000000000000000000029de47658dae82c0e1f6b07a2d5690156431e875b78b2 1,246 1.00/1.00 vMB 103
674,191 674,191 0000000000000000000d12ff02f7332004ab25568a21109fd1a2356626296c79 1,755 1.00/1.00 vMB 90
674,190 674,190 0000000000000000000c937634ab76e8f1c93c33bf3362a4274858c68c56647d 2,623 1.00/1.00 vMB 94
674,189 674,189 0000000000000000000adfe813b3d088a47d46ca09ba29cec3d6c887d0df4933 1,584 1.00/1.00 vMB 131
674,188 674,188 00000000000000000000e1723bc8bdd09eaf3669c532fcbfab3f413fdb8c04d3 2,507 1.00/1.00 vMB 109
674,187 674,187 000000000000000000030d27a5fe79359beec54f92e689e076e4e45dc4e4310e 1 0.00/1.00 vMB 0
674,186 674,186 00000000000000000004040064775a203dcaa9da39d9b97d8fc79cdf73f367f6 2,868 1.00/1.00 vMB 111
674,185 674,185 0000000000000000000744724038f9f96b4a6ff9896b19624c424bfc06d4e84c 2,925 1.00/1.00 vMB 106
674,184 674,184 00000000000000000000a1150ce2baf8bb9a4301058c9fcb8920064b9b28fd9a 2,692 1.00/1.00 vMB 97
674,183 674,183 000000000000000000081ecfb904e07c80ae551dc82fa1094534de08c1515faf 2,560 1.00/1.00 vMB 96
674,182 674,182 000000000000000000059043b28f62dd8cf6e09dc5b94d15557cf3bacbcccaf6 2,780 1.00/1.00 vMB 106
674,181 674,181 0000000000000000000b76e4bd221d06648cd9c582a4887389bed2f8ab5b146d 3,099 1.00/1.00 vMB 100
674,180 674,180 00000000000000000004f82ae3cff49a987d98dc85dffbdc4e483f204984130c 2,777 1.00/1.00 vMB 104
674,179 674,179 00000000000000000003cfa17373833e1d9bc3219aa55eda1a69ebda542f1ab4 2,854 1.00/1.00 vMB 101
674,178 674,178 0000000000000000000c595af14f895ce780bc8873d4a9cf4b6b7a73e0a092c6 2,807 1.00/1.00 vMB 109
674,177 674,177 0000000000000000000c1982ab51d5d8e37e099c1680fa3fe0ae6fa14f6a274e 3,086 1.00/1.00 vMB 110
674,176 674,176 00000000000000000003ddaf1f25b56f83e7c39e073f3d22d138cc2085932962 611 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.