Loading Tool

Explorer IconExplorer

Memory Pool

70,675 transactions
26.79 vMB
0.07449952 BTC
Random Selection Loading Transactions
Max Size: 161.11/200 MB

Candidate Block

Mining Attempt c063deb7f169f84715312919a9da715f9742252c85d06bdeee9ccfb5500d1cb5
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root f04b1e75c396e4438b1ad3c29b84ca64e3bd37ab95278674f58b2d2c2f4da3b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.01722864 BTC
Feerates: 136.43 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (545,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,879 369,879 00000000000000000bad727b87f0637c6eb8b3a39596d22dbc755e930f787fd7 670 0.76/1.00 vMB 11
369,878 369,878 00000000000000000bcc25e86eccc0d6fc95ca8606c33d0f82400c2a889030c9 2,574 0.95/1.00 vMB 52
369,877 369,877 000000000000000011104403ca57bc701526244138a33076ca90bbc9c3cb4db7 1,575 0.93/1.00 vMB 38
369,876 369,876 00000000000000000f756084ac36f799e45f24d160227f682cda94bf2cf1a28a 1,862 0.93/1.00 vMB 40
369,875 369,875 000000000000000008b05f96936b7395de37bf905ebc5ac2d20de45b97cf50b8 202 0.21/1.00 vMB 19
369,874 369,874 00000000000000000b98bcf6b3f78f6c0b589c21e25ef998f352aa48e02def3a 760 0.57/1.00 vMB 36
369,873 369,873 00000000000000000fa23931a498748d98096a30572b98abcd023a21bd888e04 2,348 0.93/1.00 vMB 47
369,872 369,872 00000000000000000ca71b6ee2dde72c236365d4b107ccee1ee11b51186c0f4f 283 1.00/1.00 vMB 7
369,871 369,871 00000000000000001181610dccbda8fe6e9b83319c86cbd6cf777dae70eae36a 1,271 0.92/1.00 vMB 28
369,870 369,870 0000000000000000063dd876d6583e5981410cd49c45503cf83496f1f3ca54e6 888 0.93/1.00 vMB 14
369,869 369,869 00000000000000000ddb8889d0f5dd7dfdfc9792d00fc4efd0a9ff11aeb822cf 1,487 1.00/1.00 vMB 28
369,868 369,868 0000000000000000034d00440126a42fec504f74e57b7867e71079daeea525f1 1,848 0.95/1.00 vMB 37
369,867 369,867 00000000000000000db8c1d19346c299ef07e919f7fa515e86e19c8f9892b750 1,336 1.00/1.00 vMB 38
369,866 369,866 00000000000000000ae24df8e5b19aaf9c35b427eb87e2880aaafaae0aceba4b 1,609 0.93/1.00 vMB 30
369,865 369,865 000000000000000013ecb87fa8bfde80717745e074f99e5c8b0bf8fe6272c600 2,211 0.93/1.00 vMB 44
369,864 369,864 00000000000000001385d80432d5e767a1b99d2c3616178057c1ec1cc3179baf 3,362 1.00/1.00 vMB 67
369,863 369,863 00000000000000000a6060e882e661d1c69dc06eba5086a28ad40200f060f0c8 3,088 1.00/1.00 vMB 61
369,862 369,862 0000000000000000143b733b506ff2d5b6a76df7c67e50713e07a6cea7ff8416 575 0.95/1.00 vMB 82
369,861 369,861 00000000000000000ffe9f6a4a1ead5c11a1d51d2906751014e3a3863ea74cef 299 0.93/1.00 vMB 95
369,860 369,860 000000000000000008e5ad1fd2e7cee3979f25f8c0be81be3753539a097314bb 1,316 0.95/1.00 vMB 23
369,859 369,859 00000000000000001055a7a303d393561aec725ed7c396d965701fbcb62b3dbd 1,251 0.75/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.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: 754.94 GB
    • Received: 18.94 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.