Loading Tool

Explorer IconExplorer

Memory Pool

24,295 transactions
11.63 vMB
0.03798379 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.02/200 MB

Candidate Block

Mining Attempt 02ac5b0e2647f706297c83f4420a107f0466d371cad378af31e957c93ade4d03
Version 20000000
Previous Block 0000000000000000000086c47da65e7d318786b4b03fe9fcd2c6986600c532e2
Merkle Root 137d116fcb1368b273b3941a6e73222c44e9bb5f4847c07df7d775ce9f9c024d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,897
Size: 0.9979305 1.00 vMB
Total Fees: 0.01871457 BTC
Feerates: 500.00 > 1.88 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,701 (694,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,758 218,758 00000000000004ce0a5ae7c8b2d3cf333cc8bc69cc0def3f9ead053894f739d6 14 0.01/1.00 vMB 128
218,757 218,757 00000000000000991f32e68ae30bfc6a024ca5ae09e68fa240bcbb1fd259783f 198 0.08/1.00 vMB 201
218,756 218,756 00000000000002ffda04c7899766df86f10e818ec74e3bcaf03d598f6044471a 45 0.02/1.00 vMB 265
218,755 218,755 000000000000030a4034d72d171d72b9a517e1181e414539308c05a60066cf82 159 0.06/1.00 vMB 242
218,754 218,754 00000000000002378a7d5e18229fef47baa091789cf9009b77777415e02b454a 217 0.12/1.00 vMB 185
218,753 218,753 000000000000026ec4e2488a72ad12cb811f543afb15e72bc7708ebbff8e77b5 96 0.05/1.00 vMB 137
218,752 218,752 000000000000045e3a7ac65c17b202c9132c1d0e42840073cc49890c5e8c31a8 168 0.09/1.00 vMB 116
218,751 218,751 00000000000002ccd618d45e82dd2fd4dd896c2f7757bf4f86a5240f1f1d1ed2 617 0.25/1.00 vMB 230
218,750 218,750 000000000000010ad64b0b1c13efad1cc1364b7709b2d9c0925dfde17c1c511c 562 0.20/1.00 vMB 234
218,749 218,749 000000000000044bb4ecbd42606791161132b8ddaf242399a4ff6780ccce3fae 256 0.08/1.00 vMB 281
218,748 218,748 00000000000001f05c34a8918b4b04513c2e821dff7ba4906317b3d4ef0d0bef 166 0.07/1.00 vMB 215
218,747 218,747 00000000000005180a694a0d375385cf091db91691487460ff7ee482cb9feccf 246 0.16/1.00 vMB 42
218,746 218,746 000000000000004d97203711350cd8c788bc19ca3bb50ab127360bebf64018cb 252 0.13/1.00 vMB 116
218,745 218,745 0000000000000009d04af63462945ca040903963b64b9273a80a6ac6f8b13e28 303 0.25/1.00 vMB 107
218,744 218,744 00000000000004d7bcd23f90acc80f84da0e201ea43329c83669ba16f149f6e9 666 0.25/1.00 vMB 212
218,743 218,743 00000000000000449a8dd6a7746ac616eac1a7fe0077ea4470f5043b2ec296d2 148 0.05/1.00 vMB 121
218,742 218,742 0000000000000339d7cd6688b0b9c319af055ff7eacf5f717fad89ef9f7193d3 660 0.26/1.00 vMB 213
218,741 218,741 0000000000000336e3089125f0655bf7fcd8b0b7d2c514a0ee134e2e5531872c 149 0.05/1.00 vMB 193
218,740 218,740 0000000000000560e9954b8e9ff5265ec72078525e8e786c3a478bf1da348939 143 0.05/1.00 vMB 210
218,739 218,739 000000000000016869caf67100ede978ea0efb46827bbd2eb67697d21c6b7126 134 0.05/1.00 vMB 144
218,738 218,738 000000000000047724350f4500b7a6a845d06f85072694d1b15274985440d2cc 271 0.14/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 780.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 493.47 GB
    • Received: 3.47 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.