Loading Tool

Explorer IconExplorer

Memory Pool

76,091 transactions
28.76 vMB
0.07093001 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt 3a32624b9599f6b20e30dfe7b4cf760968eb20bc7b34dc9277ea8e03865d32f0
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root bdadd676bd30502e735c7eed26e616bbcce7c8a9871a8687920c2a309d3d3c9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.00836009 BTC
Feerates: 77.76 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (516,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,035 399,035 00000000000000000358f556f3bda848ecb587840af2aef5719547f7e4e1ad57 1,398 1.00/1.00 vMB 18
399,034 399,034 000000000000000003dca1f331c6ceb9bac827c5916fa0fc93cd9a97d741374d 2,412 0.99/1.00 vMB 46
399,033 399,033 000000000000000003387a71105d5020105635ec30404d1f1383d7bd334e8b20 1,714 0.93/1.00 vMB 30
399,032 399,032 000000000000000002d7d75d8d4a4efcb0423a0a1ca2bde613894e80a23b5bc0 846 0.37/1.00 vMB 35
399,031 399,031 000000000000000004d72a7bc434f398600aa16e38c9c74a8e7403e782f3f14c 1,967 0.94/1.00 vMB 39
399,030 399,030 000000000000000001cf2b32618c2d212ef59cc596e6ed895093d7979ffa369d 686 0.64/1.00 vMB 16
399,029 399,029 0000000000000000047a79e1592ea4cddf31cec0081bac2a1fa18005e073ba05 2,674 1.00/1.00 vMB 47
399,028 399,028 0000000000000000070c18f295bce98c980ac7a4eb6f505f04a5107dd86d208c 1,783 1.00/1.00 vMB 35
399,027 399,027 0000000000000000051ab8e211fc0850c84198a92eba8c37989f571266c4650b 1 0.00/1.00 vMB 0
399,026 399,026 00000000000000000589deb7f5fd91a664c6f29e1c2fdbaf066e70a049dc1169 2,577 1.00/1.00 vMB 45
399,025 399,025 000000000000000001b28bfb2e46602df631fa7fac12a0337e389cb9891cd003 1,612 1.00/1.00 vMB 30
399,024 399,024 000000000000000003c44b5606c8fe695a24c6c1b87bd438d86c7d418025e9f0 1 0.00/1.00 vMB 0
399,023 399,023 0000000000000000007bfb704f5872bbb309079ceb02310520a632c8d612ebb2 1,250 0.93/1.00 vMB 28
399,022 399,022 000000000000000002714a552cc2c2caebad40945a240dc40f801de58ed64d81 1,489 0.99/1.00 vMB 124
399,021 399,021 0000000000000000074616e7ceb585d8e6d801e5b59395709a71a69ab43c00de 1,967 0.86/1.00 vMB 40
399,020 399,020 000000000000000006a132654628f3602e19add664c5ee2ba8e41b77c313163e 2,269 1.00/1.00 vMB 46
399,019 399,019 000000000000000000f0337d3a9ca6f0aa9d40f79664838c1f3c9f19ebfa68f6 2,479 1.00/1.00 vMB 42
399,018 399,018 000000000000000003aab0bbb2dfcd742516c974be9176e24d656a939c1cc845 2,408 0.98/1.00 vMB 45
399,017 399,017 00000000000000000629fcb03516533507f9be34eeb65ddaaeb4474612d618b1 3,041 1.00/1.00 vMB 53
399,016 399,016 000000000000000003da258a35a71f000debe10846367cc5ca542068286a6867 2,048 1.00/1.00 vMB 39
399,015 399,015 000000000000000002941ecda690fec70f0b0491761db45d1eece2a04781576d 2,339 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.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: 710.71 GB
    • Received: 17.08 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.