Loading Tool

Explorer IconExplorer

Memory Pool

19,403 transactions
8.81 vMB
0.03512751 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.62/200 MB

Candidate Block

Mining Attempt 99e92e5f9ba3bed103689afcb6d7949071a7dc320503141a4459654a41d4c260
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 990d92bb2f546c1bc4c8a6d1694f56270b0f95e373a4f525628f8de3fad87154
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01586522 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (649,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,313 264,313 00000000000000046cfd390f3a6e7277dde1976664bde5c1859db467a719294d 38 0.01 vMB 115
264,312 264,312 000000000000000162e638832e26656814a67db1249298bd06195f9cb16e5f37 607 0.31 vMB 62
264,311 264,311 000000000000000cc5c05167666bc8a9b22b288f1390d8ee96fac43d46893c17 592 0.25 vMB 131
264,310 264,310 000000000000000002509691592153c5056115cc27bdeaf3fb0694f4909725aa 414 0.18 vMB 129
264,309 264,309 000000000000000cb5f4346007efda3d0a121f7ddef3e88bffa741e4cda29f8f 219 0.16 vMB 23
264,308 264,308 0000000000000009deddfd2ffc479a9dc20d2c75e3cd19d3dd13fb76d1428a4e 585 0.23 vMB 111
264,307 264,307 0000000000000007f5061e2449886b45b3e0644c19a908cec2fa083b83c30013 572 0.28 vMB 109
264,306 264,306 00000000000000026568680881e70b95d4f322c4a14950948af704db91afdb42 326 0.15 vMB 123
264,305 264,305 000000000000000794a1661c7a84c2539bf936bead313fda8c283deb92e9b4f3 333 0.14 vMB 104
264,304 264,304 000000000000000dfe4ed77b1abf4452198b905b7b84cf99312026fd9736afba 252 0.09 vMB 100
264,303 264,303 000000000000000e37a24ec56d29e6408bf169df38f7ca845ad98753f2dc1ae4 352 0.22 vMB 137
264,302 264,302 000000000000000527394959fb37c277351c4d3ec53f1b7c689308d7698b50cc 226 0.10 vMB 117
264,301 264,301 000000000000000cee6c1ad3ddb30fc0f2ccd2f055f0a77ccacaed14af13b96c 363 0.18 vMB 88
264,300 264,300 000000000000000002f171ba88a159a6993d1c59c18337dd557ffb168e19987c 368 0.14 vMB 34
264,299 264,299 000000000000000a9fa9c0a32108d74c89623b47c11361419ecaa19d38e0fa2e 610 0.25 vMB 151
264,298 264,298 00000000000000098ae2c76784809189a4979c2c96fb21d175a4d68912603372 98 0.03 vMB 90
264,297 264,297 000000000000000c39c8d534fc46c39449a08303c3baf04c074eaffdc400b688 335 0.16 vMB 103
264,296 264,296 000000000000000b8e05ef173aa07e218d47488eb3acab7f9a8c9176c4036fcd 79 0.03 vMB 75
264,295 264,295 00000000000000029bdc75c95e03b295df47dc0f575eef4795441692b0ed4ea6 30 0.01 vMB 93
264,294 264,294 000000000000000f31b599f6c5611ffa48ea97f71942cee625322a6479bd89fb 383 0.15 vMB 108
264,293 264,293 0000000000000005582c713ade4e3711a682fb819c53840878458f29e9b51afb 584 0.21 vMB 176
Previous 10 blocks ↓
Total Size: 779.55 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: 251.78 GB
    • Received: 0.96 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.