Loading Tool

Explorer IconExplorer

Memory Pool

75,537 transactions
20.77 vMB
0.06687807 BTC
Random Selection Loading Transactions
Max Size: 138.75/200 MB

Candidate Block

Mining Attempt 27dab622161f90f6956438ac52047ab203ffc096a748d7c3f99495c388e1e71b
Version 20000000
Previous Block 0000000000000000000135da005ff31386245bffed4996059127829b8d11472f
Merkle Root f9ec13943d76b383972df0a9cf3ccb31cad9841f02b9fe196ac2179f1452fee7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.02126854 BTC
Feerates: 265.60 > 2.13 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,998 (848,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,700 67,700 0000000003017c34cab5b5172b68fc7a1afca19c6d269310b6d4cd87e60c14cd 1 0.00/1.00 vMB 0
67,699 67,699 00000000017335dfc40a3c984ea56357340fcf49f00fa1f9ce5279d290f7ef08 1 0.00/1.00 vMB 0
67,698 67,698 000000000140fde11965414e12a28b08992ff25cb66ddd211bee7ce57cc08b34 3 0.00/1.00 vMB 0
67,697 67,697 00000000054ffabc36b59be9f6b29069c52e5a92138ddb74ae441e8354b62e08 1 0.00/1.00 vMB 0
67,696 67,696 0000000000280877e42fdb143b0dbf6e38ad1f9b4f4881ffada7138e4b5df6d4 2 0.00/1.00 vMB 0
67,695 67,695 0000000003adec0227767d887d6bf0feb7becb0113ec8a93d244d390ecbe9475 1 0.00/1.00 vMB 0
67,694 67,694 0000000002e801b040ca369f748c80494a03f579d2c87bc6a41ac5f97c8ef88d 1 0.00/1.00 vMB 0
67,693 67,693 00000000048d540bc8d7e212c81a49b59bc64ef0fdefe7058a8592f9f07d68ba 3 0.00/1.00 vMB 0
67,692 67,692 00000000055196a9eb9b6c8853fde813e56f92bc2da83d0762d7886598143681 2 0.00/1.00 vMB 0
67,691 67,691 000000000101c0ea0a9c383f6977e45e2291154c94648550944981aa0bd4a045 3 0.00/1.00 vMB 0
67,690 67,690 00000000046f7b77661c609cefa08210b5185d92aa3e630dc5d75826f23fe323 1 0.00/1.00 vMB 0
67,689 67,689 0000000003f4a78d9f6ed18c44cb45a234e9576d5dc916538a7bbb6298887e2e 1 0.00/1.00 vMB 0
67,688 67,688 000000000087aac6f10fcd17aa30f34fd5f57db8d2f2aa050937b5bd315d509d 8 0.00/1.00 vMB 0
67,687 67,687 0000000002285222b2077bbc69849e41a1f46f40bb35dd27193fac8c11780054 1 0.00/1.00 vMB 0
67,686 67,686 00000000058ea29beceefed6daa9af097d76a8e7de8cd272a4b252ec0ee60e04 1 0.00/1.00 vMB 0
67,685 67,685 000000000201106a9c4b0e699bd749c9fe2365528dd916dca462793e99df3479 1 0.00/1.00 vMB 0
67,684 67,684 00000000012e8a744974c98bcb5f7a476cdd185d3a9acae0abe1949f65f204f1 2 0.00/1.00 vMB 0
67,683 67,683 00000000001957d84743277fb717526cd079d1c6ae517251647b96dc571e3e57 2 0.00/1.00 vMB 0
67,682 67,682 0000000002a789d0f76598d0c30ecf51142a2e35d6e3c467c0c8e4100ca29a9d 10 0.00/1.00 vMB 0
67,681 67,681 0000000001f775efc258c1a4398f7543f66dd2ffceff09d8ef8f4720d3d6e699 3 0.00/1.00 vMB 0
67,680 67,680 0000000002143f60ed0fb9182a6721a906ae6905faaf28a8a2b750b1ac8aea9c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.12 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: 807.99 GB
    • Received: 23.22 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.