Loading Tool

Explorer IconExplorer

Memory Pool

45,189 transactions
28.30 vMB
0.11943796 BTC
Random Selection Loading Transactions
Max Size: 149.42/200 MB

Candidate Block

Mining Attempt 3f9a752c948092da54414b3aa55153ae9ec27953674868f5b69a8f65bd7252ca
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 051ed18857ac255a406038667d7340d19cc745a82dd3805058b35f3e37b13f8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.06447143 BTC
Feerates: 15,654.48 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (338,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,311 576,311 00000000000000000029a3e72c8b6553284f532942b99d4e74427463a7dd8e87 2,544 1.00/1.00 vMB 162
576,310 576,310 0000000000000000001b23871e75e0e0d7d98c2b5b2fb1c2f1f9652917708ab6 2,933 1.00/1.00 vMB 173
576,309 576,309 000000000000000000274cb319d11c94f756d542e6597447abe4161a6603b06e 3,141 1.00/1.00 vMB 202
576,308 576,308 0000000000000000000c56b2fe91c97490d64c5b4e80e59c18b828a4f8103c1d 2,707 1.00/1.00 vMB 193
576,307 576,307 0000000000000000000cd8c59b890f42f44e2c7fad0192a74a0d06c361d090e7 1,411 1.00/1.00 vMB 176
576,306 576,306 00000000000000000024e232eb631ff0404d59cca9ada39679dd408df226bfa9 1,369 1.00/1.00 vMB 174
576,305 576,305 00000000000000000018c090bb2429ebb5c559b1ca1b22c86bdbb08864e7b8bd 1,863 1.00/1.00 vMB 247
576,304 576,304 00000000000000000018d50ef749278a15bfa7166f9211716159bbd1c47c7469 3,071 1.00/1.00 vMB 159
576,303 576,303 000000000000000000033acc17d6a30317c0ef56a47fd398d67eefe4bc16cf58 2,610 1.00/1.00 vMB 187
576,302 576,302 00000000000000000007af1fa44f3ce1f3afc4407b08076c44536396954c1766 2,690 1.00/1.00 vMB 129
576,301 576,301 000000000000000000181dc5e64237d3394afa8163d0c1d29184b4e52e6f567c 3,136 1.00/1.00 vMB 165
576,300 576,300 0000000000000000002394c1e3c0d81c7c9c63920c77fbb4484e9dc02352137b 3,116 1.00/1.00 vMB 145
576,299 576,299 00000000000000000015161d9def3e63c1907e8804d13c9c55d3a7886b59b3c3 2,983 1.00/1.00 vMB 185
576,298 576,298 00000000000000000012f36b8a0f3e43a1f3bdc0e452e085ead071c0de663e0c 1,898 1.00/1.00 vMB 136
576,297 576,297 00000000000000000001f2c8d9feb8544c7678d74cdab30a7ae16f4f361ce21a 1,786 1.00/1.00 vMB 149
576,296 576,296 0000000000000000000a26af485dc85275504f7caf0799262794c82c0d4caef9 2,584 1.00/1.00 vMB 151
576,295 576,295 0000000000000000002091810aa6df1dd59d854d0c32df7f923cec06506589a6 3,148 1.00/1.00 vMB 148
576,294 576,294 00000000000000000014499120e170aa46b57738517a508a1ec34deffe1776fc 3,145 1.00/1.00 vMB 176
576,293 576,293 000000000000000000177757d30627b5761a1cc26fd76e695f05cdddd5773b06 2,767 1.00/1.00 vMB 196
576,292 576,292 000000000000000000115553db3745c65a7f43ec8a312ab003fdd8ddde20b0a4 1,368 1.00/1.00 vMB 146
576,291 576,291 00000000000000000015b6205a8a8eac35ffcce29e9eebcb556a038fbb024e37 2,570 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.04 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: 650.73 GB
    • Received: 13.31 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.