Loading Tool

Explorer IconExplorer

Memory Pool

29,759 transactions
7.78 vMB
0.06334296 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.24/200 MB

Candidate Block

Mining Attempt 9865904c556078a636091ef6682c6fea4806bf2cf91eeb4815a048fca7177c93
Version 20000000
Previous Block 00000000000000000000202cca375303c66b5101a2c3c981e3a6b8e199ec2a79
Merkle Root 804cac343a4bebf64cef71742c33459e1da58023e266199c957b17ce5e52289f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,820
Size: 1.00 vMB
Total Fees: 0.03112298 BTC
Avg Feerate: 2.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,017 (764,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,213 148,213 0000000000000143c3128acb30c4654bc7d54e996009b2b66b2b18f57491908f 0.05 MB 150 187
148,212 148,212 00000000000005ecf3194abc8ccf1532b066da526479d86e4c01d6015258b563 0.04 MB 130 171
148,211 148,211 0000000000000435ce1410d9fbbcc189585730ae1f836946e076996b52cd6210 0.00 MB 1 0
148,210 148,210 00000000000004ad1934ca4e8624b5a7e2cfa7127ccfcec71bbcfd95a307ec19 0.02 MB 47 218
148,209 148,209 0000000000000311ad5804b82bda877ecc3b149ffccacc8b455e7388f008caa8 0.02 MB 56 192
148,208 148,208 000000000000034573f65b0078c43715c4274385e00f938d0751af6f59c1fbf8 0.07 MB 150 258
148,207 148,207 00000000000001081510dfc9be5eb149de60f4b0b5c3eb5bfdaf3d3ecf4f3d5b 0.02 MB 59 174
148,206 148,206 000000000000044dcec8cf1e741e38dd6a97a6808ccbfe161336b2cf29e41659 0.01 MB 19 541
148,205 148,205 0000000000000857d99d8dc34cb37ba4300190d1ad515482bd22a61b2f324a95 0.01 MB 27 26
148,204 148,204 00000000000002db5ac787a17c37c3b2625fc6b71a9763c77198265ebda42474 0.04 MB 95 308
148,203 148,203 0000000000000864fcd7c784f76f99aaec63e3b6d8fc2652a20b469442edc99a 0.00 MB 10 22
148,202 148,202 0000000000000647382eab0f5267ebbc850e25c9425cb9ed55b3bf3f742b52d0 0.01 MB 26 100
148,201 148,201 00000000000000fc1decfbaadb5f0c81847a2ba37fc09bfe6e7fc9428bc232f4 0.01 MB 10 16
148,200 148,200 00000000000003c33dedeaa37cfce91252304798ba6a68a7190dfb53305b6b48 0.03 MB 60 415
148,199 148,199 00000000000003f47bc203d5630f0dc59fbfecd7ccc4c10427b8494acbdd34a4 0.00 MB 11 371
148,198 148,198 000000000000095686e9e1644230cc80eb96484eddc7f23c788ce1472e2a4acb 0.04 MB 110 19
148,197 148,197 00000000000006c1c53cc38d2599bfae7f72b81035e11e4f158460c895039930 0.00 MB 1 0
148,196 148,196 000000000000019d0670c5a37e28a99767b440fc2b179af8bc0b2004c5f2b96a 0.03 MB 45 109
148,195 148,195 00000000000003c3fc7aa10ce0a1f72989c4e2c2ffbff7e2119f0ae9e58b80ad 0.01 MB 6 75
148,194 148,194 00000000000005c7c8553add40a39a60a8c77b92144b777e470969189b87d67f 0.01 MB 21 234
148,193 148,193 000000000000016c7d9213dd196c7e74034e4522b77e911a9116b10be94260dd 0.01 MB 25 27
Previous 10 blocks ↓
Total Size: 778.87 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: 399.43 GB
    • Received: 3.58 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.