Loading Tool

Explorer IconExplorer

Memory Pool

60,691 transactions
24.12 vMB
0.05901632 BTC
Random Selection Loading Transactions
Max Size: 142.37/200 MB

Candidate Block

Mining Attempt 3d466f81741c525e31933aea1f9b52eeebe2eef8e85ab842397b5f9113d4d0bc
Version 20000000
Previous Block 00000000000000000000413105231b79d28118dd348be226eab30d34390d2bfc
Merkle Root 01ad64e4b031c6904337d5464e1073c3dc92e5cbfd9824b1a8c7889b8d4c9af3
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,690
Size: 1.00 vMB
Total Fees: 0.00687969 BTC
Feerates: 44.58 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,592 (26 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,566 917,566 00000000000000000000372e332af7fdbeeb10ea9ce6351a0986b0ec5d36083e 423 1.00/1.00 vMB 2
917,565 917,565 00000000000000000001943dfbf3338a7ec905988a4a2de8f64c84f7fc021599 983 1.00/1.00 vMB 2
917,564 917,564 00000000000000000000ef21ca50d4248aadb1a45123f155d4a94765813779ef 1,525 1.00/1.00 vMB 2
917,563 917,563 000000000000000000011a6480b453cd0d6603ea6eb7afd46278093e7f35261e 2,453 1.00/1.00 vMB 4
917,562 917,562 000000000000000000003e2cea3272852a02574067459619c69d2e08aa2309f0 3,789 1.00/1.00 vMB 4
917,561 917,561 000000000000000000003c9b5c0684688119c8a6a8712b9a764efb15de343cc6 3,805 1.00/1.00 vMB 7
917,560 917,560 00000000000000000000e89250a4a3ec7fd3f47b5ca87a4d082e79d0c0a0a196 3,211 1.00/1.00 vMB 6
917,559 917,559 00000000000000000001392560f2c080d27ec2b6ab6d7be85cdc466868c9a3c1 3,488 1.00/1.00 vMB 6
917,558 917,558 00000000000000000000845d3f23e1b0bab41cd64c320478bf908d49a15b76f2 3,777 1.00/1.00 vMB 10
917,557 917,557 00000000000000000000ef55e78e28d16b57ce060f8569a7137e8858c05b3f54 3,145 1.00/1.00 vMB 5
917,556 917,556 0000000000000000000193bb764b9f6ee139f1eff244679fc7c978a7287beea3 2,095 1.00/1.00 vMB 4
917,555 917,555 00000000000000000001aad3fa93bd326b940f5289b0309e805786537d567109 4,203 1.00/1.00 vMB 7
917,554 917,554 00000000000000000001cf5c30dd6a48f7ae8ba41dcafd93895a5d111cad6f27 3,677 1.00/1.00 vMB 11
917,553 917,553 00000000000000000000a3c27f9abc819346c916c4efd1239763e3143fadcca9 3,792 1.00/1.00 vMB 11
917,552 917,552 000000000000000000019ef43272208d91c407d142252afdb8cc2a9cd03805c0 1,110 1.00/1.00 vMB 2
917,551 917,551 000000000000000000015df3ef7693b5e2dbaa6afc1fc782f83031167dcd7d4c 4,305 1.00/1.00 vMB 5
917,550 917,550 0000000000000000000100f6c22788cd505650920ae8d8e3e4ef343959b5a197 3,600 1.00/1.00 vMB 6
917,549 917,549 00000000000000000000fc4456e035c5e544b9efd3864e75235772eb6570fd5f 2,316 0.99/1.00 vMB 3
917,548 917,548 0000000000000000000014189ebac0dd5c1289fa8b2bd75106b6b0e930ac288b 3,463 1.00/1.00 vMB 6
917,547 917,547 00000000000000000000b58c61dbc0eef8b3cfcc43eb1413b7bc30603035ac44 2,371 1.00/1.00 vMB 6
917,546 917,546 0000000000000000000035f343d083b6d10f86e5a91fac3e65eae28266627cd0 4,107 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 786.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 1,015.86 GB
    • Received: 35.26 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.