Loading Tool

Explorer IconExplorer

Memory Pool

42,350 transactions
26.63 vMB
0.07525295 BTC
Random Selection Loading Transactions
Max Size: 138.63/200 MB

Candidate Block

Mining Attempt cbf7904de91dfd392e26ecaa014bb731505dd20eee5b5e34ee98115ce923d1bf
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a12ae8678a0d862ae228df95a650208a700417dd7b7ff879e6219c457a9df9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.02610237 BTC
Feerates: 99.53 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (260,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,167 654,167 0000000000000000000d6644d09e289d62d3b0e003bc1d8cdab81ae940309a47 2,184 1.00/1.00 vMB 34
654,166 654,166 0000000000000000000d0446d1c3157bd93b5e86899e1577b41b63d210ddefb4 2,706 1.00/1.00 vMB 26
654,165 654,165 00000000000000000003c1f683d20abffe1c8d914884e40dc5610575e627d566 2,689 1.00/1.00 vMB 23
654,164 654,164 00000000000000000007fe7e9a39a3c750adb28219b96e655d0ee15a07b4f1cf 2,396 1.00/1.00 vMB 77
654,163 654,163 000000000000000000046957f2ac9006e316f27f99d94f0e802ce05ab7edd06f 2,251 1.00/1.00 vMB 12
654,162 654,162 0000000000000000000140d1e7df7e9a1a4c9066193d7b0d8c3902f78274eb73 2,259 1.00/1.00 vMB 71
654,161 654,161 00000000000000000007336a0a2e3e3eefc450e9e93d1c2a56c9fd93ddef025d 2,107 1.00/1.00 vMB 97
654,160 654,160 000000000000000000017bce9a8de756da0d780e7483eccf22f4ab1b463b99ab 1,911 1.00/1.00 vMB 126
654,159 654,159 0000000000000000000c2ce486741dda9b48d62374247654d5f93318488bfa29 1,401 1.00/1.00 vMB 167
654,158 654,158 0000000000000000000cec4112e9b0baa1f22f5ae1771cc55b42d63f57737d02 2,353 1.00/1.00 vMB 99
654,157 654,157 000000000000000000042c0e0bd4221622eee3d7354f9d25445183645cf7add8 2,190 1.00/1.00 vMB 48
654,156 654,156 00000000000000000000d2ff1f4e1444655db74d4fd3b3f0326905fd92753210 2,225 1.00/1.00 vMB 88
654,155 654,155 0000000000000000000602489fcd1274ab43d641f109c953b1157fd1b16bb8ef 1,904 1.00/1.00 vMB 115
654,154 654,154 0000000000000000000469a36854f14d5c6fc31a118746cafd59ef691b8bbc8f 2,245 1.00/1.00 vMB 119
654,153 654,153 0000000000000000000d2813355a7c6d4c77f9b3777dc320ec4c2b9eda735ce2 2,525 1.00/1.00 vMB 140
654,152 654,152 00000000000000000005686734633559b85135fb3df2753ba78157c4d9d436b5 2,680 1.00/1.00 vMB 20
654,151 654,151 00000000000000000003274963eb76074efc0ac57985643e809c677a8d0ac77e 2,556 1.00/1.00 vMB 71
654,150 654,150 0000000000000000000589057827056a1e03cb7957d78851601a90791c855163 2,675 1.00/1.00 vMB 90
654,149 654,149 0000000000000000000b0abd7ce19518654700385406ea1cc2e5901fcffa4a17 2,440 1.00/1.00 vMB 69
654,148 654,148 0000000000000000000977c8145a8db0dcb7bbe7281c4319ecfcbbbd0bcf33da 2,794 1.00/1.00 vMB 28
654,147 654,147 0000000000000000000b9a899032be8100b0f3d9665e26d32df9cec5787affe8 2,665 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.