Loading Tool

Explorer IconExplorer

Memory Pool

33,784 transactions
29.28 vMB
0.07322722 BTC
Random Selection Loading Transactions
Max Size: 141.72/200 MB

Candidate Block

Mining Attempt 25218ebf28e9d41df515767b93d2ac1b083fdd70a1b6085748b3a14e32ab4015
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 984eae7a1102e2d4a91caad8e1cf4c566bdd9b59b4219edea05bd601d87770a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 880
Size: 1.00 vMB
Total Fees: 0.01114830 BTC
Feerates: 30.44 > 1.12 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (444,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,097 470,097 0000000000000000014161e47f2daee70fae787dc40b7dc58ebaf2a3c2fee73c 1,784 0.99/1.00 vMB 417
470,096 470,096 000000000000000000c90dbcf28166429208f5e1ebbe5d4b1a831371327b5921 2,723 1.00/1.00 vMB 431
470,095 470,095 00000000000000000106e769ec1731be063fc49e5704d54b8d2da652e949e6ca 2,281 1.00/1.00 vMB 472
470,094 470,094 0000000000000000009d3bdbe7a3c6cf20278521484d716e9a725b175ba246d5 1,898 1.00/1.00 vMB 611
470,093 470,093 0000000000000000013f6681e5b1fe6c67354e91f588180a1e8da2b9ba8e0618 2,096 1.00/1.00 vMB 446
470,092 470,092 000000000000000000cb320982e13a0ac7dfcb06f3db7529ad5ab1f61496aef7 2,352 1.00/1.00 vMB 473
470,091 470,091 0000000000000000003196001924809868f338ee321ea4aaa760ed9d5c5b4132 2,287 1.00/1.00 vMB 504
470,090 470,090 0000000000000000011c14fced9f35546c6a64b1b78f52277564962edf7532dd 2,174 1.00/1.00 vMB 484
470,089 470,089 00000000000000000091086ac02ce3ed78896b59a0d4975c5b13b72d79f07453 2,261 1.00/1.00 vMB 511
470,088 470,088 0000000000000000002d73290c58d8822e3da9cc9153200dd92b17d01260ae74 140 1.00/1.00 vMB 52
470,087 470,087 0000000000000000017ef196db5fb9f79f1359d9bacdc58a112e63b07b859c7c 2,438 1.00/1.00 vMB 497
470,086 470,086 000000000000000000cdb79c326fcdae8fad8bcc449085384702a3de55f89aa4 2,119 1.00/1.00 vMB 575
470,085 470,085 0000000000000000011ce4ad8f353f04044eecb3dfd4bb89e6747fd79142f02c 802 1.00/1.00 vMB 206
470,084 470,084 0000000000000000019d8630145f869da58344553e609aeb480e978a55fc446f 2,189 1.00/1.00 vMB 552
470,083 470,083 0000000000000000000bb35b0dfb11a1a9bd0242e9a84ad7b0b4d5e88bbdb3ef 2,735 1.00/1.00 vMB 500
470,082 470,082 00000000000000000047c7a87f93f40de86c3d38413e60fad1c58e7fe12f31e7 2,277 0.93/1.00 vMB 370
470,081 470,081 0000000000000000009dc3304f9a3dc673c1518b4327eecfd4cc1113191a5caa 2,297 1.00/1.00 vMB 476
470,080 470,080 0000000000000000007e516cc21e03d0cbf674cde1224a3527c5d3ec7289470a 2,693 1.00/1.00 vMB 330
470,079 470,079 0000000000000000006cb053a1e64b672538468f347168ccd586cd13b474be7a 926 0.42/1.00 vMB 432
470,078 470,078 0000000000000000010b7e8bd2b4b819807114382a77b6a3427df5b80de7fe05 2,465 1.00/1.00 vMB 353
470,077 470,077 00000000000000000168d4f4a7295096b273d9534efa543d7a60b35ccad8880a 2,136 1.00/1.00 vMB 328
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

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