Loading Tool

Explorer IconExplorer

Memory Pool

82,503 transactions
31.13 vMB
0.11918019 BTC
Random Selection Loading Transactions
Max Size: 183.12/200 MB

Candidate Block

Mining Attempt 01fa6e3c0747956068c4bfb30cd3d71ec00f42d5417bbfa454713361146dae29
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 1de17cb6438f8e504aaa5ea061d449fe7b3f17a81942d3234647145825dce9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.04055816 BTC
Feerates: 150.77 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (475,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,925 439,925 000000000000000001e6e090914627d2e6c087368f9872fc819cda40a5db3e71 2,521 1.00/1.00 vMB 65
439,924 439,924 000000000000000001b9cf61a7306d89d4cfdd81d20912da449a9ab2c2b83c12 2,356 1.00/1.00 vMB 75
439,923 439,923 000000000000000000617856bd5baa8952ba18e16ba218aa07424d7d73f3ca41 881 0.39/1.00 vMB 78
439,922 439,922 000000000000000002a2383c34747f1172b2bb48f84cb4cc8c2c77726b62e189 276 0.14/1.00 vMB 85
439,921 439,921 000000000000000000fb31619ed6a44483c48bd5e72ccf5a924d6f52c8254b64 1,988 1.00/1.00 vMB 45
439,920 439,920 0000000000000000003cc8168c24b7e58536182e93000f7a211939161bc0bb4f 2,410 1.00/1.00 vMB 72
439,919 439,919 000000000000000002591981630233dafacdda9744406f853ab5dde8842d0ab0 1,489 0.81/1.00 vMB 66
439,918 439,918 000000000000000001b9d40b1cdcb2aca28fe1b57ff5fad288cb800bfbeabd21 1,977 1.00/1.00 vMB 78
439,917 439,917 00000000000000000177ab50fa55438e89c3b3d2c424304005e97d3428ceaf80 1,816 1.00/1.00 vMB 47
439,916 439,916 0000000000000000007f851425d92ab93d9fac4b8d0aca372119001a9190ed3b 2,197 1.00/1.00 vMB 57
439,915 439,915 000000000000000001828ded9e77d6e8585104a8ec7dedeab6dfd62a6e8e3dd6 1,964 1.00/1.00 vMB 81
439,914 439,914 000000000000000003258cdcd35644abdb06e6876ca8d44ca7bd7a854eff8fbc 1,445 1.00/1.00 vMB 62
439,913 439,913 000000000000000000506c7e94f31620b803382413558e5856f3665794491979 915 1.00/1.00 vMB 63
439,912 439,912 0000000000000000029e2c941ae275aa7fa0d712318a5f4d2d179834fff52966 1,522 1.00/1.00 vMB 77
439,911 439,911 0000000000000000015d14cb645800889b27b7c55b0fefca969a3682ebf35cbb 1,429 1.00/1.00 vMB 84
439,910 439,910 000000000000000000f790885eb7bf9639313501c1ce9d909f5cc833b6d2e86c 2,241 1.00/1.00 vMB 101
439,909 439,909 0000000000000000003e188e8f109cec0de5b88ad629eec214624b0bd94f63fd 872 0.47/1.00 vMB 61
439,908 439,908 0000000000000000028e962e3fcf60470478d63365747bb87939cce4a2924fed 2,090 0.99/1.00 vMB 56
439,907 439,907 000000000000000003b687a7126b59d59d1ac8e71a638fbb7e2e2d503d3066fb 2,111 1.00/1.00 vMB 57
439,906 439,906 0000000000000000015ea3b1e3139afebcf966dcaf40c43f3cf57d0dabcc6b4f 2,382 1.00/1.00 vMB 65
439,905 439,905 000000000000000001cf07cc556f6af086144967b18d43dc756bb57bccce2fa8 2,760 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.