Loading Tool

Explorer IconExplorer

Memory Pool

80,771 transactions
29.78 vMB
0.09407168 BTC
Random Selection Loading Transactions
Max Size: 180.71/200 MB

Candidate Block

Mining Attempt 3bd9db1ec31a042785faf481fdab381ffc6ccdbcd6320eb3ab0df35baf46ac3c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 682af04fde15d69837c3fdb8b5a5ffa31f415876cdc3e026dffeb054db45c1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.02683508 BTC
Feerates: 90.00 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (114,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,686 800,686 00000000000000000003ce2b5e3324ccf3708464a92440e1e12c4a592128f907 1,364 1.00/1.00 vMB 7
800,685 800,685 000000000000000000017a45078a017c84b57d34b6ef109d5d18aa1bc493a962 2,752 1.00/1.00 vMB 20
800,684 800,684 000000000000000000054a518280a8cae7019e7bf2fdc1f96baf57f277ea43cd 1,638 1.00/1.00 vMB 7
800,683 800,683 00000000000000000002803c807e0b6415ac2c38d42a75c014e866049638444d 2,142 1.00/1.00 vMB 12
800,682 800,682 00000000000000000001e820f06c8f03ff75e8ef10e0bf1dfe0abfca7fec2f77 2,185 1.00/1.00 vMB 11
800,681 800,681 00000000000000000004b37dc704354c68c0efc6a46bfb1982be3d0b0e3bf53c 907 1.00/1.00 vMB 14
800,680 800,680 000000000000000000000c826adf21755031eb6e3a7c304a48e3b213357d69c1 2,359 1.00/1.00 vMB 13
800,679 800,679 0000000000000000000103b2638ac159df4d949663fbe56fce8b2d227d32f8f0 3,276 1.00/1.00 vMB 26
800,678 800,678 000000000000000000020b1ec30282f5eb1194cce0cb5f3a3939529a017b7290 3,210 1.00/1.00 vMB 15
800,677 800,677 00000000000000000004d8133973c50bd910169d5f50c3e1e0e0f40e1a287369 3,445 1.00/1.00 vMB 25
800,676 800,676 00000000000000000000f58a8989265314873998fc1c3a5d61d6489c852f3eca 2,752 1.00/1.00 vMB 16
800,675 800,675 00000000000000000003b28993a545023dfd2e02f4405a2da65ebfcd7fe7f1b8 2,769 1.00/1.00 vMB 12
800,674 800,674 000000000000000000030720d775eb5802340d47bdb54d228d5cd0d47e632c82 3,003 1.00/1.00 vMB 19
800,673 800,673 00000000000000000002b6e22bae3b1f28339b6275c02ec9cbb6f19ffd9c7e9c 1,439 1.00/1.00 vMB 16
800,672 800,672 000000000000000000049c6cbbf08d1881910eab59ba32880e2523add8cfbabe 2,979 1.00/1.00 vMB 27
800,671 800,671 000000000000000000052c7517ab0f0e17f542c43f0c8d0bcff728db5cb664fe 2,487 1.00/1.00 vMB 17
800,670 800,670 000000000000000000005945d1957b7a711cb02da1be12c66dd37006b2be88ff 3,420 1.00/1.00 vMB 20
800,669 800,669 000000000000000000049ea32f58da54a701558949b1b1108ba592cd53bb3f5e 2,453 1.00/1.00 vMB 22
800,668 800,668 00000000000000000001c61f84b3cf8b4331b1b20f72cb1ebf57da12d3ad6600 3,530 1.00/1.00 vMB 19
800,667 800,667 0000000000000000000024c286040b4f2d3f99b55a8b7eb22a07cdbc7509d593 3,632 1.00/1.00 vMB 22
800,666 800,666 00000000000000000000949c1955e44548517f66b0d6969b0db1cc8bb4fffb9a 2,140 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.