Loading Tool

Explorer IconExplorer

Memory Pool

80,226 transactions
30.82 vMB
0.09525986 BTC
Random Selection Loading Transactions
Max Size: 186.30/200 MB

Candidate Block

Mining Attempt 5eb62974c4bcc92aa233881e750b0be04bb933e8abbbf950562b363febc11e43
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root b859e0d30827c0e92be661ebc436a0a06da42923805cf46ea3c4c8aafef2280f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,313
Size: 1.00 vMB
Total Fees: 0.02173989 BTC
Feerates: 50.98 > 2.18 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (253,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,612 661,612 0000000000000000000a1cd929324cb565df0a9927e904690208d47fcbe1243e 2,820 1.00/1.00 vMB 73
661,611 661,611 00000000000000000001308312448b36c98160b9cc8f085a1e75469462db88da 2,239 1.00/1.00 vMB 42
661,610 661,610 000000000000000000076f16678dce87b52976cae324f996c11edeaca883bf28 2,825 1.00/1.00 vMB 65
661,609 661,609 0000000000000000000cbaa6833ea2835ae69f851fd66c368baa47f65dec02a0 2,112 1.00/1.00 vMB 23
661,608 661,608 000000000000000000047a686cab0afeba64ba1e36d950b7a3dc884b331f7a7f 2,508 1.00/1.00 vMB 11
661,607 661,607 0000000000000000000e6a417803025924b524fde503aa3ac5fbe7c7c325af45 2,339 1.00/1.00 vMB 35
661,606 661,606 0000000000000000000c37cc1901b6946eb4d9e61070d5a53b96747b3a0cfae2 2,305 1.00/1.00 vMB 37
661,605 661,605 0000000000000000000605526ac83b77dae2c316b9f5a258c96b09cadd38f4f9 2,232 1.00/1.00 vMB 28
661,604 661,604 0000000000000000000731f17fd27b79158b878556f41a5e555d0e72c024c6ba 1,379 1.00/1.00 vMB 48
661,603 661,603 0000000000000000000899dda7e95f4e74368cb554d0d99849f9a548e4c83508 2,624 1.00/1.00 vMB 13
661,602 661,602 0000000000000000000b25f579b160b2e4d57bd200e8d3d02d9555bf892e7ad0 2,304 1.00/1.00 vMB 44
661,601 661,601 0000000000000000000266c6e3acddc8a8265fc7a36925f55d612760a1444ba6 2,576 1.00/1.00 vMB 45
661,600 661,600 00000000000000000008dff707292d5ed5b7216487664fbc3b2e51a90cc6a664 2,404 1.00/1.00 vMB 23
661,599 661,599 00000000000000000007a71200fe3dd4db13d16c56a303117a0a8f072a94cd75 2,568 1.00/1.00 vMB 40
661,598 661,598 000000000000000000022a6004d11bcf488363a5653a95a1d5d1e1482e37a469 2,006 1.00/1.00 vMB 24
661,597 661,597 0000000000000000000777e68fbf7393087de060225c9582909729dee37ae47c 2,265 1.00/1.00 vMB 28
661,596 661,596 0000000000000000000501e1c0ed7ff340b5d4ef9eb8be6c66faae703596f9d0 1,832 1.00/1.00 vMB 53
661,595 661,595 0000000000000000000e0abd61f15bc43a0db2db05788fb1e4c6c5a46ce58882 2,188 1.00/1.00 vMB 55
661,594 661,594 0000000000000000000b7f2583525eab3ef119e8cedd7014251d0d9be7d0ec2c 1,566 1.00/1.00 vMB 45
661,593 661,593 0000000000000000000e9c05d320ef447b45f22f3f199b69a43842dd4d75f844 2,477 1.00/1.00 vMB 66
661,592 661,592 0000000000000000000a4e478cd747ccf742bd7bb623d814e8efa4a7383b360f 2,204 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.08 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: 723.38 GB
    • Received: 18.40 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.