Loading Tool

Explorer IconExplorer

Memory Pool

41,893 transactions
27.70 vMB
0.07621028 BTC
Random Selection Loading Transactions
Max Size: 142.98/200 MB

Candidate Block

Mining Attempt b3db586c447542085b9c14a8a57c315e13cbacb2e784e062eb27832cc7b7704c
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 92586f28167496a91ef190d66895df81d381654baed97b4887e39ebb4b3a638d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.02110167 BTC
Feerates: 180.63 > 2.11 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (217,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,612 697,612 00000000000000000002ab2ea9e268a1d2f3a0eef37ccd6509ae8205bb0a2a55 366 0.12/1.00 vMB 11
697,611 697,611 0000000000000000000c7f46e47bd6cfe09fba499c589f0df40a551131ad790e 334 0.10/1.00 vMB 14
697,610 697,610 000000000000000000018c684e373566e98dbf1743184d779f069141dddb3a0a 713 0.29/1.00 vMB 10
697,609 697,609 0000000000000000000c22084107f0f4d2d125a5be4c8d7e6f9c16ded0ba06b8 2,878 0.98/1.00 vMB 12
697,608 697,608 000000000000000000091b66a9af7fdb7f88fc41bfb903f29728cfdab16c4a64 2,604 1.00/1.00 vMB 10
697,607 697,607 0000000000000000000551a22873484cdb579d744e5e6a35915b54bf838b84ec 569 0.71/1.00 vMB 4
697,606 697,606 00000000000000000008f67b14c9153276cff144aba5755337e7037a4bf0da86 2,704 1.00/1.00 vMB 8
697,605 697,605 00000000000000000007d7b0e314c8a5b76dc8bd02fbd3923afeee475e83b4eb 2,567 1.00/1.00 vMB 14
697,604 697,604 0000000000000000000bbd897d544cdef212fc8ce94d49a586c3de880ff1f96f 804 1.00/1.00 vMB 4
697,603 697,603 000000000000000000070ca85746e5f2dc1f0df02445bba4a1d671d99f8864a1 806 0.25/1.00 vMB 11
697,602 697,602 00000000000000000009c4dc81ffffc7ee1a62ad90fb3730fca42e0e8569923d 2,314 0.78/1.00 vMB 13
697,601 697,601 0000000000000000000850dba1e90e5f3df4a2b7a17d9e2e0e54329d463d36f3 481 0.19/1.00 vMB 9
697,600 697,600 0000000000000000000eb1c1b334d400f89f4e836420f0b6326a364a51799d56 1,298 0.40/1.00 vMB 10
697,599 697,599 0000000000000000000252db4d7bb2219baf5c1ebf532a74ede9e87dc7b0ca1e 2,258 0.80/1.00 vMB 14
697,598 697,598 0000000000000000000755743e4bc281e6e4fdee19740f71f485f56aacaa8831 1,324 0.45/1.00 vMB 11
697,597 697,597 00000000000000000004b341f4aef7802d4151dd1190e700534e6cb2aae96a21 1,398 0.47/1.00 vMB 10
697,596 697,596 0000000000000000000e9a36c1bffb2a7bc6f667c6f3ccaa92457fabba444b65 2,939 0.92/1.00 vMB 9
697,595 697,595 000000000000000000049093607d78358818b0ed03e9f309fc3556a6251335c6 2,943 1.00/1.00 vMB 12
697,594 697,594 00000000000000000006f44b5e4308f9e980e280e70711252d0f5e85fb7767a5 1,587 0.62/1.00 vMB 5
697,593 697,593 00000000000000000006994eb3d5e57da67a6ad36c351dff114ec91f55fcb75e 2,692 1.00/1.00 vMB 7
697,592 697,592 00000000000000000001b4ee112519b69b96dbc906dc69248e2338bdb9aaf293 1,699 1.00/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.