Loading Tool

Explorer IconExplorer

Memory Pool

79,186 transactions
29.32 vMB
0.09759243 BTC
Random Selection Loading Transactions
Max Size: 177.22/200 MB

Candidate Block

Mining Attempt 5d5fff50a8eac65f014202fbdf58bac2e84e7474e334b1d37e463505c49977d7
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 112e35a23aa99a44fffe905a60e2f5bf86f5ca946558fa457564e39ab7e1f7db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.03540646 BTC
Feerates: 150.62 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (108,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,300 806,300 0000000000000000000163591b3f5a48020bb7d7854f93e8b37144f1dd0ec130 4,899 1.00/1.00 vMB 14
806,299 806,299 00000000000000000000dec8d6d5abbaee062e6b8ae643170b54a577df3cc537 4,691 1.00/1.00 vMB 12
806,298 806,298 00000000000000000003d4746063e2d47009b4c7815dd0dc13f6af3808117427 5,210 1.00/1.00 vMB 14
806,297 806,297 000000000000000000039e670288022579c42bb99597b965fdc7a58ad0cd8ee4 2,762 1.00/1.00 vMB 13
806,296 806,296 00000000000000000000c5a12c9de55ec5f117af52fb51f0aa9d0ed8a1b266d2 2,697 1.00/1.00 vMB 22
806,295 806,295 0000000000000000000097e80b6e3c10fc904fa2762a84df4de6be81a96076fd 6,886 1.00/1.00 vMB 15
806,294 806,294 0000000000000000000143f4e6fc0fbab8a1e7d1a819425d8c8f56a378b425df 5,398 1.00/1.00 vMB 16
806,293 806,293 000000000000000000043ec24df0c655a58927a661a8d287d9a04a7dcfd3db99 6,518 1.00/1.00 vMB 16
806,292 806,292 000000000000000000010910d238dceddb953785592deaaadf62d25f995990e0 5,522 1.00/1.00 vMB 14
806,291 806,291 00000000000000000004584b7c2cd2d47720ec27e4450180a7da33531d855601 2,303 1.00/1.00 vMB 19
806,290 806,290 00000000000000000002aa7c6d7a9323eea5e3a2bb79c572a9827131121653b6 2,527 1.00/1.00 vMB 19
806,289 806,289 000000000000000000023d1e6b7413378227618a170551032e6c80ae6dde8ca4 2,320 1.00/1.00 vMB 13
806,288 806,288 000000000000000000044c7a34c46bcabce1bc06969b36e85d6beec1a6bda176 2,874 1.00/1.00 vMB 21
806,287 806,287 00000000000000000003225f3839ea669647ed9c9fae5b1c6d596a43783b6741 5,226 1.00/1.00 vMB 15
806,286 806,286 00000000000000000000f53cb975ba88f3006a585a8a8017d55f9a22b126f3f1 6,183 1.00/1.00 vMB 13
806,285 806,285 00000000000000000000b5645d51795612cdab9fe9b0f3d8efc8403558f014a0 6,573 1.00/1.00 vMB 12
806,284 806,284 0000000000000000000479d60aea0587784d95154e787e8c213dd9ed3f21120b 6,827 1.00/1.00 vMB 13
806,283 806,283 000000000000000000039726ddbfa1aac2d1859c03e73585c0a38f134f76c94e 4,335 1.00/1.00 vMB 16
806,282 806,282 000000000000000000005c96d1f214435b35e80dab5240d2fa4010a9791dcee0 3,300 1.00/1.00 vMB 14
806,281 806,281 00000000000000000000a938fc3e7b78ab21b2c2be21088bef7d9b23bf0fb357 1,811 1.00/1.00 vMB 16
806,280 806,280 000000000000000000028ee2f1668e346cdf974cf94e302dd02998439d4ec30d 7,615 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.