Loading Tool

Explorer IconExplorer

Memory Pool

78,554 transactions
28.89 vMB
0.10364660 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt 8c889c22831e62fb44c25b664b81e0c7ec3d3b58cfc627525f1c9c75970fa0f4
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 4c25b0d85c21053859e0246f384a7cb7af82a1019c7bf4fba5d2a7e368be531c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,770
Size: 1.00 vMB
Total Fees: 0.03477905 BTC
Feerates: 477.45 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (121,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
793,723 793,723 00000000000000000002c4c81405e036ef52ae85eb98639c30694ffaafae5b81 1,241 1.00/1.00 vMB 19
793,722 793,722 000000000000000000005fca167969a9bd5449db0211050bd184bd180b126865 2,374 1.00/1.00 vMB 27
793,721 793,721 0000000000000000000102ed063f6734e1ff06e7c225fd1bd6e2c9b7ebcf6948 2,369 1.00/1.00 vMB 38
793,720 793,720 000000000000000000013756da444bbcce0794c52472b1e8fdd1cb872f2995b8 2,432 1.00/1.00 vMB 45
793,719 793,719 0000000000000000000353387494ddd336e2d26d2e6f90ef21b1794af5b82d94 3,208 1.00/1.00 vMB 67
793,718 793,718 00000000000000000005174c7e1df2fa606595e843e6a7185df03b055bb965c9 3,242 1.00/1.00 vMB 78
793,717 793,717 00000000000000000001b3bc0264f2ab784495e28331ed8de38d60a372dfaf4e 3,381 1.00/1.00 vMB 76
793,716 793,716 000000000000000000038025683d0c7102d73f7f3cb78c36b4d2f7159afccbd3 3,410 1.00/1.00 vMB 51
793,715 793,715 0000000000000000000528ce1bf9b2c1a887a97ec4a5e341612e6c588eb04c76 3,190 1.00/1.00 vMB 19
793,714 793,714 0000000000000000000239cf0e3feb98e26676dbd694effc9afde0e7e6d0b304 1,575 1.00/1.00 vMB 14
793,713 793,713 000000000000000000011fb78a365b3ec0eaf24ace3babecffcf803a369cc255 1,654 1.00/1.00 vMB 28
793,712 793,712 000000000000000000027b63b4a0639f345ae9e711cf31f112f2575a7538c4ec 2,470 1.00/1.00 vMB 23
793,711 793,711 000000000000000000003309968501ac1219388f0d4c798543943127c98b48b0 3,167 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.91 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.80 GB
    • Received: 17.47 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.