Loading Tool

Explorer IconExplorer

Memory Pool

53,777 transactions
31.90 vMB
0.13800942 BTC
Random Selection Loading Transactions
Max Size: 170.27/200 MB

Candidate Block

Mining Attempt 43f902a9ae1867b2f38117cf4edacaef118b3732a0d0b031b00866d8b2f76a9e
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 54f145976219b7bb3b48a7dd42f0bdcb8dad14bad368bdb5228c3dd30b1ae2d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,651
Size: 1.00 vMB
Total Fees: 0.04128010 BTC
Feerates: 104.17 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (822,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
91,882 91,882 00000000000901e7733125daad3c1b56af3398ebe4d729dd007d79d63ac150e6 2 0.00/1.00 vMB 0
91,881 91,881 00000000000cf6204ce82deed75b050014dc57d7bb462d7214fcc4e59c48d66d 3 0.00/1.00 vMB 0
91,880 91,880 00000000000743f190a18c5577a3c2d2a1f610ae9601ac046a38084ccb7cd721 2 0.00/1.00 vMB 0
91,879 91,879 000000000004099656bf4a3fda4db1b25630634afa2a201e975e4df9772df3f3 3 0.01/1.00 vMB 0
91,878 91,878 00000000000b08a063fab7e7913c3ad7ed95fad52f873f4247f868922189ef75 1 0.00/1.00 vMB 0
91,877 91,877 00000000000597c922096da799f359ca855d9672ef6937a6b95af482ebc92f4f 1 0.00/1.00 vMB 0
91,876 91,876 0000000000092ad8b7cb3002ccd39b5143d9350c3f2768a5116f750cca180dff 1 0.00/1.00 vMB 0
91,875 91,875 00000000000139fe29716cc40dc2eeb85b0f66e10c372433db60e56eb1358b99 2 0.00/1.00 vMB 0
91,874 91,874 000000000002f81e1cd2933faf9a94958883c664b00baeb7d069c82fcff5e097 1 0.00/1.00 vMB 0
91,873 91,873 00000000000a29426b9e052a7d6264f4011367347e52c1085517ded556008589 1 0.00/1.00 vMB 0
91,872 91,872 000000000000ea0edef454e778abfdf7bc4f5c4c150471103fd62a56696acf95 1 0.00/1.00 vMB 0
91,871 91,871 00000000000175d0dd379a0b2881b411b7b4bdf684b0e88325a9224050a0fc71 1 0.00/1.00 vMB 0
91,870 91,870 000000000005943431ecafac2ad97446b162e1371a94d26ad6f3a792adf71193 1 0.00/1.00 vMB 0
91,869 91,869 00000000000c7f6458af7584daa132bcb5cdb8c5b29e4e4a624ee2790591b5cb 5 0.02/1.00 vMB 0
91,868 91,868 00000000000bee2729120512550666b33bb07dc630e56d8256bf26afa52aca08 1 0.00/1.00 vMB 0
91,867 91,867 000000000006b93c5663d28a8f2d41b4f62c7d45c37445882d4aab4e60666e75 3 0.00/1.00 vMB 0
91,866 91,866 00000000000a9aa7dfe1b80bef8c9cc5d3dbf921e9bbd995cd07f051c0c5f419 1 0.00/1.00 vMB 0
91,865 91,865 00000000000c2a4e4b74b99ac36720d3e50d8ba1111192b19c45dd34dcf46e78 2 0.00/1.00 vMB 0
91,864 91,864 00000000000df5754555ae76d649fa438ac765a3492956f70a2ff23c42be438b 1 0.00/1.00 vMB 0
91,863 91,863 000000000003349f55945b1fb383df68f99f69671e68b6d447f22a6b9f69f56d 2 0.00/1.00 vMB 0
91,862 91,862 000000000000da27617bba20e79739b5312f3f2e594ea111063cba7a63e1c312 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.