Loading Tool

Explorer IconExplorer

Memory Pool

84,421 transactions
31.03 vMB
0.11554598 BTC
Random Selection Loading Transactions
Max Size: 187.11/200 MB

Candidate Block

Mining Attempt 4bb7948d5e503115074639f2f480a6562b5b54bba5ba56440b125ceb94d58187
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c49ba7e457a25b2993cf63168da14960f4e97ca242b7254fb5470ca7c6fca0b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.04652360 BTC
Feerates: 214.31 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (148,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
766,327 766,327 000000000000000000041393fc4be1854f6a7274cf9d89f3edf4c80401324101 2,000 0.66/1.00 vMB 13
766,326 766,326 000000000000000000018b991876b21dde1eabe8b6fd3cf2b2e76c591da95b60 2,560 1.00/1.00 vMB 15
766,325 766,325 00000000000000000001b3917fe210678961168eb131da25fbf0f669fe544884 340 0.09/1.00 vMB 16
766,324 766,324 000000000000000000077737b46c1a87a5b09beeab472b28a10938ba46627f9d 1,680 0.49/1.00 vMB 16
766,323 766,323 00000000000000000005d71ab9bf898b2a7a123fd3bcb280d7440dea19302afc 1,125 0.89/1.00 vMB 9
766,322 766,322 00000000000000000001267ca7e5c3904070624db47b5892d880b8b9db6d3703 785 0.20/1.00 vMB 16
766,321 766,321 000000000000000000023d0c69193274628ff7d93c3b03f6c9f9edc7f80720cf 1,660 0.62/1.00 vMB 13
766,320 766,320 00000000000000000004ec23867af21a069e0aa549dfd2221a4796c0a6d35f4a 1,598 0.48/1.00 vMB 17
766,319 766,319 0000000000000000000391ba7f2b4d70ce376f3d561d1abb3dc2c671ee0a8917 1,805 0.69/1.00 vMB 14
766,318 766,318 00000000000000000008271ed5b2ea6af1b8a48dec7da304347000f109194306 2,795 1.00/1.00 vMB 15
766,317 766,317 00000000000000000005298a1d29ee5f670a37a2990d30caa4ed3b9abd66a2cc 248 0.22/1.00 vMB 2
766,316 766,316 00000000000000000000cb490fa978b8d47d9addf2e277cb1fa177802a86b701 3,013 1.00/1.00 vMB 17
766,315 766,315 00000000000000000000fbb6a06bc813c12721a6e42f9daf26b7f8e19e0fee51 1,256 0.61/1.00 vMB 14
766,314 766,314 00000000000000000001f929959220f09b6f4dddf411e8ea22aaa0ca3c8fd2fb 1,207 0.77/1.00 vMB 10
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.62 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.