Loading Tool

Explorer IconExplorer

Memory Pool

77,415 transactions
28.98 vMB
0.10215470 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 14c4e571f06ab582324877cfae3a632199bf51f2acbf3b3e28a5a76efdec596a
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 774dd48dd1c63f6d07156bdbf23fb553e30b9479f40eb3eb5be85c99ad21562c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.03162076 BTC
Feerates: 180.82 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (516,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
399,014 399,014 00000000000000000697f98b46e9d49eab8e73bbb1f437d17eb5f115248b2712 334 0.24/1.00 vMB 34
399,013 399,013 0000000000000000006e86efe8a372c63aa3e3801a3bda22e47c44c591d55422 44 0.08/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.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.