Loading Tool

Explorer IconExplorer

Memory Pool

82,772 transactions
31.78 vMB
0.11693389 BTC
Random Selection Loading Transactions
Max Size: 191.00/200 MB

Candidate Block

Mining Attempt 6ac895709a1e6be0232d4e0e191d40000ba77865fd8ef129f5aaa20c2dbfcba7
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 5a3f2fca0ac5bb78faba96f71adea614099d32f984db6ebc112e877f79e2ef0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.03096525 BTC
Feerates: 318.30 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (499,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,765 415,765 000000000000000003c7d1fbb5805716013fe97cb8736328ea796e444395c81c 412 1.00/1.00 vMB 13
415,764 415,764 0000000000000000043bb341910b4f6dcad4365bd5b4a22b21c810aa3dd96106 840 0.75/1.00 vMB 25
415,763 415,763 0000000000000000012f1d01f25724a9918ec2ab11f7c7d5d3b0472b149f9c56 1,390 0.74/1.00 vMB 42
415,762 415,762 000000000000000004c9f9724c8b96c9dff7d04c90dbe9c9d942150c1c781ada 45 0.03/1.00 vMB 37
415,761 415,761 00000000000000000310ce67e526ec33ae35158f5b753beb4f953fd4d9eaf434 525 0.21/1.00 vMB 45
415,760 415,760 00000000000000000458b041f23941250d8a0dae957520e2d956cf983bc2657f 1,656 0.72/1.00 vMB 50
415,759 415,759 000000000000000004bf402ce5e1c3ef8d5d15a4cc12e195dbea47918b80fdc8 944 0.47/1.00 vMB 45
415,758 415,758 00000000000000000457c8690c41c320cca3ebe4404fc02dc5bc8600ec9be4c5 662 0.39/1.00 vMB 47
415,757 415,757 0000000000000000043c68b814f598a331f69a56c2182b3298cdd831fcb84c66 738 1.00/1.00 vMB 15
415,756 415,756 00000000000000000216c4781df4010a8a0a184dc399b8259daeb166fc850f41 1,834 1.00/1.00 vMB 38
415,755 415,755 0000000000000000005c60a4f859ed34d1524e65f4801cd9a1ac8460d5a0edf2 1,914 1.00/1.00 vMB 37
415,754 415,754 00000000000000000132dc09780708581a3489b52dd358de3a06daa32fe4fc1a 1,895 1.00/1.00 vMB 45
415,753 415,753 000000000000000002610353dfed03af3638346c5e72c1ba54e9bb26add64a2d 2,728 1.00/1.00 vMB 65
415,752 415,752 00000000000000000461225a4d4ddffe7bd28895f6e6b0cb65b905104770a6fe 1,199 1.00/1.00 vMB 37
415,751 415,751 0000000000000000044a43354d449711338b13e033a86760b33d58c02c418fa0 2,292 1.00/1.00 vMB 60
415,750 415,750 00000000000000000266a35787eca313795da8d33b8364b3065a31819dff20a7 2,870 1.00/1.00 vMB 64
415,749 415,749 0000000000000000052a17c0ff1c49b080cc0dd66692ba55844ef0c30ff9592d 852 0.73/1.00 vMB 31
415,748 415,748 000000000000000004320da56899c066bfafe4aecc01610e0b25541207ca2deb 1,372 1.00/1.00 vMB 28
415,747 415,747 000000000000000001db04c6eb73497f7fc2cb1bd85b89f07455e54e2c91fc44 1,699 1.00/1.00 vMB 28
415,746 415,746 000000000000000001a9e5b34f88ca6b585393b78eb535b6f33632b6e3d85c0e 2,663 1.00/1.00 vMB 64
415,745 415,745 00000000000000000196276978e84e298459e15874bb189ade93b4d084f9b69e 1,415 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.