Loading Tool

Explorer IconExplorer

Memory Pool

78,911 transactions
29.40 vMB
0.08290194 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt 4fc4a217de683dfe0ef659c8bc19341b2e25004c85ce0aa83481b8c4ec4cbb60
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 68e84a33d5fe5d7993f8fc8af2bc249152fba4b777017aa3d36011b398eb7b37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01829834 BTC
Feerates: 402.60 > 1.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (321,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,486 593,486 000000000000000000163f6060d8623196bdf51e4369715f1588e3f3dddee801 2,508 0.85/1.00 vMB 12
593,485 593,485 000000000000000000062e58fd549085ca13d0adf82bd6cfc5ac9772ee22b781 2,524 1.00/1.00 vMB 32
593,484 593,484 000000000000000000076926670e67fdc904c9f0ac3c8a90a9146529bff2c483 2,137 0.72/1.00 vMB 29
593,483 593,483 0000000000000000000274a0f511a7a1ff0a5aebcdaa351dbfd2a6b86388d8de 1,865 0.64/1.00 vMB 15
593,482 593,482 0000000000000000000f3d89d003d8fbc742489b569abd5b41d58e7787766d26 2,834 1.00/1.00 vMB 14
593,481 593,481 000000000000000000170d1de9e56ea212ae44dff5394e4d7876f1a7009e2607 2,090 1.00/1.00 vMB 63
593,480 593,480 000000000000000000043ae7918c83d69480c7bd3318193538e8d21a2efe1072 1,368 0.40/1.00 vMB 19
593,479 593,479 000000000000000000107be917cfe81a9968c5852fd5160899d5fac70ab24881 3,127 1.00/1.00 vMB 33
593,478 593,478 000000000000000000095c725f2d0563ff03d1ec10d395b6809d9f8973058e06 1,743 0.54/1.00 vMB 19
593,477 593,477 0000000000000000001148ab800d04b277de2b031d8862ba92b4b52a29c35a22 1,817 0.59/1.00 vMB 17
593,476 593,476 000000000000000000019f2e5ff570c5242d29aa4e1be0b51637f83377958834 3,055 1.00/1.00 vMB 20
593,475 593,475 00000000000000000015434569230d409a203f8e5644fc498b708c810cf89cab 2,798 0.92/1.00 vMB 22
593,474 593,474 0000000000000000000582e68229aa051011ca4d57e3d22909caca62bf898c03 1,918 1.00/1.00 vMB 31
593,473 593,473 0000000000000000000bcf4f2d2ee21c698287f15bab228b0ce6d87c6e513d4e 1,376 0.59/1.00 vMB 8
593,472 593,472 0000000000000000000c50b7072c1ca83a0dbabe8a2b2b7a05c406c1d87c9afa 2,536 1.00/1.00 vMB 10
593,471 593,471 0000000000000000001162c0b5ebdf324196be7c8b62f3cd814d647249b4e25a 2,639 1.00/1.00 vMB 31
593,470 593,470 00000000000000000018951b845fdc037c1078ec2e3c4a90e4b2f2e181098573 2,717 1.00/1.00 vMB 27
593,469 593,469 000000000000000000096932531c7e92094cccc6e260aec6271eb406a1de9c2b 2,841 1.00/1.00 vMB 52
593,468 593,468 00000000000000000014fcb29e6e3b0ead3bd2e307d7f619a935f1d5323e9013 2,774 1.00/1.00 vMB 52
593,467 593,467 00000000000000000011bd5a659d7eb86644579e3da466812f3d39ce46d62fb5 609 0.20/1.00 vMB 28
593,466 593,466 000000000000000000084fd4c7a6df6dd4ed23da86ed6208f302cf5050160a4a 2,546 0.99/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.