Loading Tool

Explorer IconExplorer

Memory Pool

80,306 transactions
29.86 vMB
0.11789320 BTC
Random Selection Loading Transactions
Max Size: 179.81/200 MB

Candidate Block

Mining Attempt ff0f5f7f77015d5385b062aaf655bf912b7d5c912b5b832394cb4a8cd86002ce
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 720773a5da2c54b6d9584bbdf5e8d1c0357ccabd3ebc5f26bc475d5cf4f445c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,596
Size: 1.00 vMB
Total Fees: 0.04872322 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (241,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,026 674,026 00000000000000000003b4994a36383e9e5d1bcb0c8336840e0c383566114e58 1,078 1.00/1.00 vMB 73
674,025 674,025 00000000000000000006b48c52e9e4e5bd94b5daea86e9bfd5235750a9d676a6 2,965 1.00/1.00 vMB 103
674,024 674,024 000000000000000000038a9593d03263cdcefc9e2484c6a3feb09f81bae6621b 2,608 1.00/1.00 vMB 64
674,023 674,023 00000000000000000008fccb8d68d8ba5ed6231c7c4d269db378cce83ef8b634 2,687 1.00/1.00 vMB 66
674,022 674,022 00000000000000000006ff97a0c547b7c87e2e7a9c9f8fa756ab2493f3d0fac8 3,013 1.00/1.00 vMB 89
674,021 674,021 00000000000000000003318bb09a64eb515f95c9a52a02c58d24c8d61e6991da 1,135 1.00/1.00 vMB 47
674,020 674,020 0000000000000000000b462f7608771b5bfb262457fb5e9cce31adf5fff7579e 2,430 1.00/1.00 vMB 70
674,019 674,019 000000000000000000078954fd206aeb3126cbe2ad1824480e6aa17031176306 3,215 1.00/1.00 vMB 70
674,018 674,018 00000000000000000000efc96862fb99e2813df301d8440f92657e01c9c087bc 2,976 1.00/1.00 vMB 86
674,017 674,017 000000000000000000073933ac460bbb7676753c5e497019949548ddf4c98397 3,004 1.00/1.00 vMB 111
674,016 674,016 000000000000000000087acf3145b5984082707190c4a86d343acdec45f1e30d 2,688 1.00/1.00 vMB 97
674,015 674,015 000000000000000000076ff45f32eeb4d83ed4f4f858c75fcbf1acfc9cc71a76 3,013 1.00/1.00 vMB 81
674,014 674,014 00000000000000000001e4f62f1fb47e7105d227d3552d5ffa36eaed7879d754 1,074 1.00/1.00 vMB 80
674,013 674,013 00000000000000000005639a93c31e335eb7b69a2327867c0c2fb8f213ec2b69 1,648 1.00/1.00 vMB 92
674,012 674,012 0000000000000000000678b9011513527f66e21e6e86e4179c117fcb6a9e5c8c 2,743 1.00/1.00 vMB 54
674,011 674,011 00000000000000000008b8b4793cffb2066f7cb12beb6af35557a16241d3d6de 2,322 1.00/1.00 vMB 99
674,010 674,010 0000000000000000000c459eb9372a8f9417a24248656c3314b6cfd7745fe420 2,397 1.00/1.00 vMB 54
674,009 674,009 0000000000000000000c2e28cc5c01085cc70aaba7519d3713b1eca71b8e6927 2,447 1.00/1.00 vMB 71
674,008 674,008 00000000000000000007b8984fc522d2669a6e11ecac07304463634a801f4998 2,303 1.00/1.00 vMB 76
674,007 674,007 0000000000000000000043e33003ba11e1f23d35222ff62c3aa891c5720de3c5 2,330 1.00/1.00 vMB 99
674,006 674,006 0000000000000000000571b678257abd9ed0fe1a8601febd43f5295abb2641d2 2,422 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.67 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.15 GB
    • Received: 16.42 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.