Loading Tool

Explorer IconExplorer

Memory Pool

44,885 transactions
26.81 vMB
0.06621671 BTC
Random Selection Loading Transactions
Max Size: 141.40/200 MB

Candidate Block

Mining Attempt 08289c26ffd16ebdc925332a0727ca26ff9dd8bcef036028877ca1b3415c53d0
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0ddbcac3a22390dc6f55ac3f7ab998037a7c04f348a51aebd2b9384e48eb0fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,285
Size: 1.00 vMB
Total Fees: 0.01677915 BTC
Feerates: 100.19 > 1.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (67,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,225 847,225 00000000000000000002ae03a62baefb6d6e276464efd2190f13a2fc73ce467d 5,553 1.00/1.00 vMB 101
847,224 847,224 0000000000000000000304e1319dca081f2cdfb5894837827430232b94c4d685 6,509 1.00/1.00 vMB 31
847,223 847,223 000000000000000000023aec1af31fc58595b9f04bad6fcab9958521676eb923 5,253 1.00/1.00 vMB 29
847,222 847,222 00000000000000000000a0cd712a52da12d453849de69e6cea774d7416232242 4,263 1.00/1.00 vMB 52
847,221 847,221 00000000000000000000a68de34b79a9ed858e37c098eae69b9a1b2af366c79e 3,872 1.00/1.00 vMB 73
847,220 847,220 00000000000000000002eda6c4d3670d1b76fb4d8f680fd386e145d0d64d80c6 3,463 1.00/1.00 vMB 30
847,219 847,219 00000000000000000001e070f7243e840286338d4fa2798086f018f08429d0e1 2,573 1.00/1.00 vMB 29
847,218 847,218 00000000000000000002a104ff7ef37289fa202817876742429e7adf22fcd29f 6,277 1.00/1.00 vMB 33
847,217 847,217 0000000000000000000082f843def07e54e49e05d7ecc4799d6d90e779ab5a26 5,667 1.00/1.00 vMB 25
847,216 847,216 00000000000000000001a9c35293684b290c1abb81d6dfc42fbf0b2e9eeba0f7 6,787 1.00/1.00 vMB 31
847,215 847,215 0000000000000000000130dc82c9818f520682a55b2477a7b1c26c5c4e6445c6 4,153 1.00/1.00 vMB 44
847,214 847,214 000000000000000000005acf8e7452721f91db25c3ff6a9cb79678f18be8ff1e 6,496 1.00/1.00 vMB 32
847,213 847,213 00000000000000000002fec109327bf780d5d39af3bf0913364a3d050ec6736a 5,630 1.00/1.00 vMB 39
847,212 847,212 00000000000000000002695d9a68664499b8004b2de6f369b33bcab45f4b46fa 5,989 1.00/1.00 vMB 28
847,211 847,211 00000000000000000000a2635215ef77d68b4cf861003b5df247197eedcab2a8 5,202 1.00/1.00 vMB 33
847,210 847,210 00000000000000000001f11d3d28d2eee30eecba5a1278703353e0c72196cfaa 5,878 1.00/1.00 vMB 29
847,209 847,209 00000000000000000000d0b6aa1892e7a4cec9ed8c22d8c4c724abf8863e4475 5,365 1.00/1.00 vMB 42
847,208 847,208 0000000000000000000221125e0642ab87b1ed87c6f8cd19da3b4a5b08b6bb1b 5,967 1.00/1.00 vMB 27
847,207 847,207 00000000000000000002b9eb6ba1fecb583515539209c276fc347316b9da86f6 6,611 1.00/1.00 vMB 28
847,206 847,206 00000000000000000002727468471d871b06702c11c1330cb6bdea6ac21b0fe4 4,446 1.00/1.00 vMB 39
847,205 847,205 00000000000000000002d30a5a8a866734bacfe2b96283bcc8b234bfc4e354ca 4,548 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.00 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: 648.89 GB
    • Received: 13.10 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.