Loading Tool

Explorer IconExplorer

Memory Pool

27,909 transactions
9.57 vMB
0.09533151 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.75/200 MB

Candidate Block

Mining Attempt 329857f9e3267b203cb678b02603065271482d8bdeae17e75c45f4e02ce7a466
Version 20000000
Previous Block 000000000000000000018c023f819f79210c69673a9160c3d44423c304872a47
Merkle Root 3d409bd1741cbaa8ce65552db9dc4f02548ca2a759f12d5c9865f5d9d8c7d39a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 825
Size: 1.00 vMB
Total Fees: 0.02280314 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,222 (771,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,512 141,512 000000000000085836a75f4fe5fc2639e12349ec134fcb66c888bced3a8e34d8 31 0.01 vMB 352
141,511 141,511 000000000000088f70c1a96f42eba1f1991f66d8ffea3dce0d63d937c36361ed 11 0.00 vMB 276
141,510 141,510 000000000000042b5fbf20ac3ade4c189ac633ad0a92d7a062a9cfc1568b3ea5 84 0.03 vMB 148
141,509 141,509 000000000000082452b115912ecf05edb9f1ca8033e2d0cb19737939f2565e8e 14 0.01 vMB 722
141,508 141,508 000000000000032bebc8946771ecce73d307bc1f992e4a85b68d3e8299ba33ee 11 0.00 vMB 168
141,507 141,507 000000000000008ce5c559d7254338573b8943cc969716f76db0f56a60134e4e 13 0.01 vMB 52
141,506 141,506 0000000000000201382fbb1446f2e5d9ac5ea726c5570fcaa81305dc9343ce21 24 0.02 vMB 208
141,505 141,505 0000000000000363e30c0500ba7c3a08975af96fe01ef45e0a9efa9265c6051f 152 0.04 vMB 56
141,504 141,504 000000000000093b229e35d3bfba14e4b2de344c0a6a5b98f60964fba0c5d5f8 20 0.01 vMB 434
141,503 141,503 00000000000003a2c8fca11d7ba315ee9843154f2ace5dd57d403d85ce968a31 153 0.05 vMB 152
141,502 141,502 000000000000025df47930ac687b7e8bbe5eb0e62d7817c0ec33c5a92d792e3a 128 0.05 vMB 134
141,501 141,501 000000000000007e9cc22a07417a9b4f03f533289824f8ea9ac3619dff4675e7 33 0.01 vMB 113
141,500 141,500 0000000000000646ce82fce0f8cc4feec9cc1d2558db3e73b4f3086713e7d69d 8 0.00 vMB 51
141,499 141,499 0000000000000930238af42ebd6f53bd3fcf4948fd6773bfcafac1e30248ea74 41 0.02 vMB 69
141,498 141,498 000000000000093336d2d383f208c723119c2e0a344c1792779b95b85ec2228a 46 0.03 vMB 234
141,497 141,497 00000000000006f3488dff781466f2b7d629fa72c9ac24a319684bf5416586ab 26 0.02 vMB 71
141,496 141,496 00000000000006d15b001e99db7e8b7abbd2e0d2a6941e3cd0625a6cb251e3b2 20 0.01 vMB 273
141,495 141,495 00000000000002ba3f8e9281c5f1467a0a9c589f5065ee4db7fd43d8983bdac9 20 0.01 vMB 48
141,494 141,494 000000000000079d196eef6173b8b51e91a5fb5b10c3299f58172eb5394157a3 5 0.01 vMB 21
141,493 141,493 00000000000004fc57db769ad321b2c056bb1894193fad72d44f07b2fe349d88 171 0.05 vMB 1
141,492 141,492 00000000000002c6fc9842835854b6700d5a4072a20faefe9be227ef0e4231ce 116 0.05 vMB 206
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.49 GB
    • Received: 0.49 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.