Loading Tool

Explorer IconExplorer

Memory Pool

74,391 transactions
27.45 vMB
0.06968352 BTC
Random Selection Loading Transactions
Max Size: 167.61/200 MB

Candidate Block

Mining Attempt 05a3e44ba4e763bf6621250893efd1f8120c5bfd1be94001d798f2a6a3a74ff4
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 3d5cc9a0ef43fdc2f0a8d8fffef762829be527dd6ad54642c5c4ec6bca35dc24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01127738 BTC
Feerates: 91.30 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (211,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,253 704,253 00000000000000000003b7e98073b2d3314aabb20a9b21e177daa6be0f6445e3 2,271 1.00/1.00 vMB 26
704,252 704,252 0000000000000000000ba1d5d0b71fe935d0054c13be3d12c16f7faa6fb69878 2,590 1.00/1.00 vMB 11
704,251 704,251 00000000000000000009f7dc62540b2d8d8b75bf80b981bdf18d15f5c88a9e3f 2,279 1.00/1.00 vMB 15
704,250 704,250 0000000000000000000b87371bf282267b842df54b5540d04fb763baa49df1b5 2,070 1.00/1.00 vMB 8
704,249 704,249 00000000000000000005858032aa281cbd21efbb82ad5413d8e0194174bfe130 2,399 1.00/1.00 vMB 12
704,248 704,248 0000000000000000000110142d5faf5e779d6fed88d9b6f0e5c874e06e04cc60 3,027 1.00/1.00 vMB 21
704,247 704,247 000000000000000000091bd457254a1db95b950d3fbb9f2e7b08157cbfc554e2 2,368 1.00/1.00 vMB 27
704,246 704,246 0000000000000000000826a9d4c256dfab4c86cc595b9ffaf2337c113b9ef5aa 769 1.00/1.00 vMB 7
704,245 704,245 0000000000000000000a44aa7d4c87a4ca1ea37870f63e964d2f5b403d099361 1,560 1.00/1.00 vMB 8
704,244 704,244 00000000000000000002612aa830181699b6f56c952848a7264b472f91c4ecab 1,945 1.00/1.00 vMB 19
704,243 704,243 00000000000000000002f103aa3310cd4082c245d37e0ff3732473d0bd7bcea3 2,167 1.00/1.00 vMB 28
704,242 704,242 0000000000000000000ba1ff4a6547dcd441e0a59a581d249a7e2fc57588baea 3,071 1.00/1.00 vMB 6
704,241 704,241 00000000000000000007cb1f800a1a3c9087b1c9d403c35f533d7d10b9cf1bb2 2,233 1.00/1.00 vMB 17
704,240 704,240 00000000000000000006a3441e3826154a5e509ad62bef1f54666d6e6d2c6ebe 2,699 1.00/1.00 vMB 21
704,239 704,239 00000000000000000007920b877acc59240167135ac1f8e7b29030a83868d1b3 717 0.27/1.00 vMB 14
704,238 704,238 00000000000000000007d29e8439ffb19086e0dd7f32ed9931a3829224018740 1,031 0.40/1.00 vMB 11
704,237 704,237 00000000000000000004517d7f71ca63ee5b4d79c6d48b53b78b3338857a243f 516 0.17/1.00 vMB 13
704,236 704,236 00000000000000000008415f8453aa3311be09404498e75600101b6b83689b92 551 0.33/1.00 vMB 12
704,235 704,235 00000000000000000009e0c299bdccae46133aaca7c28b002d8d8ec5400ae531 428 0.17/1.00 vMB 6
704,234 704,234 0000000000000000000b5145d16e268fda7a056fc5e9cc78c4506b6735c430cc 2,881 1.00/1.00 vMB 16
704,233 704,233 00000000000000000001006830225441f71789e9dc593faf20c8a75b8163e72c 2,539 0.88/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.