Loading Tool

Explorer IconExplorer

Memory Pool

45,759 transactions
32.01 vMB
0.13352346 BTC
Random Selection Loading Transactions
Max Size: 163.13/200 MB

Candidate Block

Mining Attempt 1bb5264449e0a3119a7df3fde4ceb992763225a3fa7d24cbd25fa962d08881b9
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 7d53843fcb0a592602d3e9254cd3f995738cdebba503bae48d900917a1e93cf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,047
Size: 1.00 vMB
Total Fees: 0.06191377 BTC
Feerates: 150.41 > 6.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (869,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,685 44,685 0000000027530812ec6d4d4a9b5fdcaa845932b6b054d95cd3de8c3dc43722fc 1 0.00/1.00 vMB 0
44,684 44,684 0000000016e17527327ad8ea5f64e2875fcf8c36b0da397dbba854f2a044d66c 1 0.00/1.00 vMB 0
44,683 44,683 00000000386b5a408f3e3d9cb7a9a5496c90415ed4db59ff3af9913aa9678103 1 0.00/1.00 vMB 0
44,682 44,682 000000001715026cab6383e66effea7ec65dc210d6600ba815ca4c835e207b6f 1 0.00/1.00 vMB 0
44,681 44,681 0000000017721a84d447fbfb0aa0b06c79766cdfc6f6fdb9aa60993b3c75a1a7 1 0.00/1.00 vMB 0
44,680 44,680 000000000fb5627aa30fcec0d247472abc79d5940c18308fc5281a2fa5583a18 1 0.00/1.00 vMB 0
44,679 44,679 000000002c8435c0f2e2ae4040d50804963b8bae265114336d5088fa2579e62c 1 0.00/1.00 vMB 0
44,678 44,678 00000000268962b73dba4fd3a9014f7692d1b05e24d76d9ae95b9706ce34bc5d 1 0.00/1.00 vMB 0
44,677 44,677 0000000019e72327c1d02b41669b278ddda698d3d95b67eaed2753fdb8e89f84 1 0.00/1.00 vMB 0
44,676 44,676 0000000000b53051cafebf59d720bf4d77a286a03649ddd1c499b10e2370fa11 1 0.00/1.00 vMB 0
44,675 44,675 00000000112c4852b1f1ec3c28a8399f1f9a1d5f070a07e310aaf58c79bf2710 1 0.00/1.00 vMB 0
44,674 44,674 000000003136bd7cb6b9c58bc109d66787f69b2194466dd8ee2c970937aba59a 1 0.00/1.00 vMB 0
44,673 44,673 0000000030d6d0059f7d9a3552c9da3a0ba1f2ca0326b2fe2d2ebc2488ad4243 1 0.00/1.00 vMB 0
44,672 44,672 00000000237363ab63311560411303f9ec8a479f18b9c418438b85364c9ee39d 1 0.00/1.00 vMB 0
44,671 44,671 000000000831e68130a502a5c3b2044a13b10e19e0d4ba39f1df81f87c27c0c0 1 0.00/1.00 vMB 0
44,670 44,670 0000000023ee49ec0f8805f49b287604e8cbe3dcb0b842819ad39531d2412bca 1 0.00/1.00 vMB 0
44,669 44,669 0000000028ec205d084ea9b401151a58fa4a491f78593cdc767f356ff3efb499 1 0.00/1.00 vMB 0
44,668 44,668 000000002472271b207dfce4dc91956dfe67ceaeb349e267ca8819d785661be7 1 0.00/1.00 vMB 0
44,667 44,667 00000000236c3020f4bfdb42a75d2ba9cdb873a417323b85146aed1c6bd22932 1 0.00/1.00 vMB 0
44,666 44,666 000000002e03ab66e78949c6ad5210adf6ca499132a6608315a11fa7dedc826c 1 0.00/1.00 vMB 0
44,665 44,665 000000002d89bfac161d3a775a84d6d7aa46cc33048686beee138a4fc8709a59 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 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: 606.94 GB
    • Received: 10.61 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.