Loading Tool

Explorer IconExplorer

Memory Pool

76,437 transactions
28.34 vMB
0.09439098 BTC
Random Selection Loading Transactions
Max Size: 171.73/200 MB

Candidate Block

Mining Attempt 399093558400458692ae9670b8d20a51c9a8c112f969735a761754adf922fa74
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root e309d3b20a91c58087b0404c175e656465e8752a4fc75ade1ca940df186f01b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.03161696 BTC
Feerates: 150.80 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (466,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,236 449,236 00000000000000000289cc34ac1c78b0c31cdd236eef87b2980053ff8ff156d1 806 0.46/1.00 vMB 58
449,235 449,235 0000000000000000013d8f2d0f170ca7e8bd512919bbd9476ae8c1a0b3724a44 417 0.26/1.00 vMB 67
449,234 449,234 000000000000000002c90eca3e14dd14627fd8aa8e1fd848d3ef22bc8e83f24e 254 0.16/1.00 vMB 55
449,233 449,233 0000000000000000002bf1d01685f530316da41a3f3386a1fd6de77880c0fe26 1,534 0.80/1.00 vMB 66
449,232 449,232 000000000000000001640becccc8b0a8ab09d3b1b441472486a4001c60202717 1,813 1.00/1.00 vMB 69
449,231 449,231 0000000000000000019ffe76020fb18d431029b8cf1f0be30c254682b7ffc823 2,275 1.00/1.00 vMB 98
449,230 449,230 0000000000000000027f0e7f36a2c61d2dbdac2ee10eef587babc6dcfc5f7075 227 0.08/1.00 vMB 79
449,229 449,229 000000000000000002e602ef773070d69c74985936056fd7c112da95359f7491 451 0.33/1.00 vMB 47
449,228 449,228 000000000000000002ed1f9e75b63d8bb095f60a6debb68f9b89f6c21e30cd2d 1,147 0.66/1.00 vMB 57
449,227 449,227 0000000000000000019ae586c1f879718b63031bc0c5f1ed8869168ede167ad6 1,943 0.72/1.00 vMB 78
449,226 449,226 000000000000000001f91db97fe8992b58dc6932dcd1466c42a6629fcddac3f3 1,099 0.47/1.00 vMB 74
449,225 449,225 0000000000000000012d5376ae8b6004cd6b6122cc04be18ecfa7328ead87242 1,535 0.81/1.00 vMB 60
449,224 449,224 000000000000000000a2cb55c5f27f84706c5511749f69f5f66931e377d61c6e 1,828 0.91/1.00 vMB 80
449,223 449,223 00000000000000000316c6e3b230791d8308751f4c48755a3d8078f7504ae0d6 1,911 1.00/1.00 vMB 57
449,222 449,222 0000000000000000012c8ae58451565a0642e73377e4f202c147dc33f4860e14 2,835 1.00/1.00 vMB 88
449,221 449,221 00000000000000000264f42c04d4c8505a7d5eb6549167f2781af0547c0c1256 2,069 1.00/1.00 vMB 61
449,220 449,220 00000000000000000269f6dd65de9a76c111b08757f47da51f8bb73e887b735e 1,256 0.58/1.00 vMB 68
449,219 449,219 000000000000000000596e314a1502a581b87ed974c4cba8511d7902f56dd91a 217 0.12/1.00 vMB 66
449,218 449,218 000000000000000001913ca7944abc7c3a41ae1314a8a71d81e531fd10bcb098 273 0.18/1.00 vMB 46
449,217 449,217 0000000000000000024e1891aa0fc687f87d3dd89a7075083f557fbd7e58f29a 1,930 0.86/1.00 vMB 71
449,216 449,216 0000000000000000029158c6761a738e09c03b3d76a3882504948da061cf6f68 2,278 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.