Loading Tool

Explorer IconExplorer

Memory Pool

79,704 transactions
29.85 vMB
0.12238166 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt 8f6f461d8cba7ff32935b51442e3e93da358c212db9844544c237fd2ff7582c4
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 071d16cf92fdd603d7cd9479d213df42f2b1376271dae5fd42c4e540662feb80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,149
Size: 1.00 vMB
Total Fees: 0.05696483 BTC
Feerates: 150.75 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (243,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,130 671,130 000000000000000000049598bfc9c897630e8c9b58529914baba38f765e35936 2,827 1.00/1.00 vMB 130
671,129 671,129 0000000000000000000212fd2da1bd9d623a768b478b13541b227f0aad65f8b7 2,422 1.00/1.00 vMB 152
671,128 671,128 00000000000000000007d077064d016b34229ef6ecb036dda58d82436376fb9b 3,005 1.00/1.00 vMB 55
671,127 671,127 0000000000000000000c8a67e303a11106e36eb830faf2a15536bb19b32cd996 3,092 1.00/1.00 vMB 100
671,126 671,126 0000000000000000000129e79c0251bfdfa85a2c20e3e048fd13e353a97174f3 1,644 1.00/1.00 vMB 123
671,125 671,125 0000000000000000000b38b8cd5d6960f87dd856c53a7b7df80b5f0dec90abc8 1,317 1.00/1.00 vMB 119
671,124 671,124 00000000000000000009d38f3a166e1d3ecdc2c6d35773b5f71e5c75565aead4 2,928 1.00/1.00 vMB 125
671,123 671,123 0000000000000000000862bf1f0fd885fbf0880f0f21832eace40e35c70e1aa5 2,664 1.00/1.00 vMB 141
671,122 671,122 000000000000000000074d0cee520b83805db5ce056c17100c383799b6004f50 3,019 1.00/1.00 vMB 78
671,121 671,121 00000000000000000004347ccd1b8db6778cb285302c6746d2e7434808e14b1f 2,314 1.00/1.00 vMB 112
671,120 671,120 00000000000000000008b7b4d38ed9d003e0abedc1a369c46df5480a6a636912 2,879 1.00/1.00 vMB 135
671,119 671,119 0000000000000000000cff2eda2bf940bfb6be02a2137ae26b161ac8711f6585 2,744 1.00/1.00 vMB 53
671,118 671,118 0000000000000000000626f3a999c156be82b2821063e72a0789363a5c14f82e 3,085 1.00/1.00 vMB 82
671,117 671,117 000000000000000000092ced64e17e4ea847a5f7508613d2bb0af50c81304f10 2,518 1.00/1.00 vMB 103
671,116 671,116 000000000000000000033961bf2b640e16a4db045789168fe9bda2e3875933bb 1,442 1.00/1.00 vMB 114
671,115 671,115 0000000000000000000c9dfe1e7c5a481305ad3089ce4a74d2960362e6c514eb 2,302 1.00/1.00 vMB 128
671,114 671,114 0000000000000000000600adea54ca1a7755e697672d88947c224708ebea3040 3,070 1.00/1.00 vMB 138
671,113 671,113 00000000000000000000238db98b7ca37b16cdb817a03fe1060aaca81a17b93f 1,599 1.00/1.00 vMB 142
671,112 671,112 0000000000000000000b54b789c102a8bfa9b3f140f33e7d98afa00396ef2520 1,550 1.00/1.00 vMB 91
671,111 671,111 000000000000000000041c9312d083f37043a0692ed6b54097b7ff530ac2e8d0 2,815 1.00/1.00 vMB 109
671,110 671,110 00000000000000000005509f5586b90f8706057530b7b4e81408b9f4406ca508 2,574 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.