Loading Tool

Explorer IconExplorer

Memory Pool

73,227 transactions
27.00 vMB
0.06070018 BTC
Random Selection Loading Transactions
Max Size: 164.92/200 MB

Candidate Block

Mining Attempt e5be9999b1beda927ed3be44f5663f9f948838effc139f32649f4f4c94dc889b
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (500,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,766 414,766 0000000000000000013de561c460096cbe1c3a66cb4e76394f98e8c201e54866 1,302 1.00/1.00 vMB 117
414,765 414,765 000000000000000000b05788ae11ebb3829ef857fdd44023acb5c3c1636075e8 1,644 1.00/1.00 vMB 40
414,764 414,764 00000000000000000308a79ab6de803fe4280fbf44c479af922552c70186e6b3 3,229 1.00/1.00 vMB 61
414,763 414,763 00000000000000000165dbf96151a6a2c1494da7b2844b915d83277718646352 2,911 1.00/1.00 vMB 83
414,762 414,762 00000000000000000343d0112c3789cf9931aecf9f2419dd0b62e3799f19f80e 1,499 0.72/1.00 vMB 47
414,761 414,761 00000000000000000436f42ba7808867f216024abf3398da1ae37879218a5352 665 0.96/1.00 vMB 22
414,760 414,760 00000000000000000264e3a3de3468cf2ff0be689da6d6587a2ee8cc5553d362 1,930 1.00/1.00 vMB 42
414,759 414,759 0000000000000000035adf6c37e11152b4fe6875edfa06e9be19adbca67050a9 2,276 1.00/1.00 vMB 65
414,758 414,758 0000000000000000021c1c75907cc47a0c7f451d054562d1caf3406c15215adc 1,341 1.00/1.00 vMB 29
414,757 414,757 000000000000000001cdcb429762c0d8ca466eba8ddd996bb4aea3920a390153 2,061 1.00/1.00 vMB 54
414,756 414,756 0000000000000000027d40dc54a582136928601b09a34859a93ebd39aa87be9e 1,671 1.00/1.00 vMB 33
414,755 414,755 000000000000000002b7bb89a5e8acb19f654a205eeae3a9f9eb92c76a0aacb7 2,014 0.99/1.00 vMB 43
414,754 414,754 00000000000000000039e4e8dc6b24188a2157152f0ba2fb15ad51c4254fba78 3,178 1.00/1.00 vMB 59
414,753 414,753 0000000000000000000a86b57c9d4125cdb55d92c5301f3e13bb22586385e9e4 2,746 1.00/1.00 vMB 78
414,752 414,752 0000000000000000050dc94533d53f85132397b061ef6c8d0044b3516a93bbde 921 0.76/1.00 vMB 27
414,751 414,751 0000000000000000008acdca52caf8db8f275ba21f2f71e60e4a78a4b6762785 1,312 1.00/1.00 vMB 22
414,750 414,750 000000000000000002231b8c8713bd57cbdea89a1a4700e536c90089603c42ff 2,623 1.00/1.00 vMB 57
414,749 414,749 0000000000000000019d75b826b1a718de8f45eaf90b1032e5f0dbf302246029 2,466 0.99/1.00 vMB 59
414,748 414,748 00000000000000000105f6e92ad7d3a9a7bdb5532ab01773647c207c065e745c 2,682 1.00/1.00 vMB 54
414,747 414,747 000000000000000002956aee459a8d6e57c5bb4e31a9e6eb5673cb9314316f2d 368 0.13/1.00 vMB 69
414,746 414,746 0000000000000000009f26cb56a928079d4b441edbf0eae30081f9ec2bd0ed58 480 0.30/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.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.