Loading Tool

Explorer IconExplorer

Memory Pool

34,257 transactions
25.37 vMB
0.06908147 BTC
Random Selection Loading Transactions
Max Size: 129.25/200 MB

Candidate Block

Mining Attempt 35789f2292c033d970abe5cd8ed13d3162b01a0dfee8fdf4e4386fc3a7e8aa29
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 47a44aecc0868d7cd9514a5162bc4e8704819f012b4e9090bc3a13fff400d36f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.02343021 BTC
Feerates: 101.67 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (270,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,852 644,852 0000000000000000000989408e084087dc901e42f820c6128b8989a72d08f0c1 2,444 1.00/1.00 vMB 82
644,851 644,851 0000000000000000000e4ea99a8f6bb6e47b3a81b84e42f571c282bdb943be3d 2,799 1.00/1.00 vMB 144
644,850 644,850 000000000000000000030d687046b7cc26272e07da6af7cf4da2f4ae50cfce2f 2,475 1.00/1.00 vMB 63
644,849 644,849 0000000000000000000e345380797d536f22baa26a33366decca2471d78474b8 1,833 1.00/1.00 vMB 124
644,848 644,848 000000000000000000072ed11a397c9092c4e3267385ee1838288a69f86417a6 2,968 1.00/1.00 vMB 135
644,847 644,847 0000000000000000000d2e49f4969014993f31bdaa9970bb009bb2a659bb8516 2,473 1.00/1.00 vMB 91
644,846 644,846 0000000000000000000deecdac492214d1f053d6e53986d5f1b38d28e8bdbfc2 1,340 1.00/1.00 vMB 76
644,845 644,845 0000000000000000000f2744ac7807f7005c44cd862088fe5e0d01239a5170e2 2,848 1.00/1.00 vMB 97
644,844 644,844 0000000000000000000b22a6c1b21b0907f20134b26e140b099abc41cde54ed7 2,362 1.00/1.00 vMB 55
644,843 644,843 0000000000000000000434f6e5be041832abc2f9656bb913c7075901ee9919bc 373 1.00/1.00 vMB 11
644,842 644,842 00000000000000000006d730b9509e54e5b904ec73e38a5af57366b8236c4496 1,378 1.00/1.00 vMB 18
644,841 644,841 0000000000000000000735d0de7d73aaa45ca53cd771500a64b04a0d7acb02fe 2,250 1.00/1.00 vMB 35
644,840 644,840 0000000000000000000b8160f45f07b06a1ccab06608aad72d598b79f96e4f21 2,814 1.00/1.00 vMB 69
644,839 644,839 00000000000000000001b6baada0ba5e9925ca51ec4161b82c305293ee79ade7 2,922 1.00/1.00 vMB 67
644,838 644,838 00000000000000000004f5eefb4ca55139ae598c0c24881ac1b2bc734a799dde 2,077 1.00/1.00 vMB 45
644,837 644,837 0000000000000000000fabc3c60bff2f5b020c752b5281114eedeca1b153d718 2,561 1.00/1.00 vMB 55
644,836 644,836 0000000000000000000da26ed8a7dcf383df6adeaccab74b22611a75839abb52 2,856 1.00/1.00 vMB 83
644,835 644,835 0000000000000000000cbbe00061a60c7a09d47ef2b160b8b5028e3ade1aa65c 2,599 1.00/1.00 vMB 53
644,834 644,834 00000000000000000007cd5bc4ae4f1b10e3b2462b7b4c1851761836ce61d998 2,353 1.00/1.00 vMB 40
644,833 644,833 0000000000000000000bdc8bf23d377dd77a15500fa424a020ffb43d9b3672d2 3,042 1.00/1.00 vMB 80
644,832 644,832 000000000000000000070401168c5d9922eccbb656ee16de547cc98ecfa792a7 3,221 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.