Loading Tool

Explorer IconExplorer

Memory Pool

81,103 transactions
31.03 vMB
0.10326351 BTC
Random Selection Loading Transactions
Max Size: 187.58/200 MB

Candidate Block

Mining Attempt 0b2699e590af91910d9a4287cceeeb14d884284f9a52aebc55e9b1afae16b300
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 4562e65ea64833a4ab5da65083022251f48c1cefddd9acfd33077892bf9c8d79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.02609914 BTC
Feerates: 150.75 > 2.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (406,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,001 509,001 00000000000000000017594b8aa5e31dca3c1923b39b26987ccefc28c6b990c9 737 0.48/1.00 vMB 13
509,000 509,000 0000000000000000002ec1570df16f230bf70635418b9c8d7bb0d7a5077c83cc 1,641 1.00/1.00 vMB 69
508,999 508,999 0000000000000000003ec670c04e565285b2aea4c6e933b34f75431915b30b51 1,433 1.00/1.00 vMB 19
508,998 508,998 000000000000000000605d39da6de74631bb1bbcdfb4703cb7f301e236ced12b 1,862 1.00/1.00 vMB 72
508,997 508,997 0000000000000000005a0ac23eaab0b5a93ee48b16bda9ec48ece41742539c8b 1,771 1.00/1.00 vMB 93
508,996 508,996 0000000000000000003f274bfac1acc8d6818f856fafd7d8e0080b09e8b3572f 1,175 1.00/1.00 vMB 49
508,995 508,995 0000000000000000003eb9999abb46205ec1199dd30187e82118681e2250ff54 2,611 1.00/1.00 vMB 162
508,994 508,994 00000000000000000025d137b5f8f2f6bdb8e2bdca6e2553c82fd99817407aad 2,299 1.00/1.00 vMB 69
508,993 508,993 00000000000000000041497a899e3a5d275fe760776d8c59331b14d8f3454ff7 669 1.00/1.00 vMB 33
508,992 508,992 0000000000000000001153fbfa2c1ac7c7e5a2c5d1654fd2e3a5e22cab6e329f 270 1.00/1.00 vMB 8
508,991 508,991 0000000000000000002daf79ab2b854acc138ab0aa2cbc07ca80166b6fbf36b0 280 1.00/1.00 vMB 7
508,990 508,990 00000000000000000053014b48f27e923f4db9244d951ec4266ffb4c3383c7dc 756 1.00/1.00 vMB 12
508,989 508,989 00000000000000000015d348ed8d7e8a1cec75a02bd4e4607d48237b57c84ca2 1,933 1.00/1.00 vMB 97
508,988 508,988 0000000000000000001f6712fdafaf6fb10b3b7ed1b017662c86d6475fd05950 312 1.00/1.00 vMB 7
508,987 508,987 0000000000000000003db61a43d4f8e156974af66769579bad4b4a9af84bf8e6 204 1.00/1.00 vMB 4
508,986 508,986 0000000000000000001505d54a791b14b43affa8cd5be46b0be88a1567109ba0 526 1.00/1.00 vMB 19
508,985 508,985 0000000000000000000d90c9609a4248f4ebfffae8466ca27691beddfa7004b8 145 1.00/1.00 vMB 1
508,984 508,984 0000000000000000005a3b6cd09d145a2021bfdc4bcf8c93f77a6e563ac66833 364 1.00/1.00 vMB 14
508,983 508,983 0000000000000000005c17600bdb2b475d9fdcc9890aec7cff4be433606b4a47 370 1.00/1.00 vMB 7
508,982 508,982 00000000000000000010a128cd86729d833f282fe84b04dbb0ed3a5c39e63158 564 1.00/1.00 vMB 8
508,981 508,981 0000000000000000000bd70ac45a43118cf2eea56eba815b6d63d84a8e4e62cb 737 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.08 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: 723.67 GB
    • Received: 18.41 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.