Loading Tool

Explorer IconExplorer

Memory Pool

82,145 transactions
31.04 vMB
0.11181752 BTC
Random Selection Loading Transactions
Max Size: 188.31/200 MB

Candidate Block

Mining Attempt c5413e8ed6ae215ef017c10ec50c093f6cce53ec367a9f9016ff07a728a8a886
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 27be5318c43ec0939e26b20518bbeb8f6c4dae0fc3f5f4ba51f6a66185b43d08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03477544 BTC
Feerates: 469.97 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (327,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,631 587,631 0000000000000000000c15fef002d5e5347054c2499f8f89814face1f4a272f2 1,439 0.55/1.00 vMB 17
587,630 587,630 0000000000000000000749314d130116ded134c5265050e6850ced090d3e48ad 2,942 1.00/1.00 vMB 24
587,629 587,629 00000000000000000007b8d036ea3b38fbb3cf0e79791b423cdc24732fe0763a 2,288 1.00/1.00 vMB 6
587,628 587,628 000000000000000000123e97bb0bec3aa9a52b156100ba6685d7f35d1bd81f55 2,274 1.00/1.00 vMB 39
587,627 587,627 00000000000000000005fc3a177102928226e8ab175742282894b4ec58a9926c 2,077 1.00/1.00 vMB 12
587,626 587,626 00000000000000000013d9f75f097a8d2b815814eff6529d06014b65a3262d96 1,348 1.00/1.00 vMB 8
587,625 587,625 0000000000000000000aa5ca0214eba4ed62e42381502ff66c3c3155ca68a219 1,646 1.00/1.00 vMB 18
587,624 587,624 0000000000000000000827d8d0e1c51dedbd005239ea61b8c2aa1266fa364019 3,029 1.00/1.00 vMB 41
587,623 587,623 0000000000000000001435cbe4a61cab85d5715372b33c6ef92f251ecf91c442 2,318 1.00/1.00 vMB 25
587,622 587,622 00000000000000000010a3bbde3688cd5304a104621c6aeb98fdf11c3d6e9f5f 2,769 1.00/1.00 vMB 17
587,621 587,621 0000000000000000000ec81e97538b4716ba76591bcdb52d1da0c7e8abb6705a 1,736 1.00/1.00 vMB 27
587,620 587,620 000000000000000000168fb00dd407e58c5b274ec0b25950f66b0cd6a10ba24c 2,889 1.00/1.00 vMB 45
587,619 587,619 00000000000000000017e2042949a7f451ad69fb48b5d079b62afeb46bc4f09a 1,781 1.00/1.00 vMB 26
587,618 587,618 000000000000000000186c3965c40a0b17f2f577c0cf0e9af05c3e0e79b13fad 2,077 1.00/1.00 vMB 29
587,617 587,617 0000000000000000001cbde039c55b2a28d9af1aec647641665ca75d78f977fb 2,298 1.00/1.00 vMB 28
587,616 587,616 00000000000000000016d06fc19fe307eff4d15c1d749d38006d1f1eb0cc0db1 3,051 1.00/1.00 vMB 63
587,615 587,615 0000000000000000000a1f6f36b7ca8b006fa0ee22a68bc665e7cd4cc017867a 1,221 1.00/1.00 vMB 22
587,614 587,614 0000000000000000001ca7729cc245b89c325393f8ae2f7c5f7ac80136ce6b1b 2,685 1.00/1.00 vMB 45
587,613 587,613 00000000000000000006aab619b8026260e7e08ca0fbf66347a5ed8bed047485 1,083 1.00/1.00 vMB 50
587,612 587,612 000000000000000000035ed7865b9634d857b33f4951a8e150274ba0a3350ded 986 1.00/1.00 vMB 68
587,611 587,611 000000000000000000025877f88a5b5d18fc6fa2f864bd6c43c01d0ab9d06e17 1,839 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.