Loading Tool

Explorer IconExplorer

Memory Pool

80,539 transactions
29.93 vMB
0.09167898 BTC
Random Selection Loading Transactions
Max Size: 182.72/200 MB

Candidate Block

Mining Attempt d70fc896ceec0aac5b2dcd29f9c7127d1ed1736b74c698059c58966834554ca7
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ef82b12f8f4d781d6b6697ea6d3955f294d33bcb4a4927bc86dc5edd131e95ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02498744 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (124,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,460 790,460 000000000000000000019609a098a1a6ebf451f584cd682d1b65736b34c13c10 2,491 1.00/1.00 vMB 88
790,459 790,459 000000000000000000048b11f3a4a9fd79d52feba5bff63295c91bed75469efd 1,762 1.00/1.00 vMB 56
790,458 790,458 0000000000000000000538bdaac55565c84b0d4024e0374fc25db0d9341496a9 723 1.00/1.00 vMB 56
790,457 790,457 0000000000000000000206cdade3dac53e23af3c993cf611705d1ea50cd56d4e 1,453 1.00/1.00 vMB 64
790,456 790,456 000000000000000000037e4737360d910237fbc828c25ebf6d5c7ec184449cd2 2,986 1.00/1.00 vMB 75
790,455 790,455 000000000000000000032cb5fa9512ee3f6077f9a55bb99660a8f3eacb1e47c4 2,859 1.00/1.00 vMB 66
790,454 790,454 000000000000000000059b4c980067b71910c530c4082ff200e6dc7224bd140e 3,919 1.00/1.00 vMB 81
790,453 790,453 0000000000000000000470980b94803f2256b22542ad540e4d26b62a9b3e17ea 3,955 1.00/1.00 vMB 88
790,452 790,452 0000000000000000000171f7cc749348929c7543b5248a54b2eb9519f32723c6 4,065 1.00/1.00 vMB 90
790,451 790,451 0000000000000000000060b9cad0e38d44894af689e42421911c9c532ce74981 4,039 1.00/1.00 vMB 98
790,450 790,450 0000000000000000000583a493c013f37b52420671c19d92dae8e62fdaafb22d 4,313 1.00/1.00 vMB 127
790,449 790,449 00000000000000000004a1a26fbea8b6112015f3b09154aae13bd573f336ea29 3,922 1.00/1.00 vMB 80
790,448 790,448 00000000000000000000118365baec7dd735bfe17c6b89bc7f59809825a35467 5,158 1.00/1.00 vMB 106
790,447 790,447 00000000000000000001a16e3e43523fae6f72c1a775635a316baf47aba2208b 4,321 1.00/1.00 vMB 83
790,446 790,446 00000000000000000004d48b52236632e71c8a0ccac7efdf17f98384c2a3201d 4,843 1.00/1.00 vMB 106
790,445 790,445 000000000000000000012b8bd8d81b45d0ec3d52d01973bb7567da7059d350a9 4,870 1.00/1.00 vMB 120
790,444 790,444 00000000000000000000208ecb041601198e9d42bdf72ad7db8b028c4a598c7f 5,080 1.00/1.00 vMB 109
790,443 790,443 00000000000000000000887219c6d594acfc9bf3091aecc3ceb99a81b68e26e7 5,126 1.00/1.00 vMB 113
790,442 790,442 00000000000000000002df4a6ea972bf9c61662d901cfba17d6d0866b66a7893 4,553 1.00/1.00 vMB 119
790,441 790,441 00000000000000000003b55e0965e3b651df5e921a80141dc96ea6e4ad5be213 4,159 1.00/1.00 vMB 99
790,440 790,440 000000000000000000020c14012dd2362c12d4c0bcd0d08f9aecbc21436fb46b 4,721 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.