Loading Tool

Explorer IconExplorer

Memory Pool

82,761 transactions
31.93 vMB
0.09622280 BTC
Random Selection Loading Transactions
Max Size: 189.82/200 MB

Candidate Block

Mining Attempt 240a41693888d81db2324640b65b38fbdda35548eec754c51f1fbb484b1231b2
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d0b0f597a5f7ca99410e12a1e39c9be989e99d85824f502339e7953bb14121a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,290
Size: 1.00 vMB
Total Fees: 0.03236959 BTC
Feerates: 101.66 > 3.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (632,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
282,885 282,885 0000000000000000995db45f2e02302bedcdb91e287db6da4c6662eb34ab78e0 654 0.25/1.00 vMB 50
282,884 282,884 0000000000000001995bb78bbd4c7e481babceedb4956a4e8381795bbdcdcbdd 119 0.07/1.00 vMB 23
282,883 282,883 0000000000000000158a8ee07536943b393774cd00caacf465f4f61557b85b20 90 0.04/1.00 vMB 31
282,882 282,882 0000000000000000f3cdcf2eb9839a45fec1dc9454edc0d13d703dfc3893a7cc 256 0.11/1.00 vMB 38
282,881 282,881 0000000000000000f1231ab903e1ca4cd688d9ebe2b08f26a6d5029e0ff328c0 226 0.09/1.00 vMB 42
282,880 282,880 0000000000000001829e910796b30b329c197db6a14e4a8f4bac88baa37849b2 368 0.19/1.00 vMB 47
282,879 282,879 000000000000000047bab220715a158948d6cf206321be04b73a0fb3f1b84161 234 0.11/1.00 vMB 50
282,878 282,878 00000000000000018f05a7bc811e22f4ff112d22401171dd0da67c4130bfc5ef 909 0.40/1.00 vMB 50
282,877 282,877 0000000000000000bec1ee6417bea3819a0c22c679ff8a86a0b2c1e6af94a5d5 108 0.10/1.00 vMB 15
282,876 282,876 00000000000000016e30a8993bdb6c8f1da2e2003ffdced97baec98b4dc372f1 225 0.11/1.00 vMB 52
282,875 282,875 00000000000000017b916aaf3430e5b9678e53bd5f3d4bbcaf63d2c023a58bc4 241 0.13/1.00 vMB 30
282,874 282,874 00000000000000015151fe4c165e0cb0aa40f6afeda65653cdd35972eb90de8b 255 0.24/1.00 vMB 19
282,873 282,873 0000000000000001671689286e912bffb209f43a7a216bb19cf180ae7cb2813e 472 0.25/1.00 vMB 43
282,872 282,872 0000000000000000af40c79a1a0fd8cdb58887dea6c3f051397f03404ca241eb 213 0.15/1.00 vMB 22
282,871 282,871 0000000000000001b95dfa6bbe1bf9c2fd73c6ad953d9e9af91843d5ab7eb13e 462 0.25/1.00 vMB 27
282,870 282,870 0000000000000000bef21b4705e766ff5c386695729d992ecb5209ce58a0359c 734 0.25/1.00 vMB 46
282,869 282,869 0000000000000001d748fb3c4b40ba14a62e8fe657d9932b27f7782003bffe82 763 0.25/1.00 vMB 132
282,868 282,868 0000000000000001b1d7b19576d9cc379c4a67a6296e2c2cabb0e4f698592ec3 152 0.05/1.00 vMB 322
282,867 282,867 00000000000000003d17bfe8ba4d4f75b7df402e69294923d273a46ff3b9e5be 872 0.46/1.00 vMB 34
282,866 282,866 000000000000000046847c5c6ee9f05c5f0db095b7ea9b195eb1c413524320cc 161 0.05/1.00 vMB 75
282,865 282,865 00000000000000008b5d4a698d5f2e59275a99d1dab7b04954738cb84e4fd078 292 0.15/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.31 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: 658.74 GB
    • Received: 14.58 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.