Loading Tool

Explorer IconExplorer

Memory Pool

78,766 transactions
29.59 vMB
0.08891234 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt efa4a97c09e3f29522d88dee2540ccc2770f59dcf6bc4a619b69227b8467d148
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 7d3a04008c1cebe061124347803d76c8ea03fbf78e26e10e0148fee1248a6bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,390
Size: 1.00 vMB
Total Fees: 0.02391964 BTC
Feerates: 251.00 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (514,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,721 400,721 000000000000000005402178910c677b75c198f6dd8d34ade77ada3ee66d0d3b 2,612 1.00/1.00 vMB 59
400,720 400,720 0000000000000000025b366b6254a7d89c61658502b346bfc7e91cecebd96df8 1 0.00/1.00 vMB 0
400,719 400,719 0000000000000000018ba250bfa8d7374355cd6e2ac7de8b760663ae3520a8a7 2,172 1.00/1.00 vMB 56
400,718 400,718 000000000000000006b7ea0774daa4938837be7776352f39f0a6ff549dddab97 1,201 0.93/1.00 vMB 36
400,717 400,717 000000000000000000114d9d7dd8ec4690b0f2e450059e920d1113944117eb71 1,411 0.93/1.00 vMB 46
400,716 400,716 0000000000000000054664855ca5f1738e12bec96e5d19070a770abc9ff95e51 1,627 1.00/1.00 vMB 25
400,715 400,715 0000000000000000042f07d1c103c0a6dcca0fbe6328e4560303f19f5de07da1 1,805 1.00/1.00 vMB 37
400,714 400,714 000000000000000003b293041a8dc5be7df0240e05165d07a9156a181bbfc030 1,761 0.89/1.00 vMB 49
400,713 400,713 000000000000000001b62e291dd603e90bbf433cf000182a56d99479ecbd7382 2,165 0.93/1.00 vMB 57
400,712 400,712 0000000000000000052d46a7f83fecd4f5306d72ef6fcd782f650d133a0d438f 2,658 0.99/1.00 vMB 61
400,711 400,711 000000000000000003879385efd3667fe263e6a4742078708d010d64c9417fce 1,395 1.00/1.00 vMB 35
400,710 400,710 000000000000000006573556eb094e648aa652da49708976e76a3cf7e9b02bbf 1,175 0.95/1.00 vMB 32
400,709 400,709 000000000000000003c7675cc454c2cbb8926f1a8aad3f2b74bd55213649bdf8 2,677 0.99/1.00 vMB 67
400,708 400,708 0000000000000000025c25bba0357c4666770f8c7926dafef09c1bbe2a5eac61 1,893 0.99/1.00 vMB 47
400,707 400,707 0000000000000000013b0211d27f227049f55889419b802acbc6b60d42bc6b45 1,700 0.99/1.00 vMB 41
400,706 400,706 000000000000000004abda5a4049d3201b1c1ece2fdf318e52c8fb760dd4d951 1,651 0.99/1.00 vMB 29
400,705 400,705 000000000000000000b1a4b81be22c5db990c322b29737d3183d19ca2d3c0948 2,673 1.00/1.00 vMB 56
400,704 400,704 000000000000000000a45114333fbb48654a093fba777c3e6731c5b8ef0687ff 2,789 1.00/1.00 vMB 76
400,703 400,703 000000000000000000fd7ec95fde3c1051c9ae8a62d5935f64341f99532a663c 2,362 0.99/1.00 vMB 45
400,702 400,702 000000000000000002c654b0d8c90d013cc555510c2c7b555bff3f1ae53009ff 2,165 0.93/1.00 vMB 41
400,701 400,701 000000000000000005a0a69eb0921be38759d12857bff954064f5582d7cdb06c 3,079 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.