Loading Tool

Explorer IconExplorer

Memory Pool

42,576 transactions
27.87 vMB
0.08053824 BTC
Random Selection Loading Transactions
Max Size: 144.01/200 MB

Candidate Block

Mining Attempt 96c3465b6daf5c619336da0fbcf39f728a5240082de8b17352cdf3776a79d2d6
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 8b6a0782cb56f3afb418b1493d99d8e8d84631476f1b2c84f89c044a77fdd579
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02374376 BTC
Feerates: 180.63 > 2.38 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (220,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,719 693,719 00000000000000000011a5c976b680a66e8c3b9b855f35760d2b9c088d386b23 2,474 1.00/1.00 vMB 10
693,718 693,718 00000000000000000012235e865d8bd4cda719b1645e4d4dfc88ab207c96d36c 2,312 1.00/1.00 vMB 50
693,717 693,717 00000000000000000003f4fcbb59a7aaff7ce97dfee367085116802a9c4dadf0 2,292 1.00/1.00 vMB 9
693,716 693,716 00000000000000000010c59f3eb93f77aae5454bc34d5260003531b74826ad26 461 1.00/1.00 vMB 2
693,715 693,715 00000000000000000009df3454542dd76eccf8e41aed906215ab24b278fcc746 1 0.00/1.00 vMB 0
693,714 693,714 0000000000000000000c2dade0f4e1034ffae1aea570c8c5cb586b0e34a5331c 2,617 1.00/1.00 vMB 11
693,713 693,713 00000000000000000005e440eb56b6a992c36a666465502284c7803559750954 657 0.22/1.00 vMB 14
693,712 693,712 00000000000000000010d2c527afa84f2b036da28c2ed269e3dff27285b9947b 1,019 0.31/1.00 vMB 12
693,711 693,711 000000000000000000074edadf96dcb4f41ef6f22a6caad2530f2a9dbad32833 1,218 0.84/1.00 vMB 6
693,710 693,710 00000000000000000006bc9328d0caae7e0939f9801e5e2fb43d53484b4b6096 1,835 1.00/1.00 vMB 6
693,709 693,709 00000000000000000002ac7160d61250d63aecd3420c52037485bd4d7d20b767 2,387 1.00/1.00 vMB 17
693,708 693,708 0000000000000000000e4be80db0cf5d14f6dd17fa5518f5b6322d72a53a9fcd 2,274 0.86/1.00 vMB 10
693,707 693,707 000000000000000000064f988359068a46c0eb1b340cb9fea6cc0f0d7831eeba 850 0.83/1.00 vMB 5
693,706 693,706 0000000000000000001037ce13024eca0168a428a6a5e90ad36c87c4b528dabf 88 0.50/1.00 vMB 1
693,705 693,705 0000000000000000000ab3d0b545da68b0ca6dac9a7b56aad6aabc20cbe759ab 2,300 1.00/1.00 vMB 9
693,704 693,704 000000000000000000078a91ba0112588dee98329d278c9b95e909289a3115ae 532 0.21/1.00 vMB 8
693,703 693,703 0000000000000000000ff98d99b08b10c6a871e17d76d6d6cac0bec592b3d507 356 0.56/1.00 vMB 3
693,702 693,702 0000000000000000000d0340802f334149f6a559af0ffa42b017b7292f48521f 2,250 1.00/1.00 vMB 10
693,701 693,701 00000000000000000008c2746f829a10d0bdc951d2ccd62142f9f1fab5b0a22d 441 0.30/1.00 vMB 6
693,700 693,700 00000000000000000008a7407c29f2be83ddbf143fe9aa07aa018316beccef14 2,545 0.98/1.00 vMB 10
693,699 693,699 00000000000000000005f1b50509080f552767800e2315a4a17fa6a69bcb2bdb 437 0.26/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.