Loading Tool

Explorer IconExplorer

Memory Pool

78,899 transactions
29.21 vMB
0.12053225 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt e74b1ef62aeeead1bb64a0d33b408cbeceb2f9ee7bc8caaf28f270d74d0c0130
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5519dd0c845d6cf7bf793464c3edebda783a5932eb96aeb0d1765d48290016a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.04380736 BTC
Feerates: 150.80 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (450,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,602 464,602 000000000000000000115c1527884aa6a3481fc2e77f00972d43719b3cbd041c 2,243 1.00/1.00 vMB 157
464,601 464,601 0000000000000000020eb70bb513a87143fea302fc23615e79a9a1abd9f4e0aa 1,665 1.00/1.00 vMB 134
464,600 464,600 000000000000000001762fe8b262c49e62cc7a8ca92495ed5d0d6200364f13c3 1,723 0.93/1.00 vMB 123
464,599 464,599 000000000000000001672fd6c92f9fb0c01dc375b4c9dc01e8395eb5485b0ba8 2,033 1.00/1.00 vMB 138
464,598 464,598 000000000000000000f3088132f12affa7ad5a8ce20906b74b75bd23eca98dc3 2,313 1.00/1.00 vMB 194
464,597 464,597 000000000000000000532cc6e535596cc5626a54a55c6b208aea8bdf2dbcf449 2,736 1.00/1.00 vMB 186
464,596 464,596 00000000000000000150ee4775cd661cf63e80d21fd455898cdbb8b70504b98c 1,976 1.00/1.00 vMB 157
464,595 464,595 0000000000000000003006fb97c9695e1b58e577d2021ca39bab17226ab52825 2,685 0.99/1.00 vMB 192
464,594 464,594 000000000000000000020fe5e98fd311039ba3b0953fe6268b5a3a357de83067 2,082 1.00/1.00 vMB 172
464,593 464,593 0000000000000000000f169723ac0cca7e12338b85ce8027993fffd086f53b52 2,099 1.00/1.00 vMB 159
464,592 464,592 000000000000000000943776a3b7f2a109fc3be36ff1f063a5f3ed29e3bd800c 2,463 1.00/1.00 vMB 201
464,591 464,591 0000000000000000007d90823b20fd05ea12572bf2052c37b5ca055c7b654fa2 2,198 1.00/1.00 vMB 114
464,590 464,590 000000000000000000b52b851dd93c01eea7a43b5e677811e2fe791bd9982a56 1,862 1.00/1.00 vMB 150
464,589 464,589 0000000000000000006456070fac8ebe7a15858bc13513ae5ce2f8562cf5f388 2,167 1.00/1.00 vMB 144
464,588 464,588 0000000000000000001cf7ab10aeec1b4b593ddec1d480849289f2366d181dea 2,610 1.00/1.00 vMB 197
464,587 464,587 000000000000000000959817a2a4423f123611a8454b4fe6f74182b6f5e5e55d 1,453 0.93/1.00 vMB 134
464,586 464,586 000000000000000001d5d1827f811cb6553cf028116e68aade7c270108252ff3 2,290 1.00/1.00 vMB 163
464,585 464,585 0000000000000000005f1ad5d82600a20ba0dc123406be0e2790e77a6c757dbf 2,912 1.00/1.00 vMB 207
464,584 464,584 0000000000000000001ec2a1614e4a131e1d146257084a95307d6a033c5fd1cf 1,959 1.00/1.00 vMB 169
464,583 464,583 00000000000000000212f7cf4bbe02acd0410521068cb0a91a3c9cb9dd74714e 2,009 1.00/1.00 vMB 173
464,582 464,582 000000000000000000bb434abdfd5f51b2913746bf3b1326e0922217be21f982 1,598 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.