Loading Tool

Explorer IconExplorer

Memory Pool

38,059 transactions
27.06 vMB
0.06525942 BTC
Random Selection Loading Transactions
Max Size: 137.76/200 MB

Candidate Block

Mining Attempt fa16a3cbb093bc1a744e3124de356a8611dbbc3488ba39995f3f5b2a2d2e583d
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root d17aeee4c9dbb3e60edb6970389e7949b884b42aeead987ddfacca6d7b6cfe31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,701
Size: 1.00 vMB
Total Fees: 0.01425944 BTC
Feerates: 100.28 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (81,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,179 833,179 00000000000000000002d07b21c29b40929ece9615e4e1a7b2524ba15fecef29 2,673 1.00/1.00 vMB 124
833,178 833,178 000000000000000000037de4d711aba849344170780dbdfa2eca1c098472dc9a 2,587 1.00/1.00 vMB 86
833,177 833,177 00000000000000000000763b1227a7721f822d561240d41b6a959c89da778cf4 2,043 1.00/1.00 vMB 82
833,176 833,176 00000000000000000001e3ad39a44e29864372423fffac7f7261547567631ae5 2,094 1.00/1.00 vMB 87
833,175 833,175 000000000000000000011ecacde55b909b27c6866abb3d957e40240a785e810e 2,089 1.00/1.00 vMB 98
833,174 833,174 0000000000000000000203d32ebdaebfbcec6baa8c82141677a32187a023ac44 2,074 1.00/1.00 vMB 79
833,173 833,173 00000000000000000002fa5d12005c3ac6b7967abb4d13e719090b214eed4395 2,170 1.00/1.00 vMB 78
833,172 833,172 000000000000000000037490207afdcc5aa6bca621f35ea8dd0d70f363f05cc3 2,468 1.00/1.00 vMB 88
833,171 833,171 00000000000000000000c15a89fcd9d3882bc1dfb093b4f9d2d631b89e8c7f0b 2,505 1.00/1.00 vMB 95
833,170 833,170 00000000000000000001a4df88e4236ac0304298e0d1ffe19fe3287f7da62920 2,121 1.00/1.00 vMB 90
833,169 833,169 000000000000000000009420244a199b301bdf6adbdf0e39481e9515704709a4 2,201 1.00/1.00 vMB 94
833,168 833,168 000000000000000000033f7cd1b2c1f2c72087bd282e5b89b074787787ffb955 2,417 1.00/1.00 vMB 91
833,167 833,167 00000000000000000001e7c52d87e0c320c057dedf4bfdf149a550d2276ffb1b 2,758 1.00/1.00 vMB 114
833,166 833,166 0000000000000000000192079dd97ab3515e6a52b0b586e325beea90564c04e7 2,250 1.00/1.00 vMB 86
833,165 833,165 00000000000000000003035d050e25a19c35dbc7144dbb4bab8fe9c25f89972f 2,412 1.00/1.00 vMB 89
833,164 833,164 0000000000000000000169837b3f827119a6afbb2bc134b583ca4d8df4d01b57 2,677 1.00/1.00 vMB 93
833,163 833,163 000000000000000000020089c9f7eb23ab49b79a565a0612304ce06fde8059a8 2,757 1.00/1.00 vMB 90
833,162 833,162 00000000000000000002540069f91b7aa03f08c219caebcaa28f24995c8bca51 2,747 1.00/1.00 vMB 99
833,161 833,161 00000000000000000001a2dc3051be023c7a1eec43e04daf5b3de9b38ff8775c 3,034 1.00/1.00 vMB 99
833,160 833,160 000000000000000000022a052c69245a43e14db7b48beea07cf8662c79c20f93 2,161 1.00/1.00 vMB 100
833,159 833,159 000000000000000000033766657cafd03ba2b402aea17a7e31b2cf6e104b6030 2,678 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.