Loading Tool

Explorer IconExplorer

Memory Pool

76,586 transactions
33.62 vMB
0.13103181 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt d067974ec14cec860adcbaa93d1c56f42548c90368e3715b6128c5c75da1b6b7
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root dc00b5371e37b6a058fc6bc81afd16d05b797fa3fd7443de60cc240e60f55562
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,920
Size: 1.00 vMB
Total Fees: 0.02176190 BTC
Feerates: 445.78 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (72,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,055 843,055 00000000000000000001f51a3f52206225a6134d06e5da839944211df5b70fc8 6,269 1.00/1.00 vMB 24
843,054 843,054 00000000000000000002fdfcf850d135a2940611aecb6fae5e15c43b1fdfe28e 4,948 1.00/1.00 vMB 25
843,053 843,053 00000000000000000000c315476d5b22d2596894f31bfcd9f75e825ea029c764 5,325 1.00/1.00 vMB 34
843,052 843,052 00000000000000000000777965c4ccbfa24e19761f0d8ea9d43197e87faebcbe 4,584 1.00/1.00 vMB 15
843,051 843,051 00000000000000000001f12ceb7e7d3acda7e5bd3a5d227b67483efb08c55f5c 2,665 1.00/1.00 vMB 11
843,050 843,050 0000000000000000000016f4c42018b9ccd58c95a3f121864275d849d070cb6f 5,417 1.00/1.00 vMB 12
843,049 843,049 00000000000000000000f158a0e6a578bb262788ca99d50d4b8d0029c0653bae 4,494 1.00/1.00 vMB 17
843,048 843,048 000000000000000000020f7f30b8b6add1e63c9496da588b8cc76d69ed8a4430 2,292 1.00/1.00 vMB 21
843,047 843,047 0000000000000000000036bf445749dd38c7593e2eb293742fb62196938a2da0 5,687 1.00/1.00 vMB 13
843,046 843,046 0000000000000000000192821198d0f3116ee496340256b81f7cc6888a600183 1,786 1.00/1.00 vMB 17
843,045 843,045 000000000000000000016d4843755ed705cafb30c0c7a71cf2b9d4a21f06b1e6 3,648 1.00/1.00 vMB 13
843,044 843,044 000000000000000000009565699b908179933690ccbaf1e68c1a33bd9ba9bea0 2,925 1.00/1.00 vMB 14
843,043 843,043 00000000000000000001c0ebf8d2a7be89477529693d7fef0617efd37777ffcb 3,857 1.00/1.00 vMB 12
843,042 843,042 00000000000000000000dbb5a5315f5952fde6d01a447693977a76d7f84863a9 3,465 1.00/1.00 vMB 17
843,041 843,041 00000000000000000001b679df5e6bed5d72acfc0636b9b421be3862d0b84b67 1,932 1.00/1.00 vMB 20
843,040 843,040 0000000000000000000091f2ca11e650eaac589e8cc16efde501581dffb7d9cb 2,910 1.00/1.00 vMB 24
843,039 843,039 000000000000000000002532c95938a016934eb74ff5bb39994df2f583e2ae87 2,226 1.00/1.00 vMB 19
843,038 843,038 0000000000000000000180172a1684544b7ce3c4c5bc8555138881f24c673ec5 2,793 1.00/1.00 vMB 22
843,037 843,037 00000000000000000002183291c479c8b22beb3b3bbe327c19630c0a4cfa5184 3,440 1.00/1.00 vMB 35
843,036 843,036 00000000000000000000521b4b201b6084efb9413097716cba521067b8a01b0b 2,860 1.00/1.00 vMB 23
843,035 843,035 000000000000000000008f35fa9274590e6ba67cf23714c6308e85f533b147c5 3,503 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.12 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: 736.47 GB
    • Received: 18.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.