Loading Tool

Explorer IconExplorer

Memory Pool

83,620 transactions
30.73 vMB
0.12211269 BTC
Random Selection Loading Transactions
Max Size: 185.06/200 MB

Candidate Block

Mining Attempt 36f616b5bfa4f681d43d6b42312cccd5e6c91ccc48a5d7b303198f3ca480e928
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root cac7378ad388dda76f18beea54e171e73b29fb2571277b4aafefa6594b2b0bef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.05644372 BTC
Feerates: 526.32 > 5.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (273,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,954 641,954 000000000000000000091872779f3100e928dbfba40f43141e3a9622803e9a56 2,958 1.00/1.00 vMB 98
641,953 641,953 000000000000000000108466870cfb575d0a1e9468660827d732be65a0767f5b 1,090 1.00/1.00 vMB 32
641,952 641,952 000000000000000000067338893c65512744fc89675924a2b76dd3c4bed3f5e6 636 1.00/1.00 vMB 14
641,951 641,951 0000000000000000000ab2c5a61e2d646f653d81c6730f27f0f2ff56f06d6799 604 1.00/1.00 vMB 19
641,950 641,950 0000000000000000000f862490669c22d83fb7bf6370bd7d9815563b0f3800ef 1,237 1.00/1.00 vMB 12
641,949 641,949 0000000000000000000b64bf8d1cbca52db26af03b08d12f73b9e4416f96a31b 2,625 1.00/1.00 vMB 11
641,948 641,948 0000000000000000000ec62b7eedde8f5fdedaf17e019c626a3ea99e1294d39c 2,881 1.00/1.00 vMB 95
641,947 641,947 00000000000000000004b56eeee54add19fd5979f5b1542a302563acbbde93b1 2,496 1.00/1.00 vMB 68
641,946 641,946 00000000000000000005ecb965e02e74f1a599a9d92c501b16dd9d36ab1bb15f 2,309 1.00/1.00 vMB 132
641,945 641,945 0000000000000000000a0809fecd1bcf1a130037cdb8f054a701547817de56d2 1,357 1.00/1.00 vMB 30
641,944 641,944 000000000000000000074e7fec1b6fcaf9ea812484145bcd5e64779f19f44136 625 1.00/1.00 vMB 6
641,943 641,943 00000000000000000000213c294b598b52d9ceda0351afab15a63f239b38c907 1,103 1.00/1.00 vMB 13
641,942 641,942 0000000000000000000bb69c0b5c062834c20c6ac6539268539f0e47e610ab10 2,263 1.00/1.00 vMB 62
641,941 641,941 00000000000000000000c8b0efb4a334a4a977947bb7e02240d4813ae19da791 1,650 1.00/1.00 vMB 28
641,940 641,940 0000000000000000001002a39d52bbe7b7f70e3f99c0f76ffe16ef32c145f8af 1,546 1.00/1.00 vMB 28
641,939 641,939 000000000000000000061fc406e1cc9e2ae0e019b8093ef3d67ac00d6414e135 1,846 1.00/1.00 vMB 24
641,938 641,938 000000000000000000029cf41a3b8a59abe6ad20d931403c42ffdd3e4b7fc813 2,432 1.00/1.00 vMB 29
641,937 641,937 0000000000000000000a5054f4b8bcac63728581c834dfe4120fea17dbaa50bb 1,572 1.00/1.00 vMB 77
641,936 641,936 0000000000000000000bf5ff2e4cab45ac0c022bdac3917fcc1e88ff9b44e233 3,338 1.00/1.00 vMB 170
641,935 641,935 00000000000000000000df5b09c8783958f7e98d3742e43e0dae35148372e13e 2,352 1.00/1.00 vMB 86
641,934 641,934 0000000000000000000c846171ead33ed426d79d173fbb569613158c284229d7 1,040 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.73 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.