Loading Tool

Explorer IconExplorer

Memory Pool

41,018 transactions
27.98 vMB
0.07470215 BTC
Random Selection Loading Transactions
Max Size: 143.70/200 MB

Candidate Block

Mining Attempt 17373fef9f304c62aa7df82cf26465deb9dd7349fab8f71509db8a79e25d9b2c
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root dfb8f0f4800c75138226f9dbbe52b6f09ff63f77fea8f1662779de20ce142d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,747
Size: 1.00 vMB
Total Fees: 0.02025782 BTC
Feerates: 101.49 > 2.03 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (415,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,948 498,948 00000000000000000033544dec747e0f257a08e6eb79d5f7e06059a415ea2a93 2,421 1.00/1.00 vMB 277
498,947 498,947 0000000000000000001b1598e5770c15e929d7069fe69e6f52dd659a2f31faac 2,636 1.00/1.00 vMB 269
498,946 498,946 0000000000000000003733cf597a6e86e3d8793c7aae2172561f97097245a4c2 2,627 1.00/1.00 vMB 402
498,945 498,945 0000000000000000003eb9705955ede32d0a59ca89e4b708289ca5ab3c63a8fa 2,434 1.00/1.00 vMB 217
498,944 498,944 000000000000000000710b47046ff013e8390730e7469bf236132c2848ab9841 2,766 1.00/1.00 vMB 368
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
Previous 10 blocks ↓
Total Size: 781.76 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.53 GB
    • Received: 12.12 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.