Loading Tool

Explorer IconExplorer

Memory Pool

84,138 transactions
30.96 vMB
0.11180787 BTC
Random Selection Loading Transactions
Max Size: 186.65/200 MB

Candidate Block

Mining Attempt 22bbf1ad38edd4f02a926b3ca9d0443d7f90e1d47d8e2898132222efeb6fd83b
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root b56911713b0b49bbc3449e56a360b36a273b22250471332816c6012b2c7fe9ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.04345863 BTC
Feerates: 214.31 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (148,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,348 766,348 000000000000000000051a00e0beacddd475c027b43f6fc2b9a836bcdd5413ec 1,978 0.92/1.00 vMB 3
766,347 766,347 00000000000000000001bc440c680b419ba09a9b588ff44b75e0e68a3bd21436 2,875 1.00/1.00 vMB 20
766,346 766,346 00000000000000000001e2028d09dc8ee2ce2dc908ada447fa8cbed4d6f3a8f7 1,041 1.00/1.00 vMB 14
766,345 766,345 00000000000000000000b271b5d8b3826c8bb71d328a1584f9b9f8dc7dfb4f82 2,221 1.00/1.00 vMB 21
766,344 766,344 00000000000000000002fd82847a23f0256658c44c499ec5acf521f2c62a571b 1,972 1.00/1.00 vMB 19
766,343 766,343 0000000000000000000710f369889504c650e1e76492fc651f3bde891ba76ec2 1,283 0.54/1.00 vMB 4
766,342 766,342 00000000000000000004230de843bcf0f7699ce27fd03a147f60e0a8ad49c0e3 2,752 1.00/1.00 vMB 21
766,341 766,341 00000000000000000007e8d60dcc13146d8cb538a56afa70e50c9b88e45f9a73 199 0.05/1.00 vMB 20
766,340 766,340 000000000000000000037dbfbec69b8656d29ff5225a91003581e1bf20724d5c 589 0.19/1.00 vMB 16
766,339 766,339 000000000000000000012fc2adac76879d8fcd503cb02c858697da5a6021cf5a 1,425 0.48/1.00 vMB 7
766,338 766,338 0000000000000000000596d9bc1bbca283f3540e73949715a05bfd26c5d668e3 3,031 1.00/1.00 vMB 19
766,337 766,337 00000000000000000003dd50131fe44b4f6bdd1fab4ebab7dd75d8b936ae5d00 62 0.03/1.00 vMB 17
766,336 766,336 000000000000000000066bde94c4ef30d0ee34a9774fc01f24bf465b2876629f 1,917 0.87/1.00 vMB 9
766,335 766,335 000000000000000000020921665114b0b0829c458342b906a06402ddeea30156 2,414 1.00/1.00 vMB 10
766,334 766,334 00000000000000000007b0f376a2a96c234030ea9ce1cd2bf0435024f5026925 2,877 1.00/1.00 vMB 6
766,333 766,333 0000000000000000000556851749b2ffaae2e79552240818cf6a2b732babab0b 3,333 1.00/1.00 vMB 23
766,332 766,332 000000000000000000009dc36d91ab39a23ca9b914d10884b5235b87225203ed 2,698 1.00/1.00 vMB 16
766,331 766,331 0000000000000000000192c43fab649d31116bc94acdf5f77f35e9c23e4d5d6a 2,887 1.00/1.00 vMB 14
766,330 766,330 00000000000000000002b0a6a5b467ce2fd20bf2a7b0ddbba1a2c51267eb5d44 3,743 1.00/1.00 vMB 23
766,329 766,329 00000000000000000006f80ef99f54094b7a0c01c15df200a0af7c06a4276f13 3,092 1.00/1.00 vMB 32
766,328 766,328 00000000000000000000d15786023cd13b7df75be2e2d3a332bf41c3492a114c 1,670 0.51/1.00 vMB 14
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.61 GB
    • Received: 14.76 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.