Loading Tool

Explorer IconExplorer

Memory Pool

76,616 transactions
28.20 vMB
0.08622322 BTC
Random Selection Loading Transactions
Max Size: 171.77/200 MB

Candidate Block

Mining Attempt c0c052431e4c9fe20383cc1598a9ff8ee80302ef025162fc642f25f13e86e223
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3e881690d3b2b1c15dcb5c6ee42b4ba9824b5e7615c076e4f15a97b794ef5eeb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.02475706 BTC
Feerates: 150.93 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (121,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,744 793,744 0000000000000000000445f2a6bcdc9688ec087150526ffd4f57dd2ae0c221b0 2,496 1.00/1.00 vMB 34
793,743 793,743 00000000000000000001350c1946a4288c6837297d0b40f12a4bd0265052ff4a 1,823 1.00/1.00 vMB 45
793,742 793,742 000000000000000000040fb6ac79f47bcda37696f482a949c1584b354cdfed0e 2,250 1.00/1.00 vMB 18
793,741 793,741 00000000000000000001bc263f4a39d489db4fd2cd838dc5118d43b7780e4cac 4,361 1.00/1.00 vMB 18
793,740 793,740 00000000000000000001fc8fa9457e8a324307fe4c9fc625666a7b885b7b9b13 2,302 1.00/1.00 vMB 13
793,739 793,739 00000000000000000001b43b30e57e4cf428fca40ba0913f0927afad9b6171e3 3,251 1.00/1.00 vMB 36
793,738 793,738 000000000000000000032e4c9b9210b25d31d5d618072c95279a6eeb84aaa2d5 3,283 1.00/1.00 vMB 50
793,737 793,737 000000000000000000002268d82fdb47d5d2fb935ee6d8cec580af815e5fc1b9 2,336 1.00/1.00 vMB 29
793,736 793,736 00000000000000000003699e20beb9c49afcab519e37d872822dcf53ae3e33e7 1,712 1.00/1.00 vMB 26
793,735 793,735 0000000000000000000255378fadc7e5c528aac36fbac037ab6d3b7feea56552 3,114 1.00/1.00 vMB 48
793,734 793,734 00000000000000000002f3b823cf42fda13acc16926e9abad0ab9776353ba0e9 3,170 1.00/1.00 vMB 74
793,733 793,733 0000000000000000000403621d81d096d25195b0ec95393f697e1c6f07c915c9 3,726 1.00/1.00 vMB 33
793,732 793,732 000000000000000000011156d573f339edbeea7c672db91419a2de92b85c11fd 2,801 1.00/1.00 vMB 23
793,731 793,731 00000000000000000002fd84aae40ad32694f32db82aedcae498f7bee2c3d51b 3,039 1.00/1.00 vMB 22
793,730 793,730 000000000000000000020fe68b37f17b130e9b1b9a0edf3869044c00874249fc 3,078 1.00/1.00 vMB 33
793,729 793,729 00000000000000000002a0dce5ff361a0e21f3b2ab2a5c1705f010f6d829a55e 2,434 1.00/1.00 vMB 62
793,728 793,728 000000000000000000027cba7c5cde6c87a95b84981222fc9d9477d4a2b2959e 3,233 1.00/1.00 vMB 73
793,727 793,727 00000000000000000002cd455c03d52e3005720c0cfdc4ecdc7d1e6396e2dacd 3,271 1.00/1.00 vMB 50
793,726 793,726 00000000000000000003de83d102167944a7e842dc414a182b765524334a2633 3,301 1.00/1.00 vMB 13
793,725 793,725 000000000000000000057ad9ca56c8594881a08b2fe438fb416a4f539c5d36f6 2,969 1.00/1.00 vMB 33
793,724 793,724 00000000000000000002855071cf9c24f82a0c2a08eba257a4bb78367664b71b 3,513 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.90 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.72 GB
    • Received: 17.45 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.