Loading Tool

Explorer IconExplorer

Memory Pool

27,582 transactions
5.59 vMB
0.06488520 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.91/200 MB

Candidate Block

Mining Attempt ca5bccada2ea98f3abdd0e124b1b07cc1f9edc1bedf6703235795ca833ef2a92
Version 20000000
Previous Block 000000000000000000014563cbc7c40b83350aa86b0f68f84833e052355143cb
Merkle Root 2f9add9e723e5f9dbb440d2eae89c44f2809d7a61e4714ade4e83db859ca9cd5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,533
Size: 1.00 vMB
Total Fees: 0.04947241 BTC
Avg Feerate: 1.62 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,842 (640,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,313 272,313 0000000000000003fc5605e9e5427ce6caa42da17422b2a1db769754abc8c85f 0.17 MB 290 41
272,312 272,312 00000000000000046a5e6a28eb8fdce4b22ba355baf893b2e8dd67050963ed8f 0.21 MB 490 52
272,311 272,311 000000000000000603cb20348b7885ef7f93ca02458108a81355af8fc6a5eafa 0.21 MB 338 64
272,310 272,310 000000000000000564feb92ee7158994e5d0c49542e9baaf0cc9be8f4e6b0526 0.24 MB 486 67
272,309 272,309 00000000000000011ca663fd810641a1d7a5da60522efeb44b44f5edce80252f 0.14 MB 296 48
272,308 272,308 0000000000000001ea11bfc8eb7dc86a430d7568600c0625d06bc05f430e057c 0.08 MB 155 36
272,307 272,307 0000000000000003572db0e29e49bf7ef69e699ffd44022c677bee5213e715bf 0.25 MB 708 76
272,306 272,306 0000000000000000c435ad8d7c3aadb7f5429f8a89c4bb4df565e185a6a585e9 0.06 MB 181 51
272,305 272,305 0000000000000002abaa168a4416e39cceac6b05ca1687d0736397f9ddc80deb 0.31 MB 647 62
272,304 272,304 000000000000000194e4445cfc688ef09e2d4b08da9530632db515b4d82924c3 0.04 MB 74 32
272,303 272,303 000000000000000053ae1ef4e87c97ffa98e39dbc0b74e77cc6c3eef250609e0 0.00 MB 1 0
272,302 272,302 000000000000000042b32c0008e1a56fed6db529b13c4dd18b82172eb7be8b3a 0.01 MB 26 142
272,301 272,301 00000000000000036878f72d8be41c285a233891097516f4306fee23fc6881fd 0.13 MB 275 14
272,300 272,300 0000000000000000020f1b5f355602fefd96a8292eb15981c93f1f133c7e733f 0.15 MB 291 24
272,299 272,299 000000000000000439ec0fcd13ac0f83b5503bf3730e04105dad010e3c2da498 0.49 MB 844 45
272,298 272,298 00000000000000014901168c43a9dbacc0339b92f28cb5f37aee008b7f88bea3 0.49 MB 1,005 51
272,297 272,297 00000000000000008528b4df37c97eb2677e12567b795154e7ba56d37bad6879 0.05 MB 69 20
272,296 272,296 0000000000000002f096c31d7a2bc525f34f59c19ff10a585cd4f3d9ebfd7ae4 0.01 MB 30 123
272,295 272,295 0000000000000002bc915719cd6e6ceeecd67e7bf66f2aa34804743cf8044e86 0.44 MB 1,016 65
272,294 272,294 0000000000000003e1bb192c3f98f9630cd26096eba436b61a8af8b8d5932fb7 0.01 MB 44 11
272,293 272,293 000000000000000327895ac1ceddfe917e2c1bb3a6dc4a73efd5ef742b5a05ef 0.17 MB 418 71
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 10
  • Data Transfer:
    • Sent: 192.70 GB
    • Received: 2.13 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.