Loading Tool

Explorer IconExplorer

Memory Pool

29,439 transactions
13.70 vMB
0.06235840 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 78.49/200 MB

Candidate Block

Mining Attempt 73d34e0740f1a56805a73d9241a7cd902979ced06a9016bf3bc95c08993da232
Version 20000000
Previous Block 0000000000000000000046c62bd1bc07d40c683b8bc15f4ee407c6db5f468b81
Merkle Root 48bc6b4ff28232c2beeee322b33c67c065183011fca6759d5d1880fa1ac2410e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,138
Size: 0.99791975 1.00 vMB
Total Fees: 0.03068036 BTC
Feerates: 502.65 > 3.07 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,732 (698,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,618 215,618 00000000000001485e2052dc9795dacf25b2ba650d277244c4d40f25f8988ca9 81 0.04/1.00 vMB 79
215,617 215,617 000000000000045fe1fb3317ad7a846bf47ca928be646c25f42b543ffd6f306a 182 0.13/1.00 vMB 81
215,616 215,616 000000000000059ca854d39f4d9ef24a1d2c9ba9dec93a72925ce76af8136c38 727 0.25/1.00 vMB 238
215,615 215,615 000000000000041100716a4636db18d9a80c96da1e55f08be7bfe161bcddbe58 169 0.05/1.00 vMB 261
215,614 215,614 000000000000038681fb286f6cb6c30fd7712a99e5aeb9d16a3387f70466e9ff 639 0.25/1.00 vMB 203
215,613 215,613 0000000000000449f41901c367a73fedef3d7619b44bfccde392e7d00b4b6595 8 0.00/1.00 vMB 80
215,612 215,612 00000000000004250a1148e270463ece5129cdd9283fd41a59be56e390a8c2c2 8 0.00/1.00 vMB 147
215,611 215,611 000000000000021583bd8c062e6b9f337ad2fd58118e8d9de932715527e72026 98 0.05/1.00 vMB 103
215,610 215,610 000000000000003cac02ba97762a637af09724172be0501f57e3b1cdf6307aee 230 0.09/1.00 vMB 172
215,609 215,609 00000000000000f039e11b9edc1a4f0ccf762bd8bebb7e349b6782546876b865 10 0.00/1.00 vMB 170
215,608 215,608 00000000000000c88580a48878b187dde8e7f9453c840753c8b76284e7e0d840 140 0.06/1.00 vMB 144
215,607 215,607 000000000000006982a266bcb4f0717d9b75ffbc15522d36f2b3f23721afaa38 172 0.07/1.00 vMB 988
215,606 215,606 00000000000000116a2a795c858e1c4590fae98c7bc028c3ea1ac9386c163291 139 0.06/1.00 vMB 148
215,605 215,605 000000000000043fa505165e543b5310eb1efdebfc5d636fa05adb9a38813bd5 242 0.11/1.00 vMB 160
215,604 215,604 00000000000003233fbe9b7559af9caceffbe531885ff10c8f4129c3e03451f5 294 0.11/1.00 vMB 195
215,603 215,603 000000000000006c99f344f2bbe2add4440b9287e5a7696096a219db248df252 188 0.08/1.00 vMB 186
215,602 215,602 00000000000005528718e9f0027c1be0556c3389373887ab645253129bd93a64 381 0.16/1.00 vMB 196
215,601 215,601 000000000000018331cce36c9b176ea594a47dd2ffddad6335a2ad9901e7f9d6 126 0.05/1.00 vMB 144
215,600 215,600 000000000000037f8976e195fd144e6b057b29ded54d8c1d35265b8e05fe1920 7 0.01/1.00 vMB 0
215,599 215,599 00000000000003ae99fb32d97d755ebfa05113b81208910cba7e2c3689db67ac 253 0.12/1.00 vMB 266
215,598 215,598 000000000000008d05b205f8af9513d6d7083d1a5cd48dec57b105e8eda8c051 19 0.01/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 780.15 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: 501.54 GB
    • Received: 3.79 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.