Loading Tool

Explorer IconExplorer

Memory Pool

79,285 transactions
29.49 vMB
0.08453134 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 82685a6ed2d71fcaf3855eac8150ff445c7f57166738382cdb800b36fd64dda2
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root d4ad883ecf269dba02581c6a2fe25d88bf758f8989ef28a3bb83f06a3d6188d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01968392 BTC
Feerates: 402.60 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (248,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,738 666,738 00000000000000000000d07feff7c0c522a6c44308685d964c5e522b895d6c55 1,601 1.00/1.00 vMB 71
666,737 666,737 0000000000000000000785c0dbbca32c17f8d6cd647207289356af49d857fa02 1,242 1.00/1.00 vMB 79
666,736 666,736 0000000000000000000ba0f2fb83c18b1655a4a86d9eafa667677355346fab15 2,853 1.00/1.00 vMB 90
666,735 666,735 00000000000000000008041b134e81c3d11bd3413e38dfe9bd3f563f60e163e6 2,156 1.00/1.00 vMB 61
666,734 666,734 000000000000000000042d826fc5b05ec6671da4e089bb6dadcee1d1ea768478 2,357 1.00/1.00 vMB 37
666,733 666,733 00000000000000000009614b8b5e0d2ca70916271c664ac41e524d1e5ae0ef9f 1,579 1.00/1.00 vMB 13
666,732 666,732 0000000000000000000a5b355d3eceb01e2fe29da3d728d9634e17321173cd3b 2,331 1.00/1.00 vMB 19
666,731 666,731 00000000000000000003dcf2a3264c5bf710b8b991d0a230da231f7b5c7f9eaa 2,323 1.00/1.00 vMB 35
666,730 666,730 0000000000000000000bac885f2d185505a231ab836741048ae6acc1d3b6636f 1,244 1.00/1.00 vMB 42
666,729 666,729 0000000000000000000276bdf0dafd77fc2aedb7e7ca03f1f9a2b853ee2e5975 2,699 1.00/1.00 vMB 91
666,728 666,728 00000000000000000008263b489e924db823edbec18b715eed6c53ecabb49a07 2,800 1.00/1.00 vMB 67
666,727 666,727 0000000000000000000ca63ab909d5406be0c9020ebf4ac3ec6d46bfa05114d7 2,195 1.00/1.00 vMB 83
666,726 666,726 00000000000000000003a67e25a76d9d83c80085ca978d3ba8ec9e91a3b84a19 1,795 1.00/1.00 vMB 80
666,725 666,725 00000000000000000004b5cdcd8e44cb95539b209c7480913973686d8468b7a2 2,900 1.00/1.00 vMB 99
666,724 666,724 0000000000000000000cca1e416fb26adade8e75800060ec1955ef7be1794912 2,433 1.00/1.00 vMB 81
666,723 666,723 000000000000000000004a1c5358431ea0183754ffaa13d6aaba9f757e8e1f30 3,838 1.00/1.00 vMB 112
666,722 666,722 0000000000000000000048840346957d513da4037b325689baa97f5acecabd90 314 1.00/1.00 vMB 6
666,721 666,721 00000000000000000009ded4d8d1343523dde2a4f6397c961fa2229a07e2faa1 2,770 1.00/1.00 vMB 59
666,720 666,720 00000000000000000000fd48b81b9f0ecbd94471540ebb37b28a52bfbcdc44f7 1,712 1.00/1.00 vMB 33
666,719 666,719 0000000000000000000a7f136d06fe44abc0bb11e1d8784b17539812012066fe 1,843 1.00/1.00 vMB 41
666,718 666,718 0000000000000000000833fab927e86e1dac8b1ac1dc0681bf2ee08c3fd16c87 858 1.00/1.00 vMB 20
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.18 GB
    • Received: 17.66 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.