Loading Tool

Explorer IconExplorer

Memory Pool

79,140 transactions
29.36 vMB
0.12451828 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt bed06f4e44b03f76a146d8235dcbefe2ce7137ad2b31ce81de358e1633783c33
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9347ac78068232c4c75bdbdcfce4af9439eb6c43c3acd15c8c7fafc5fcf55006
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.04510900 BTC
Feerates: 150.80 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (140,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,652 774,652 00000000000000000000b8da1a3b5bdb139c565eb34dd540bc94365635742e17 2,637 1.00/1.00 vMB 7
774,651 774,651 00000000000000000006533c686c0b26a63c4c3d794143e8143a863cedb6c832 2,242 1.00/1.00 vMB 17
774,650 774,650 0000000000000000000452cb990bd0d5911651ed296c704af9541a14b17b0dc7 1,851 1.00/1.00 vMB 28
774,649 774,649 00000000000000000006c150a764462206d64c3b366496f268d0e6dcf6ce5fd8 3,344 1.00/1.00 vMB 23
774,648 774,648 00000000000000000003c68fab88f9425b96c0858f97ae51a59f63f61a131261 816 1.00/1.00 vMB 5
774,647 774,647 00000000000000000000dead6977a1d8637f7fb6613e113bc35f37219186d863 376 1.00/1.00 vMB 1
774,646 774,646 000000000000000000019f2aac69a20023f5a3c01fc104b67019ca60be6050cc 2,601 1.00/1.00 vMB 12
774,645 774,645 000000000000000000013153bad0f058e406dfcfc600d840f12aa673ef626a78 1,628 1.00/1.00 vMB 3
774,644 774,644 000000000000000000070561c67f4e697b6668e933c07a1fbe9f19dba979e3de 2,439 1.00/1.00 vMB 13
774,643 774,643 0000000000000000000546f0727e20a6859cc178c5c81a576eb07792ddebf2c2 3,335 1.00/1.00 vMB 15
774,642 774,642 00000000000000000003bc0646e0d3a1dbaf8732b9abbc2e8019d9b2ac54929b 3,132 1.00/1.00 vMB 28
774,641 774,641 000000000000000000052d9f52f5767a00fb521d64b2f957a496244b0e23f8d4 2,742 1.00/1.00 vMB 5
774,640 774,640 0000000000000000000354503de3576ba6827f7d2a5b24c6d5ca712153283537 2,891 1.00/1.00 vMB 19
774,639 774,639 000000000000000000013a8d6e14a1bbc14fc3afd1e71e0636e7cd4abb135e85 4,344 1.00/1.00 vMB 8
774,638 774,638 00000000000000000003017e6092e9422f0c42764069e3830e8b760f27c04c07 2,514 1.00/1.00 vMB 9
774,637 774,637 00000000000000000004e8a4c96d9c1b4be2a42d6da8522e1cb2ca79cc398a0b 1,462 1.00/1.00 vMB 19
774,636 774,636 000000000000000000040a7257dd767b15b1501873acda7338615581cf324176 2,123 1.00/1.00 vMB 6
774,635 774,635 000000000000000000061a204d479c5675fa147ba06fdaea1be882c04716940e 2,918 1.00/1.00 vMB 17
774,634 774,634 00000000000000000003fc09524e8f995c98ad08559d9a1b3187c623a8bd9eae 3,491 1.00/1.00 vMB 15
774,633 774,633 0000000000000000000521d8e88186fa2c6766b027868fe91437a0c556a59506 3,447 1.00/1.00 vMB 28
774,632 774,632 000000000000000000002e4a3e220267feaa0e839e32fac3e9efb2d79b2c7e6c 1,651 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.85 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.79 GB
    • Received: 17.21 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.