Loading Tool

Explorer IconExplorer

Memory Pool

14,363 transactions
11.01 vMB
0.03920573 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.66/200 MB

Candidate Block

Mining Attempt 9ece6743258fa3ca05e081377b3d7d4ff280c6839bda08c93b286b69dc3b3dae
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root a8455b61ac7bd4602c5a2b2933695e7c42d35c7ab58503068ad687cc3f421f60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 0.9979795 1.00 vMB
Total Fees: 0.01818093 BTC
Feerates: 151.03 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (695,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,763 218,763 00000000000000c01bcbc490114ad3728c3dc524653d6c8afa65c1035b0c43b3 12 0.00/1.00 vMB 62
218,762 218,762 000000000000026ceb8d73fcd3e40d5335e8e0ddf325222432f1ece9bd7179b4 112 0.05/1.00 vMB 244
218,761 218,761 00000000000001fdbf4e0855e569b4e8c8dedb9838f6a3061dc672e90d35fe8e 140 0.11/1.00 vMB 127
218,760 218,760 000000000000033b15649422e5697f138b93f35f6517403a434bc6a5bc70bbd2 44 0.12/1.00 vMB 68
218,759 218,759 00000000000000118009a919192b20b017eea785bd0d137ef0540b7ee43d99a4 369 0.18/1.00 vMB 221
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
Previous 10 blocks ↓
Total Size: 780.29 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: 517.15 GB
    • Received: 4.51 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.