Loading Tool

Explorer IconExplorer

Memory Pool

78,933 transactions
29.64 vMB
0.10752811 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 21506de6760ba925e2c94c99b4d6e379ecdea80132a1f8443e4a4817676cd926
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 474b118f3d440455c5ae41c4c68221d3e0d7de19fe0e5f572e7acb181987d742
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02522918 BTC
Feerates: 100.53 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (444,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,629 470,629 000000000000000000e2122679848bfd9c650e255f6e5006620a2970eb0e564b 1,304 1.00/1.00 vMB 319
470,628 470,628 000000000000000001832d75a411abd89ad7a3eae5a5f5b7840cfdc104811f9f 792 1.00/1.00 vMB 415
470,627 470,627 00000000000000000030716bf9c8cdf84c6e6f7a514b53602a5cfd26bf7a0475 345 1.00/1.00 vMB 395
470,626 470,626 0000000000000000018c364d59503699cf169b7bbb3ee754b45bdbfb46139d93 2,242 1.00/1.00 vMB 455
470,625 470,625 000000000000000000d849f0dcac612789013f453dcd44ae51e4865974b5821d 474 1.00/1.00 vMB 408
470,624 470,624 000000000000000001824a2cfadb90aef252608d68e45a552671d3cafe6e87ec 465 1.00/1.00 vMB 403
470,623 470,623 00000000000000000078e0513bb314cc142a1618b2cb7c5a3e175f3f8ec8a8b0 2,176 1.00/1.00 vMB 426
470,622 470,622 000000000000000000989eddd80c665979d9135a99ac0da810b7d80800e9de0a 1,825 0.92/1.00 vMB 460
470,621 470,621 000000000000000000c24cc27454dacc5e6a5d5675d82290a067ccc7efd4f016 2,562 1.00/1.00 vMB 462
470,620 470,620 000000000000000000dd9414b5140f097b0721392afcb70fe269810ee8e7c634 1,542 1.00/1.00 vMB 193
470,619 470,619 00000000000000000071e96748fc86cd22f2f099b9e5348e7f0104e6b442c71f 1,746 1.00/1.00 vMB 297
470,618 470,618 000000000000000000472e5936c0605a1f6f58d44de368fdcfecc37650b593f0 1,270 1.00/1.00 vMB 143
470,617 470,617 0000000000000000001de7a45fe0b2ffde6334ebd49ac0d518337b9e95bf5d7a 546 0.36/1.00 vMB 181
470,616 470,616 00000000000000000198e4b6c78a75eed70f6286eea8b64e8121b82f2410b289 2,403 1.00/1.00 vMB 398
470,615 470,615 0000000000000000009f5db34d67f7aeb282179eedcf7971d2ec819c824d8ba9 843 1.00/1.00 vMB 144
470,614 470,614 00000000000000000189e098e3dafc37943309c5eb3f63db6a32ff6b0a4d8302 1,151 1.00/1.00 vMB 116
470,613 470,613 000000000000000000db5322fbb935618c81774281dd5d4833c0a8ede0a5afdd 1,476 1.00/1.00 vMB 87
470,612 470,612 0000000000000000012113d724c5b9273c5779c1275905cd7a2312c5b0f1cb1e 2,061 1.00/1.00 vMB 352
470,611 470,611 00000000000000000054fb8d3b900542f8c8af2f5216f4065995a7441220fdde 2,200 1.00/1.00 vMB 94
470,610 470,610 00000000000000000079051059a146e13eff3cdb8451abe4fdc1c887e32cdb51 1,951 1.00/1.00 vMB 306
470,609 470,609 0000000000000000004e419c24d552dab528a83548ee46fd42793380077fbb35 1,997 0.99/1.00 vMB 339
Previous 10 blocks ↓
Total Size: 782.91 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: 713.99 GB
    • Received: 17.50 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.