Loading Tool

Explorer IconExplorer

Memory Pool

44,461 transactions
28.88 vMB
0.10385508 BTC
Random Selection Loading Transactions
Max Size: 149.33/200 MB

Candidate Block

Mining Attempt 733cacae13aafab0774d61c33fb3fdd899372d1bd9edce22585b45e9b8629409
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 517a3440b19858cb4d6e72dac7fcf4abf6f1036788d7cc81bd5609e98f5168bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.04160901 BTC
Feerates: 151.12 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (415,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,943 498,943 0000000000000000009ab34d95c782ed2aec9cf631e3723a93134c6c3d523504 2,870 1.00/1.00 vMB 314
498,942 498,942 000000000000000000104cadc2be387db5bec5ebc375a7c8585efa018f5c3f34 2,394 1.00/1.00 vMB 240
498,941 498,941 00000000000000000099d14e35b5310bb21464fd856f961ca08d05bb45d4dca2 2,625 1.00/1.00 vMB 319
498,940 498,940 000000000000000000273595b43d87b37785b1b6b388b318428ca7f19398430a 2,872 1.00/1.00 vMB 379
498,939 498,939 0000000000000000005e9c0ef8dbaa2c62ca4684aed19539d522dce32fe8e6da 2,691 1.00/1.00 vMB 449
498,938 498,938 0000000000000000004607df4408ef2ae2ecfd28857b3f3dbfc4d7eb0031d8bf 2,646 1.00/1.00 vMB 304
498,937 498,937 0000000000000000009b0f2f19dee3ea08e69d285d252c221e1bb684e3f7110c 1,780 1.00/1.00 vMB 290
498,936 498,936 0000000000000000009ce3c76e904592778b7b383589e655557d3c5d5065c7b1 2,726 1.00/1.00 vMB 339
498,935 498,935 0000000000000000001e04ae7dc4c1cd6f4c5ff4eb17c705f2218a126db759ae 1 0.00/1.00 vMB 0
498,934 498,934 0000000000000000009a1e353bf7c13152cdbce3d5964e99e0085ef63ba385e0 2,653 1.00/1.00 vMB 439
498,933 498,933 0000000000000000001252d35df0ea8fbca0d49755c3bb7100964bf3f20e0a59 2,895 1.00/1.00 vMB 397
498,932 498,932 00000000000000000006f41298379f9d61c9e6fd146f03bd9f04d2f5be3882a4 2,531 1.00/1.00 vMB 345
498,931 498,931 0000000000000000002cb88a4e682ca8b323a14fd3dfdce46fd5e9386248154b 2,882 1.00/1.00 vMB 390
498,930 498,930 000000000000000000a5d9c73d70aa2a228199b6fa22daeb11f56ecbf2d23ff5 2,919 1.00/1.00 vMB 378
498,929 498,929 000000000000000000024c703482f22fac057835f8b36fc034be9c000e702971 2,810 1.00/1.00 vMB 404
498,928 498,928 000000000000000000af4f3e173d63f9a82b0143728eb67c0723cd073a50d1d9 2,426 1.00/1.00 vMB 340
498,927 498,927 000000000000000000b0031490a00a9b12397890c67730e2c31979a1ac0c7e28 2,683 1.00/1.00 vMB 393
498,926 498,926 00000000000000000095997d186e847c2c040ce160367297a5420cd6e541d3c7 2,648 1.00/1.00 vMB 392
498,925 498,925 000000000000000000379becdcd3f0e20efffab78dac16e775c5f1a3869e2b9e 2,660 1.00/1.00 vMB 426
498,924 498,924 00000000000000000076ea5d7bc37e8ed427042f9ac1e6c1a9bf5f74d3767dd9 2,543 1.00/1.00 vMB 489
498,923 498,923 0000000000000000001ec3a47bf42af2d203184959dfca0c7cb60a268f8b5d1b 2,229 1.00/1.00 vMB 277
Previous 10 blocks ↓
Total Size: 781.75 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: 631.71 GB
    • Received: 12.08 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.