Loading Tool

Explorer IconExplorer

Memory Pool

73,399 transactions
27.16 vMB
0.06182866 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 02ef2fd99419b6667fbf2308d56166ba2210e4881eb133b9a4997712bf4d0088
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (381,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,602 533,602 0000000000000000001a7d5339746ed6231fca15c9caf9d1e5f7ab91146d8dbb 2,720 1.00/1.00 vMB 47
533,601 533,601 0000000000000000001433da93167a68aea968dc80ab3a27b7cbdd7cba1571b7 2,388 1.00/1.00 vMB 25
533,600 533,600 0000000000000000001dc9cf2269cc01b1b0e907c25081f7f68305311202f199 2,470 1.00/1.00 vMB 38
533,599 533,599 0000000000000000002a8954c80cdcffc00e5dc1e815b6f6a04484e2633d5fbc 748 0.36/1.00 vMB 20
533,598 533,598 0000000000000000000017a09b88a417fda69c08bbd10c21a42b4e9df7d583c6 246 0.63/1.00 vMB 1
533,597 533,597 00000000000000000022c8d6d02f2d086a3854103871b5d2e9ab25fce1f0033d 2,432 1.00/1.00 vMB 17
533,596 533,596 000000000000000000316b21a6d8dac5bb5f8d68857d23285579547249cd8ab5 1,934 1.00/1.00 vMB 24
533,595 533,595 000000000000000000227740e8f8fb9a5ced9ab99ecd6b73ec127b9e3187a0b9 479 0.24/1.00 vMB 16
533,594 533,594 00000000000000000001df85f29efd7ced19342b759ee7cb56a2e2f9d0588593 182 0.07/1.00 vMB 14
533,593 533,593 0000000000000000002a44ca2d10689d0fa865b6a82a9e7f7ab3966a9d81084d 732 0.49/1.00 vMB 10
533,592 533,592 0000000000000000002916427bc38f7c4a9630e41fc758ebf831f68a7829ef40 1,820 1.00/1.00 vMB 22
533,591 533,591 00000000000000000018b468cde5d1884e852d24e8fae4ef899f2c52171f6797 952 0.50/1.00 vMB 12
533,590 533,590 00000000000000000020f94d8c2bdff3292636c09756a4a0b59dedc7b4358f8c 412 0.96/1.00 vMB 3
533,589 533,589 0000000000000000001420bf3137b3b29b114a58ab261b617b71075c36b9d5d5 2,238 1.00/1.00 vMB 15
533,588 533,588 0000000000000000001158733274359dd1965d7ea4c2a634135bf317db1de5a3 550 1.00/1.00 vMB 7
533,587 533,587 0000000000000000002e646a291eaa0ec18f46d9504f8595ee25ed86972b94cd 1,329 1.00/1.00 vMB 20
533,586 533,586 00000000000000000017c1c989dee03fd596e356e2510d2ba823f9fa3fc24f9a 934 0.51/1.00 vMB 12
533,585 533,585 000000000000000000215277ad6ea83d6e7912d4c676c87b34048c23f64b70b3 892 0.50/1.00 vMB 12
533,584 533,584 00000000000000000006202c3b6e1ade1cf52962c7eba1f962eaa4244cafafeb 292 0.17/1.00 vMB 31
533,583 533,583 0000000000000000002cf9c61e26191ff2941025d47aa25d33e3870426e0601f 1,139 0.94/1.00 vMB 8
533,582 533,582 0000000000000000001047c3c995db3bb1d22d1bd0d94fed7a83f4585b19989c 2,225 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.