Loading Tool

Explorer IconExplorer

Memory Pool

80,626 transactions
29.93 vMB
0.09089244 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt 076511dd05e00f1905a22a1e2d274797b68c081f065e7084acb6fb7e6a15ade7
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 7bf0806a2db22624544bc765b1a8a76ff400d288bf436e0702d08cf3ad8cfb66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.02879758 BTC
Feerates: 100.37 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (333,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,990 581,990 0000000000000000001a00f2b682ef941142b6c1760a3cc3a1aaf1e48f7d66c7 2,713 1.00/1.00 vMB 18
581,989 581,989 0000000000000000001ede306c6952b5e5fb58c5f025612f6c33735160314963 2,551 1.00/1.00 vMB 57
581,988 581,988 0000000000000000000a46e233f70a4c575e810871c1497727ec144e7ae980bf 2,606 1.00/1.00 vMB 45
581,987 581,987 00000000000000000013ed553f657bc51d5b49c072a1eb714b84ebe0df0d1030 3,019 1.00/1.00 vMB 106
581,986 581,986 0000000000000000001e3b8a51a3fb670796ccf9a9dc04930b753e7458ff3f4b 2,763 1.00/1.00 vMB 34
581,985 581,985 000000000000000000079df1061583d674b48f3a7f075fcaa01b9b86d8ecbc53 2,980 1.00/1.00 vMB 101
581,984 581,984 00000000000000000019700db9faeae3693e78ee58598df95f9864d21346b531 2,595 1.00/1.00 vMB 64
581,983 581,983 00000000000000000008f98fe9aebdc4bc13560e8c36fbf926f706df82dc4fee 2,480 1.00/1.00 vMB 118
581,982 581,982 000000000000000000129a8cbee9f14556c8e1820bf6a23fadb3620d66cad7e0 1,509 1.00/1.00 vMB 15
581,981 581,981 00000000000000000021b63487ef2988be5dd044bb3a476da51e595971726180 3,274 1.00/1.00 vMB 48
581,980 581,980 0000000000000000000c978d60078e9176ebc758b9ab443d542b356a48341861 2,140 1.00/1.00 vMB 37
581,979 581,979 0000000000000000001233a6b226f1da9b05cb9230ba3590a28be280bc38d1c7 2,568 1.00/1.00 vMB 37
581,978 581,978 000000000000000000179faef178d955d8d04870bf3d5b33e95657923dbd2f13 2,372 1.00/1.00 vMB 53
581,977 581,977 0000000000000000000044be347eb8a6731856bf1871afd557e4ea1029faf627 1,610 1.00/1.00 vMB 18
581,976 581,976 00000000000000000020f84b5417a70fd9bbc2f515ef47f2a0261d1663d19c48 2,819 1.00/1.00 vMB 54
581,975 581,975 00000000000000000011f2cf0f86dfad23f0f8e00e405166d8822f68057a7cc8 2,463 1.00/1.00 vMB 47
581,974 581,974 00000000000000000006d7a276c7acdd9062b3247a6cddd583af0753512c70a9 2,750 1.00/1.00 vMB 113
581,973 581,973 00000000000000000007bc2bd1b79c6eccac12369ce25e349f6658711504f602 1,571 1.00/1.00 vMB 28
581,972 581,972 0000000000000000001ab5c5e45bb1fbab0961295bb0b4f14907f8e320dcb90b 2,266 1.00/1.00 vMB 19
581,971 581,971 000000000000000000002d428e16b6f2a47a2dece7220356f00efa44afd367cf 2,923 1.00/1.00 vMB 34
581,970 581,970 000000000000000000065e03e46fe1ab33062bb28b73719561b083e092f7f5c0 2,887 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.50 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.42 GB
    • Received: 15.51 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.