Loading Tool

Explorer IconExplorer

Memory Pool

78,960 transactions
29.45 vMB
0.06720381 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 02f42be07534005a10566bfb893dd2e301054b8addb97ae293ccc59faa7a50e4
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b7c5af03fa14f022225e3171ca0e462d013851c4c57ba2008364a3317f1fc929
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,391
Size: 1.00 vMB
Total Fees: 0.00747070 BTC
Feerates: 150.77 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (471,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,142 443,142 000000000000000000e990ee5f3d0ae324d4cc74c53195136e575812280b7d6b 2,252 1.00/1.00 vMB 67
443,141 443,141 000000000000000000c93a46cdb11f53e90e6836c4e2bd4cd897e69ecc7d7a80 2,032 1.00/1.00 vMB 56
443,140 443,140 00000000000000000237bfcde7cd00ad23664f1df9eadb9947199db2cd29a873 2,038 1.00/1.00 vMB 72
443,139 443,139 0000000000000000009aaf51d0f9d48a5f4e9070a34fa26c0cec66ff029415a4 2,631 1.00/1.00 vMB 95
443,138 443,138 00000000000000000281dcbab30f1d8eea48652e9b88f373f752cfbe8cd734d8 3,005 1.00/1.00 vMB 76
443,137 443,137 000000000000000002a914b8d4b947bbc3ccb94ef23fd385630dc2b58ad4d81b 2,252 1.00/1.00 vMB 75
443,136 443,136 000000000000000003b164d9d3f813c9b6dd987c9a490e4cd0996e308b9e753b 2,421 1.00/1.00 vMB 90
443,135 443,135 0000000000000000036c6508d861134704906aaf743573d10f7bf60c6501b7a2 2,545 1.00/1.00 vMB 89
443,134 443,134 0000000000000000023b5196d6598703119212ece91c908afa55ead0dda8149e 1,864 1.00/1.00 vMB 117
443,133 443,133 000000000000000003b28d3b589dea2cd96dad5ebd390491fd948e7b16468909 1,348 1.00/1.00 vMB 82
443,132 443,132 000000000000000003760a31e14e7b5e1fa47f8716c1a422e9de70016eae0927 2,168 1.00/1.00 vMB 84
443,131 443,131 000000000000000000be026723428a303cd72c7037da2d0f002a1e4d8781c600 2,502 1.00/1.00 vMB 75
443,130 443,130 000000000000000003a0c553e3876c439d5edc2781b6d762466d0222350f78de 2,089 1.00/1.00 vMB 88
443,129 443,129 000000000000000001a1bd9db8c1f90be311b2554a725f218a7657aeb9e71e12 2,748 1.00/1.00 vMB 70
443,128 443,128 000000000000000000d533aaf59b4e5f3fe70e465b3b605995299b3984398b6e 2,621 1.00/1.00 vMB 89
443,127 443,127 000000000000000000dce332d9aefdd228a2734b33199688f268260f7be2ecbf 2,369 1.00/1.00 vMB 78
443,126 443,126 000000000000000002626600e0b44f186ca6cc8ac6b64c3ce44b1fee57a3a543 2,777 1.00/1.00 vMB 123
443,125 443,125 000000000000000001f14ba6517fc850ae74848da3e66038263046a99499a308 1,696 1.00/1.00 vMB 66
443,124 443,124 000000000000000000603eed360ed6850ec2241e3836bf137d4cf114a155b403 3,194 1.00/1.00 vMB 73
443,123 443,123 000000000000000000e284ffd32f82e30e9efcceb486686da72b0a71e35f25cc 3,021 1.00/1.00 vMB 77
443,122 443,122 0000000000000000034bb90a4e9552d7c95ab0ffeca6e35a3cb18ab2af0d1e24 2,297 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.38 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: 664.29 GB
    • Received: 14.96 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.