Loading Tool

Explorer IconExplorer

Memory Pool

90,813 transactions
33.10 vMB
0.16921315 BTC
Random Selection Loading Transactions
Max Size: 199.80/200 MB

Candidate Block

Mining Attempt ca1810c6c67634bd4a07643317733f0a47b57a1f9039d74448c34c5e38a90f62
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 5b39630e7f5c4dbab4f7a0c43a5a94911852ed1cf910fb2d188c4a91e737834d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.06609603 BTC
Feerates: 627.82 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (342,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,610 572,610 0000000000000000001bdab44e71d8a3f397854deebb3b956378e6683621d2b9 2,608 1.00/1.00 vMB 28
572,609 572,609 00000000000000000023230f2a2c14f3186add198c65f7012b03f7ae228d37a5 2,781 1.00/1.00 vMB 59
572,608 572,608 00000000000000000005e76982d3cdee8f751281a2d1f40892551f919d4213bb 3,028 1.00/1.00 vMB 23
572,607 572,607 0000000000000000001874b94b923caba23418953677867358a3f8b4874fd204 1,556 1.00/1.00 vMB 55
572,606 572,606 00000000000000000007abdac8fa21fd9b9f731109f12ae391c583aa87c21f26 3,120 1.00/1.00 vMB 80
572,605 572,605 00000000000000000013e479a0f124795c206964ea85a3b9b22122a57589aae8 2,856 1.00/1.00 vMB 67
572,604 572,604 000000000000000000089ab1fc3de17c525f6e43f14e57df507c828761b8d59f 3,120 1.00/1.00 vMB 54
572,603 572,603 0000000000000000000e98d2b53625bf792f91817b427ed6d4f81abe8c54f6a2 2,638 1.00/1.00 vMB 93
572,602 572,602 0000000000000000001fb2106de5ee0716121092b54f4fef7d71730d6577e35d 2,781 1.00/1.00 vMB 41
572,601 572,601 0000000000000000000e5eccb2307be1b99a54e5087bedfacbee186e48e07b73 3,284 1.00/1.00 vMB 22
572,600 572,600 000000000000000000176f3b932bfbbc2aa5120d15ce380594d93bdf48e81233 2,781 1.00/1.00 vMB 52
572,599 572,599 0000000000000000001c64f37227e14014bcd180725810ffc3afd7f35dea6bd5 2,924 1.00/1.00 vMB 34
572,598 572,598 0000000000000000000a03bd35245dd604d434fdec8099b7ff4f2ceb920f38f2 3,121 1.00/1.00 vMB 30
572,597 572,597 00000000000000000002d29a03117bba4d28d003c43bb0433e0c0e774ed1fbfd 2,173 0.76/1.00 vMB 25
572,596 572,596 00000000000000000011d60fe201d28b3ac2ba2c31fb95a16f2ce576fd0b7302 2,768 1.00/1.00 vMB 11
572,595 572,595 0000000000000000001038e01d40d6dd381f9bbcd0873df1fe0006c4a9063134 2,951 1.00/1.00 vMB 17
572,594 572,594 00000000000000000024389b6bcaf8f691625c20ada3fa3ac7e201c79bb807ee 2,796 1.00/1.00 vMB 41
572,593 572,593 000000000000000000027fb1205685d74bed2e4bfa038919a724ea8f62db547f 282 0.10/1.00 vMB 16
572,592 572,592 0000000000000000000eef59111e87235196a01d94fd0456117eeaba6bd79a06 1,379 0.41/1.00 vMB 21
572,591 572,591 0000000000000000001f7a9bdaa6de5f457a26d1c6d8a66f91b3d0dbdb58fcb7 2,860 0.95/1.00 vMB 19
572,590 572,590 000000000000000000139ab6e8868260964ed070e621af0cdbc37bfc594f3d88 1,797 0.62/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.52 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: 668.90 GB
    • Received: 15.63 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.