Loading Tool

Explorer IconExplorer

Memory Pool

43,899 transactions
31.01 vMB
0.09034735 BTC
Random Selection Loading Transactions
Max Size: 157.51/200 MB

Candidate Block

Mining Attempt e0e086867321f7551cc833bda779e7ead8df2c7e12e6019fa76f7ce7389e37ef
Version 20000000
Previous Block 000000000000000000006b01ff0f8c8980e4005bdebf7640591cda9fd2e81467
Merkle Root 80e34f8cf77e7d5d7c0812f72d771ac4d7dfe6cc105141559524c28fea23b2d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,289
Size: 1.00 vMB
Total Fees: 0.02782553 BTC
Feerates: 250.76 > 2.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,442 (840,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,479 73,479 00000000008827cfce505891983875820a7b4538f9b8bd2b536ee48347b354cb 2 0.00/1.00 vMB 0
73,478 73,478 000000000072320af8e12f9cbc0f4189d631449ea562701021f42be3b91940ef 2 0.00/1.00 vMB 0
73,477 73,477 00000000005636cc4d398f67910aef44f1d11012236daf8703dcf2c1476b0c9c 4 0.00/1.00 vMB 0
73,476 73,476 00000000000ab61b1ab4aedffeea34f2ff87c08a5fe115f18802f1329668ab0a 5 0.00/1.00 vMB 0
73,475 73,475 0000000000739e550e66d7b72e65e718ba0cf4f5de6b54221309efdfecf541c6 2 0.00/1.00 vMB 0
73,474 73,474 000000000068fa2bee1743feff6af42694191d891865151fd53a9f8ef81034f0 1 0.00/1.00 vMB 0
73,473 73,473 000000000068c993e5ae58fc7a3975bcc1823fdf697df93fd0d26c4d267dc01f 9 0.00/1.00 vMB 0
73,472 73,472 00000000005f5417cb75a700273ee72b9f5a0c8d2d6455789219859f99b60a98 1 0.00/1.00 vMB 0
73,471 73,471 00000000009b435adb4d32be498c9893c128087c98ab842b741e27c5f964029a 2 0.00/1.00 vMB 0
73,470 73,470 0000000000a7bf09acb4467293017c1d2ae6e8aa425b71cf4af7baecfad256d0 1 0.00/1.00 vMB 0
73,469 73,469 000000000028508cfaa1bc956e271f8d4e2bfe6fdcf8040db2d204acb6308ba2 3 0.00/1.00 vMB 0
73,468 73,468 0000000000463eac3110d1f27180b8cc3934f4a7528a4b5d6f7a68db8a9cba31 1 0.00/1.00 vMB 0
73,467 73,467 000000000020c9133d4a8f2f62df72ea126eee94341adccae3c3de5d8be0f760 3 0.00/1.00 vMB 0
73,466 73,466 00000000000035fa5dfc4dd1e352adeee2e9b8901cf7b7b33932fec05fc99b16 1 0.00/1.00 vMB 0
73,465 73,465 000000000051bcb663a6adf005f0337591a10f5a137032f32c2254043614734a 1 0.00/1.00 vMB 0
73,464 73,464 00000000003fd584a9720cd84cda7fe80be30ae028c043b6af0bd98d2b84c022 1 0.00/1.00 vMB 0
73,463 73,463 000000000011f93ca335732b6bf5a2e6325b05969e475d9caeb25e6075cebf09 1 0.00/1.00 vMB 0
73,462 73,462 0000000000439174f2421807be35d44d6af72ca14675d4ae755865dce38bf9b2 1 0.00/1.00 vMB 0
73,461 73,461 000000000029023fe586866ec5f097bc9a8682b4886d04a945fa59de8c0ee88d 1 0.00/1.00 vMB 0
73,460 73,460 0000000000a45cf207714e667fe9627d08d5f66fc37b6409e81101b0f3281082 2 0.00/1.00 vMB 0
73,459 73,459 00000000008e3cf9fa0039905ac8f793d618032568d5c3fe309381b1fca85cd5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.39 GB

Node Details:

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