Loading Tool

Explorer IconExplorer

Memory Pool

36,206 transactions
25.78 vMB
0.08398837 BTC
Random Selection Loading Transactions
Max Size: 131.94/200 MB

Candidate Block

Mining Attempt 487292e9466b190400b7e7c9d6124fb5cfc0cdb30003868cad853a8d24918b21
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root ff818177e5fe81addd9694865ae09b291f7593b725749d61d725d8565aae2b36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,230
Size: 1.00 vMB
Total Fees: 0.03684626 BTC
Feerates: 171.09 > 3.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (202,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,099 712,099 0000000000000000000a3e3863ac7094a2eea6093605ef370d9da3ce9b602db3 391 1.00/1.00 vMB 9
712,098 712,098 000000000000000000091158d9d0aa8bdfa5fae3c8c21a158d3b8c4b49f6b84a 2,193 1.00/1.00 vMB 12
712,097 712,097 0000000000000000000b0349af06670b7894decf7f85cb5ec364875d47695416 2,841 1.00/1.00 vMB 15
712,096 712,096 0000000000000000000a1609b3886a70ae7601761a923b078a8930b699c96d16 2,524 1.00/1.00 vMB 17
712,095 712,095 0000000000000000000486f2969655e5ba1156e58cc7a6d2ce20ef6a1f63e961 3,486 1.00/1.00 vMB 24
712,094 712,094 000000000000000000021565be51cacc8f54d5d830fc6ecf950b981959f5796c 2,366 1.00/1.00 vMB 24
712,093 712,093 00000000000000000007a5ea85a6efac5c8c77e50c2fb76afc583e406be3aa66 2,931 1.00/1.00 vMB 12
712,092 712,092 0000000000000000000931dcb1cb22792c0c5a17904b4400805906ad4979afeb 2,209 1.00/1.00 vMB 20
712,091 712,091 0000000000000000000bdbeaf4e7dac92593c6d6d216d97a9eb1809bc1335a75 2,815 1.00/1.00 vMB 16
712,090 712,090 00000000000000000000f71625afb0e34eaa79bb976a3cb6305128b78b7dd677 1,524 1.00/1.00 vMB 13
712,089 712,089 00000000000000000002a63f1ff7bcb3e96ca86f346c0156e301997fd15940c1 1,402 1.00/1.00 vMB 12
712,088 712,088 000000000000000000087e5ed7bfbb42d6c4fd44dcc75385e9b6e2549d6654a7 3,145 1.00/1.00 vMB 18
712,087 712,087 00000000000000000009b573c3b96d99567e5b01140adc0e2f40905bf14447a0 2,024 1.00/1.00 vMB 13
712,086 712,086 00000000000000000001e72c4a59618c2e45a0778ad83484beedd19b266551ba 535 1.00/1.00 vMB 10
712,085 712,085 00000000000000000002843dcc42d053f75ba3e5f1952b9c152e958d457a9a40 1,318 1.00/1.00 vMB 10
712,084 712,084 000000000000000000090e16641d0ae4d6ce17d49e1963bd377b43e0f532a95d 3,179 1.00/1.00 vMB 21
712,083 712,083 00000000000000000000bfdd23cae4998115eea35531e78cead7c95b89befe05 3,387 1.00/1.00 vMB 22
712,082 712,082 0000000000000000000b5853400daa2dc21cc164d8ca4d2ea3db42aa09e44f61 1,064 1.00/1.00 vMB 11
712,081 712,081 000000000000000000039ec5c9e9e203349c607a9f9db17b2b1d7a1d86ed9b40 532 1.00/1.00 vMB 10
712,080 712,080 00000000000000000001e1a29bce3a7bb5917a1dae825268746418dee765ca11 796 1.00/1.00 vMB 11
712,079 712,079 00000000000000000006ef2643254d0d832a1c7cb15e0ee45a61180d0e26434b 100 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.