Loading Tool

Explorer IconExplorer

Memory Pool

51,499 transactions
29.16 vMB
0.08242770 BTC
Random Selection Loading Transactions
Max Size: 156.19/200 MB

Candidate Block

Mining Attempt cd978fbd39c36b5a5861d9c9def2693f7581b87a7c96f2cf09982c46c70a8df3
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 5098fe9927ea4ddc34a8378cb80680b2d930bf295b67eb2abab33f40582f0ae9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.01586699 BTC
Feerates: 70.37 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (431,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,761 482,761 00000000000000000066f8a69df0256ecc50464d681389b437e04e8883b497c6 1,630 1.00/1.00 vMB 22
482,760 482,760 000000000000000000258c3e74e13ec461ed76dd4869f3b4a68b95a9f334b411 2,203 1.00/1.00 vMB 171
482,759 482,759 000000000000000000e6e05ad39de79e0331e7e82c06e37cbf19c6dbfb60e042 1,819 1.00/1.00 vMB 183
482,758 482,758 000000000000000000a785bedae2f0237d2d53c27cad82ef35e9cb2326174a2a 2,356 1.00/1.00 vMB 91
482,757 482,757 000000000000000000403ec15e368d3c459b8769bf5d969346f85571e9ef5dd4 1,598 1.00/1.00 vMB 113
482,756 482,756 0000000000000000011005a255ff3f67ba49aca45dda4a79a98f857d40ab4d45 1,860 1.00/1.00 vMB 303
482,755 482,755 00000000000000000104467eb7e6a71d2aed7de37dec564dcad7f710003e6d61 1,974 1.00/1.00 vMB 409
482,754 482,754 00000000000000000114db25a061bc50e133532529540524ec079a7a64b5a207 1,742 1.00/1.00 vMB 117
482,753 482,753 000000000000000001020dd12e6aeb1a1a8488ff717f68342d922599f107fb9f 2,383 1.00/1.00 vMB 68
482,752 482,752 0000000000000000011a599bd057bf4af9e8847b594c16ef6927a127d1c28808 1,866 1.00/1.00 vMB 269
482,751 482,751 00000000000000000054b58c36b896d2f7216f36e4244d4f5a13d80e94aeadd2 1,503 0.99/1.00 vMB 211
482,750 482,750 000000000000000000ee65791932c3afd9228c2140f13adbb71aa67a18ce8528 1,562 1.00/1.00 vMB 214
482,749 482,749 000000000000000000d4db6e51af8cf7e4becb99ad9baac62ba12a0cad5c0d6d 2,211 1.00/1.00 vMB 447
482,748 482,748 0000000000000000009d3a18de00c3b2af235b991f962f21a95ef749f45158ef 2,113 1.00/1.00 vMB 342
482,747 482,747 000000000000000000ee68e3e38896a2dd578fe59fc88a588440951f93f1bbe0 1,635 1.00/1.00 vMB 424
482,746 482,746 0000000000000000008177c50cc4274bbcef8116e5c4728d3f37ab7950b28d9e 2,040 0.99/1.00 vMB 148
482,745 482,745 000000000000000000c96f2626691f8dc69f35fe482b112cf1b59e4f1b8a6a04 1,822 1.00/1.00 vMB 339
482,744 482,744 0000000000000000007bd7cac85f24ac869859aa74d200d8074e08fe61b92e35 1,846 1.00/1.00 vMB 384
482,743 482,743 0000000000000000001c3a629a3e3079ebb58568104716d5ba0db573dcf34737 1,708 1.00/1.00 vMB 329
482,742 482,742 0000000000000000009dc853cbcf967776b16e57ca0edde199c045819c1ca514 2,047 1.00/1.00 vMB 361
482,741 482,741 0000000000000000009c565f2494dfc0459731db4d8833eb21231900d983b691 2,095 1.00/1.00 vMB 403
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.