Loading Tool

Explorer IconExplorer

Memory Pool

14,877 transactions
11.16 vMB
0.04385282 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.52/200 MB

Candidate Block

Mining Attempt 9bb8f26752d3b218c80fc89060c416cf34f507b37fed0ffe5a0966ba9e822503
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 2e8e8a840b82203da503766927f2a969b57977bd8b913e603994c1bd81d86a0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,424
Size: 0.9979315 1.00 vMB
Total Fees: 0.02121438 BTC
Feerates: 151.03 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (692,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,231 221,231 00000000000000651859947976bdf22d43cb5fd684babf3f58d6448ec0f832fd 480 0.22/1.00 vMB 219
221,230 221,230 000000000000006e7fc799a6d1d3c84bbda01e3bb62b4bef2b1baf5916947bb3 76 0.05/1.00 vMB 51
221,229 221,229 00000000000004efd9594ebe6d16757882d4a118fd0d4fe943122919c88fbad6 716 0.25/1.00 vMB 212
221,228 221,228 00000000000003d6edde0d4bd00debd88854712d989d7bb9672c2805886eab9a 265 0.33/1.00 vMB 169
221,227 221,227 0000000000000417ae41ded07ae04a71712902a03ff70242e1e7855e90cd6efa 5 0.00/1.00 vMB 0
221,226 221,226 00000000000001cf58402f691c7b00566308c974912c013ab07d1348aef5482b 114 0.03/1.00 vMB 200
221,225 221,225 00000000000000f87f7126e346166058d214750896bc7364e4f30874d1db8095 560 0.25/1.00 vMB 196
221,224 221,224 00000000000003f68a1d01aac2ad3212c4cc0d62a69ee441de72663f9bd5b51d 555 0.30/1.00 vMB 68
221,223 221,223 000000000000013c08295cfdab08d92d4627e5b685b136f4799e6fba245bd16a 141 0.10/1.00 vMB 67
221,222 221,222 00000000000002ebe0183f8d66968f73ee9bb6731ecb9dffccae939e1efe3c29 811 0.25/1.00 vMB 307
221,221 221,221 0000000000000414d491c6a1e48ad9cf4d1ff6115c51c22f062aa26694064000 247 0.11/1.00 vMB 177
221,220 221,220 00000000000003ceb824915e1b38bea06ca898a4e2c6a8d634c35e3acfb51f9e 363 0.28/1.00 vMB 120
221,219 221,219 0000000000000147d301ead5955030b1dd35fc52957d854a549532ba23bbbcdb 174 0.13/1.00 vMB 112
221,218 221,218 0000000000000025cc4bca6ebc12a939467902385d94a6bb9a4fde294019db48 633 0.25/1.00 vMB 218
221,217 221,217 0000000000000189d7a8b977800f0f95047e0f486753ebe3fe047cecebe3b706 852 0.35/1.00 vMB 84
221,216 221,216 00000000000001a7b2d8da8bb1d3029655061e901c7551d04a829c7fcc8ab9e4 754 0.46/1.00 vMB 105
221,215 221,215 00000000000003abfbc5e213632c35217b25115ac93c96d37b33412f5fe720ef 727 0.25/1.00 vMB 199
221,214 221,214 00000000000003b1fc3b996eaac3b8effe90afd570a69347ce7c1ffd56081d26 253 0.28/1.00 vMB 139
221,213 221,213 00000000000002164717f47f4d7ab1de756a879199c6eb1bd3178395b1a41334 523 0.25/1.00 vMB 178
221,212 221,212 000000000000023578c3ebf14d3a66ded9e30b1fca0ae5555fff4a28ff988348 778 0.25/1.00 vMB 275
221,211 221,211 00000000000004b03e338fab9942ce329a3337912859fda403eeb0ff5fbab406 175 0.08/1.00 vMB 169
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.17 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.