Loading Tool

Explorer IconExplorer

Memory Pool

79,329 transactions
29.40 vMB
0.12626262 BTC
Random Selection Loading Transactions
Max Size: 177.03/200 MB

Candidate Block

Mining Attempt 424d3974b67ce94b99a1fc8d013329f076a543a8dace8b77506cbc19402ea0b5
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 84abca2a2c70aa2caf50ebe43aded9f19406efbc96c001d1a160a6861c3cfe30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04594750 BTC
Feerates: 150.80 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (320,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,831 594,831 0000000000000000000c99cd6ded3e0b17fb8794c4b6d35b53579eedca8fc518 2,197 0.77/1.00 vMB 17
594,830 594,830 0000000000000000000daeddaee19ad47680d775a7acb9a4074c9e786c64ac4f 457 0.16/1.00 vMB 22
594,829 594,829 00000000000000000004e054bc8a81effdce4534d2a417012e44d2ef95d3f020 1,521 0.47/1.00 vMB 17
594,828 594,828 00000000000000000003a6a531321ffa0b3b99848624ac10d1c088c48937f967 1,567 0.56/1.00 vMB 20
594,827 594,827 0000000000000000000252f24fb06e3a1c4862a441810a4590cf42dfdf9b9645 68 0.02/1.00 vMB 25
594,826 594,826 000000000000000000139c0df99514e4a4c71f6cf78e755b1607574ae50add8e 2,718 0.88/1.00 vMB 16
594,825 594,825 0000000000000000000a7205f7a91cae469fe322e8dcbd9b263850ca3a6c26bc 1,056 0.38/1.00 vMB 14
594,824 594,824 000000000000000000101cd2d19839acb82a3e78d4da8b9b6a898936a34b21d6 2,605 1.00/1.00 vMB 22
594,823 594,823 00000000000000000013180908d235f79051bc54e3574b26070db5ca7f0889e8 1,467 0.47/1.00 vMB 17
594,822 594,822 0000000000000000000bc0e535b6cd92ad8bef72700ba571ecae722d0d344b14 959 0.75/1.00 vMB 9
594,821 594,821 0000000000000000000a45bf234fe97b4b241c934a571d99eb2931cedcc23c6e 2,823 1.00/1.00 vMB 17
594,820 594,820 000000000000000000172a604075ad96d984296f5c4e06bc51ec830bd3a9bcdb 3,054 1.00/1.00 vMB 14
594,819 594,819 000000000000000000169dcedc24d445921e9db64d206bfec1c4eb2512b6a008 2,675 1.00/1.00 vMB 26
594,818 594,818 0000000000000000000887a81521d43028ad30b15c32520c327c44665a83e78b 2,240 1.00/1.00 vMB 7
594,817 594,817 0000000000000000000936d977e9c895d1d2b51d936463fc815a964fd05dccee 2,758 1.00/1.00 vMB 20
594,816 594,816 00000000000000000014fd3cb8381d0c2872e9fb249fd5d2afc257cb78b6c323 2,829 1.00/1.00 vMB 9
594,815 594,815 0000000000000000000392a632cf8af9c9f5547c3791a65f6f5e3a62418de152 836 1.00/1.00 vMB 15
594,814 594,814 00000000000000000010ccf2496c373bd36f2fe8e6b6c6ffde8c5c906390df1b 3,316 1.00/1.00 vMB 39
594,813 594,813 0000000000000000001066daac52fbc3e1b765415ce34425fde70592746eed82 2,404 1.00/1.00 vMB 29
594,812 594,812 00000000000000000002c5cb1e684b62af0b9764628647940127ba9350eeefe9 1,180 0.56/1.00 vMB 18
594,811 594,811 0000000000000000000cfe5d2abbed4c1091b0a7e34b56bf100b52eb49ff0c91 1,663 0.75/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.