Loading Tool

Explorer IconExplorer

Memory Pool

82,996 transactions
30.44 vMB
0.14933212 BTC
Random Selection Loading Transactions
Max Size: 184.38/200 MB

Candidate Block

Mining Attempt 685c062a29228061b846e498f408f034d30f670ba05d2d1a4b539c6c8d15aefe
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 2f99d9e27b65ad9b1199837c40fddfe12f963abaff9729225079a5afbac1fe7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.06751722 BTC
Feerates: 150.61 > 6.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (800,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,879 114,879 0000000000007213264fbaae22ae037a02e2846f09e102102fa2bf1013a2b285 26 0.01/1.00 vMB 1,087
114,878 114,878 000000000000058609f75dfd540f7f080ed63f1635cc7e1351f6e5b898b1c0ea 13 0.01/1.00 vMB 440
114,877 114,877 00000000000009dced88ba64b716ee086f8e0fe45ef5cb7a437e7c992be6b6a8 10 0.00/1.00 vMB 961
114,876 114,876 000000000000bb77d02388164a67d90e290eaee89aa7abdbd66b4d8459d51f70 2 0.00/1.00 vMB 1,253
114,875 114,875 00000000000082fa18f0c9cbf6c76b102068df4eb66ff4d36b9954803ec7c25c 32 0.01/1.00 vMB 162
114,874 114,874 00000000000088256699781715f692c2a5c11f79ae538b834075664c36a0f28c 10 0.00/1.00 vMB 2,306
114,873 114,873 00000000000035c2f2177eaf1bb67e775792c159135eba09b3395beb9ef40b1c 21 0.01/1.00 vMB 2,264
114,872 114,872 0000000000002155844425104d9e36336db7465c6b8bfbc5fb63325d7163d2d9 9 0.00/1.00 vMB 353
114,871 114,871 00000000000031d0e2876b7477ed04d16d260a2557d1fec9110d4e5b85021bb2 10 0.00/1.00 vMB 861
114,870 114,870 00000000000078a6fec0fdd5213bfb11321f5fcc06676d47de24a39c025fbae3 34 0.01/1.00 vMB 1,213
114,869 114,869 000000000000c586fe64aecd4ecc01372d72cc02ce2982e875ced25362032357 13 0.00/1.00 vMB 2,815
114,868 114,868 000000000000a6d9017b22fcace6b670b5d0bbf94040f8e8aa042ca17b8f465e 8 0.00/1.00 vMB 3,027
114,867 114,867 00000000000050eca45ba51418d605a75e5ff318d4bce8badd7d6ee59237b241 14 0.01/1.00 vMB 0
114,866 114,866 000000000000149bafa067f0bf2ffe0af5b7f311f100fb49877eb313c54fdf27 11 0.00/1.00 vMB 731
114,865 114,865 0000000000008376dfe8373f971f0baa054dbf25742d4a4ed0acbc99db8f2280 120 0.04/1.00 vMB 1,449
114,864 114,864 000000000000d4a0ce129ad5349b43a4deef5e28f2e41fd435f5b4dad7c75424 30 0.01/1.00 vMB 3,595
114,863 114,863 000000000000115aa50fcd3ffaa42bfba945bb624041f8135162ed3522841991 15 0.01/1.00 vMB 2,909
114,862 114,862 00000000000017bf9938341e9e4477064bbf132b70c67ee2cace692bf380f2b9 44 0.01/1.00 vMB 0
114,861 114,861 00000000000099ac08c056a57b3d0cb51f0a9311dba6809b9c2aa5f602ca3d81 25 0.01/1.00 vMB 1,234
114,860 114,860 0000000000005b4af5d931eb651b067a702ae14dcfd7f8e53ef6a448182fad16 17 0.00/1.00 vMB 1,459
114,859 114,859 000000000000c96a40b8848a16d80490e7093178b73b0826d71ffaf077eb328b 35 0.03/1.00 vMB 526
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.