Loading Tool

Explorer IconExplorer

Memory Pool

78,939 transactions
29.22 vMB
0.08725618 BTC
Random Selection Loading Transactions
Max Size: 177.15/200 MB

Candidate Block

Mining Attempt 59c97f54f482b7c04ccf569bf50d05129ab226b48ba2448b3d3f8154884185ca
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 5085c1b1a26b1b55cfd8240950beb4cda6fbf4c4f1a4b79b1224868ad91a9f08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 1.00 vMB
Total Fees: 0.02604746 BTC
Feerates: 100.81 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (201,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,629 713,629 000000000000000000018a54e032fa3229073a182a210d8a937bbad6fad7749e 353 0.18/1.00 vMB 8
713,628 713,628 00000000000000000005ec23b823c0e12b5c3489b1fb0dfb5137cb2a070580fe 1,109 0.48/1.00 vMB 8
713,627 713,627 0000000000000000000444af199b936f835d56c8c6ecb9e86930f7d56682a700 160 0.04/1.00 vMB 13
713,626 713,626 0000000000000000000458f5b8be03636a94a9074c29667e1ac5df5e49e4e3a6 1,568 0.99/1.00 vMB 6
713,625 713,625 0000000000000000000a2969942c7429b4407a1f51b1b24b071d7a0a04be118f 2,473 1.00/1.00 vMB 16
713,624 713,624 0000000000000000000627dd8a94c1654828de5104bf4ddb91b746c2a9b6d46a 140 0.04/1.00 vMB 12
713,623 713,623 000000000000000000062aa1ae75db7792637324fdc9366c29d30ca0bc9eff5f 1,061 0.35/1.00 vMB 11
713,622 713,622 000000000000000000013e18f6194931221d99a2455ad098ad6c4ca91d86a94b 432 0.14/1.00 vMB 12
713,621 713,621 00000000000000000000dfaa9a9d2c203f5370b77b90674c4c444cfe23a49560 330 0.12/1.00 vMB 11
713,620 713,620 000000000000000000000ebb7974581163dd18169d8beb660dedd6e310b17940 810 0.32/1.00 vMB 9
713,619 713,619 00000000000000000000230b0d1632cbf4f581496b1ee014f7efcb14845b54e0 494 0.20/1.00 vMB 11
713,618 713,618 0000000000000000000267b5269b2db24c72f5a0d440407de73395e9b0eb9223 685 0.28/1.00 vMB 8
713,617 713,617 0000000000000000000749370426715842f1669fb94e8abea290a3a742fc55c7 1,212 0.52/1.00 vMB 12
713,616 713,616 0000000000000000000781f286747517770f66b840d6889890e97dbafeee1da4 111 0.07/1.00 vMB 7
713,615 713,615 00000000000000000001bfec8b5219f1a9c321debb9632534aea8c02121a543e 1,127 0.78/1.00 vMB 6
713,614 713,614 000000000000000000033793616541312526e323bf57b23e360c0719189d7a7b 900 0.42/1.00 vMB 10
713,613 713,613 00000000000000000007b7711c9311cbd5989e61029af7f58a179355c26fcd29 627 0.24/1.00 vMB 10
713,612 713,612 0000000000000000000c28c6c1d041b599aa4518b7e9c840387d0c5a9de554ff 1,864 0.94/1.00 vMB 3
713,611 713,611 000000000000000000058193f0435f9821c022bb92d7f1795c0b8ee2b11d49f4 3,039 1.00/1.00 vMB 12
713,610 713,610 00000000000000000007153adc5cad52a195a9f5a1b85e8d8ac1d202f3b4af9a 2,675 1.00/1.00 vMB 6
713,609 713,609 0000000000000000000ac4956ad9b86d034c18b1e7cf7e99c6f84366ae7333ac 3,518 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.