Loading Tool

Explorer IconExplorer

Memory Pool

48,391 transactions
27.97 vMB
0.08078116 BTC
Random Selection Loading Transactions
Max Size: 148.36/200 MB

Candidate Block

Mining Attempt 10a615fca22548ee5345be50166dbc5f34085b3f270b73b66483a75f2bd6c0e1
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 999496d94443933b081241b11206476eef522a5260ae0b81ea4a7205239d27f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 1.00 vMB
Total Fees: 0.02528103 BTC
Feerates: 318.30 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (343,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,792 571,792 0000000000000000001a619ad322360018bd9e5e6098cb0ec2809be544bf0111 3,000 1.00/1.00 vMB 96
571,791 571,791 00000000000000000004111efe1eede4e821e8b2fd0e26c3322b8f9a5c3235ef 3,273 1.00/1.00 vMB 65
571,790 571,790 0000000000000000002b0bf029e91cc42da7234a54ad031ba7de0ae7701d1a6b 3,219 1.00/1.00 vMB 116
571,789 571,789 0000000000000000002661d3ab07cd51b1340af62ec6bfebb06112fa7930b8da 3,144 1.00/1.00 vMB 47
571,788 571,788 0000000000000000002a6a57276bb99485564af9bafb57dc339c9407b4be9be3 2,399 1.00/1.00 vMB 46
571,787 571,787 00000000000000000010c714c442b3c6e817b600e29b08e697f7cfc904c60377 3,033 1.00/1.00 vMB 15
571,786 571,786 00000000000000000024a7b05ecdb1d235f8410f4c5f5d478d16ef47c7642077 2,575 1.00/1.00 vMB 32
571,785 571,785 00000000000000000028c6d23c5a730ad0337419c71a36be9d350eab998d63b5 2,931 1.00/1.00 vMB 57
571,784 571,784 0000000000000000001dbc8ee7166bb851ea56d8bea9fc034228701b5f44c75e 2,660 1.00/1.00 vMB 28
571,783 571,783 00000000000000000006ababb744648ee40008e456fb5ed4e2140b4ae1f8c58a 3,043 1.00/1.00 vMB 46
571,782 571,782 00000000000000000022d0130dc9b587188614ad77c8473f33a06ffb3795811f 2,656 1.00/1.00 vMB 97
571,781 571,781 0000000000000000002084053a2610128c074723207bf72ab24c6597323d225e 1,195 1.00/1.00 vMB 16
571,780 571,780 0000000000000000002488ba92a0072f8e67407b048f70d3c842cd1c1f87a7c2 3,251 1.00/1.00 vMB 5
571,779 571,779 0000000000000000000ab2e3a5ff08ad6da1b125ebe8fa39fa46e30c4f416a43 3,031 1.00/1.00 vMB 58
571,778 571,778 0000000000000000001279acc8e124799efe745c5f3c9bf9c2f7485b37731d02 3,149 1.00/1.00 vMB 53
571,777 571,777 00000000000000000001fbcd3483934e4550f82fd69c1828df598734bbd8ae6c 2,451 1.00/1.00 vMB 79
571,776 571,776 0000000000000000002784b047e626c25fe556baff8487c28f5965a1c674bb13 2,292 1.00/1.00 vMB 5
571,775 571,775 0000000000000000001e9e7102b17ee710409f592e238ca1c25eb2745c2c2777 2,468 1.00/1.00 vMB 26
571,774 571,774 0000000000000000000771f7493df6eba7e74511957db6536808ea5416b33654 2,918 1.00/1.00 vMB 31
571,773 571,773 0000000000000000001c4d5fe25e6e200ab7d19680cd0c451565e78cf95c7d52 2,983 1.00/1.00 vMB 66
571,772 571,772 000000000000000000215506fc905079416cdae25dbf0d8c9505b7e9a5c1eabe 3,133 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.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.