Loading Tool

Explorer IconExplorer

Memory Pool

40,891 transactions
27.27 vMB
0.07711414 BTC
Random Selection Loading Transactions
Max Size: 140.74/200 MB

Candidate Block

Mining Attempt 8c018495b6a035642e998288517c7e6859971d3d4cc686a629a1671a3ee0dbb3
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 498a08ff1d057a89c60de875d3a8abaecd0965ecb9c2f09fa9466b063d79d16a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,051
Size: 1.00 vMB
Total Fees: 0.02490252 BTC
Feerates: 107.72 > 2.50 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (217,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,617 697,617 00000000000000000004d84eef9ce466f22b721548fea41e6928f902eba9bb61 1,232 0.54/1.00 vMB 9
697,616 697,616 00000000000000000009b834656ae083a7e143e68df479e89b03835c652b6d01 2,287 1.00/1.00 vMB 2
697,615 697,615 0000000000000000000cadbcd234be9af5f820674e6d67954aa1812212be639f 2,757 1.00/1.00 vMB 20
697,614 697,614 000000000000000000030c8c304659f01d56a338dcd664e14bbd7f68ce284ebd 766 0.26/1.00 vMB 12
697,613 697,613 00000000000000000002be5092c2fab9d3b975f2e2860fb06f2b737e55f301d0 1,255 0.46/1.00 vMB 11
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
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: 633.64 GB
    • Received: 12.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.