Loading Tool

Explorer IconExplorer

Memory Pool

31,678 transactions
6.57 vMB
0.02968932 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.39/200 MB

Candidate Block

Mining Attempt 7633a0cd17ba8f52ed745e98dcbee502679320def38829a71cdec15f32400c5b
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root 7d30b6605544f34f7888528f213f151354d065d451cb1e306614b4a72b306899
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,044
Size: 0.48 vMB
Total Fees: 0.01294154 BTC
Avg Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (778,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,747 134,747 0000000000000bb01dde593fccf757ef5472486b2b86a6d5b6919ee1e32f041d 0.01 MB 15 1,021
134,746 134,746 0000000000000bb7b7732c66eea910464a4ba4d2885842ce4898f93d06074eb0 0.02 MB 72 166
134,745 134,745 00000000000008e9ca09e7fe8a38ad6be0b51e0ad7d27418f22f5eac8ecfe1ec 0.03 MB 73 765
134,744 134,744 00000000000005a684b4cd660eb46a1d1537f6c7833f6369edfd827e7eeeda04 0.00 MB 6 2,073
134,743 134,743 000000000000014da6906d369cbac61ec7c9887002e39132fd630505bbf9b16d 0.04 MB 67 365
134,742 134,742 0000000000000789e37005b41004e3ad673197c3a550b6cd8dce71e167eb7a08 0.02 MB 62 223
134,741 134,741 0000000000000a7fb02b6a52a652795336826fba3b0de9fad0f6f81bf7a448a6 0.01 MB 17 229
134,740 134,740 00000000000008c223ef562d7e5b51c258b545bd5bac188b7e7108c9f239c8e4 0.05 MB 164 46
134,739 134,739 00000000000009df2d26599425275a39cbf9c0306b22c9812de76ad421f98d37 0.03 MB 52 978
134,738 134,738 0000000000000455af9c81379304d0e07c9ed35602e1be1011830770dd6494aa 0.09 MB 234 304
134,737 134,737 00000000000004db49f713cdd680445dfc33c1fa20aa46ebcf55e7ec61f11186 0.04 MB 75 708
134,736 134,736 000000000000024ce454f6c9d98f55c439f4763156a0f10d1986a340bbc012ff 0.05 MB 141 400
134,735 134,735 000000000000088cea39816aecd0f128d9820f7600d17703d3e1571570af33a7 0.06 MB 135 518
134,734 134,734 00000000000001013dc11f8444e6819435de6c00d85ccb62c87a915d65907df8 0.03 MB 37 308
134,733 134,733 0000000000000778636ad807a63bc25958d32256c8fd5e8040eb786e40938349 0.06 MB 139 375
134,732 134,732 000000000000096eea247f51f2fc5cd9e0b1e8710643f67275850de399a56e03 0.04 MB 108 1,318
134,731 134,731 0000000000000825300b8bfea7147e3a6fb344b56fb4c1385c4fcfcc3423a31a 0.05 MB 144 1,481
134,730 134,730 00000000000004124af6a27d63e2348373c406ce7c3e730b7489d6c455cb8704 0.01 MB 16 262
134,729 134,729 0000000000000887f021b17ab58ff6e46ec7abd3d2213ea4f586f8e234d36be1 0.02 MB 36 399
134,728 134,728 0000000000000068c419d3681d48f9a966ff305536ac530b5c2d2c712214b2de 0.03 MB 72 496
134,727 134,727 00000000000007aa7a67e1f392540f48c3cafc49be47d3e1c03233db0dda62da 0.01 MB 38 15
Previous 10 blocks ↓
Total Size: 778.79 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: 357.37 GB
    • Received: 3.19 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.