Loading Tool

Explorer IconExplorer

Memory Pool

35,318 transactions
28.75 vMB
0.09350631 BTC
Random Selection Loading Transactions
Max Size: 142.31/200 MB

Candidate Block

Mining Attempt 3b70448f4521d089c5fa44f5f28eaac575537ec7150f17fa54d1b7df4ed8638e
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root ed2f1f6a7cf8c69da29646f7911a1618ac0fb95693ac157777ece25924886520
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,924
Size: 1.00 vMB
Total Fees: 0.03489802 BTC
Feerates: 194.93 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (796,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,044 118,044 00000000000021991ded157468fc201888b3e9ff3da1abfd658c077b659a6735 12 0.01/1.00 vMB 273
118,043 118,043 00000000000082a5ad33e62f93052856997d6a774594b8d0a0ab67b79353a112 10 0.00/1.00 vMB 328
118,042 118,042 00000000000046c60c9d70e96522f12b169178189e0d05072c6fb3b7cf0f6fd5 10 0.00/1.00 vMB 944
118,041 118,041 00000000000084ac27529540c66c41a273fc2435189fd1333ff50de460419f40 11 0.00/1.00 vMB 343
118,040 118,040 00000000000091fd1703e0f7ad65f6bb76879d74031f8903e19b32fe4deb0c46 10 0.00/1.00 vMB 0
118,039 118,039 0000000000002de394f134d45ef746e7747c9214dec5556c0c5eec2feca1a910 16 0.01/1.00 vMB 251
118,038 118,038 0000000000009009f773a497a9a69eee6a726f3d2a5201473dfdce06a572fdc1 2 0.00/1.00 vMB 3,861
118,037 118,037 0000000000003a299fe66246233d816befd40a94c090409798bf399310a8a97e 10 0.00/1.00 vMB 0
118,036 118,036 0000000000007d0efde9d8333387ceea839af29c3d4262428a7eaeb5b90bdeb1 16 0.01/1.00 vMB 365
118,035 118,035 0000000000004420e394917737c854234740a6a6e85595a4a8b6efcc7bbbfe66 5 0.01/1.00 vMB 249
118,034 118,034 000000000000ae610a2c32d5ecce4c29a946f7a0fc2360f4c0a2cda7c2b4dfa7 15 0.01/1.00 vMB 844
118,033 118,033 0000000000003017843dad49737c81e2da3ede55fd454f6d63472040a0199230 3 0.00/1.00 vMB 1,341
118,032 118,032 00000000000045be760acc5fadaf56a8e6177cfd6306c0dbb31dae781665cef2 11 0.00/1.00 vMB 0
118,031 118,031 0000000000000ec8520446ab24946c2e280cc0c81535445f2e0fc4790dbf31cd 11 0.00/1.00 vMB 0
118,030 118,030 000000000000957ec3abda2a62ceeb975e28f660c95d6d35051d9f04c6459a41 9 0.00/1.00 vMB 0
118,029 118,029 0000000000004c606596dd2d432eb7e2bf0d814e5ff187574b94ca5b7b9fc776 9 0.00/1.00 vMB 880
118,028 118,028 00000000000093b0bd9f4906768a92d3aba01aa32f0f8c4d94aa03d915f2e296 116 0.05/1.00 vMB 102
118,027 118,027 0000000000000060a0ddf191cc26c21c66e947fd3daf710087eaaa2ab3a6825a 16 0.00/1.00 vMB 1,245
118,026 118,026 0000000000007969431cbb48ae6ed67088dff3f49e9a9ac15f8f817937fa8c95 13 0.00/1.00 vMB 687
118,025 118,025 000000000000c9b1068ab3bfa7a2e41f8d63fd75c6dd7bdfd0f5cb2912149119 11 0.00/1.00 vMB 320
118,024 118,024 00000000000052cbd453e4f646e8e7fc18f50e43d2aa867b53e66e395d103b9e 16 0.01/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 781.51 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: 612.63 GB
    • Received: 11.03 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.