Loading Tool

Explorer IconExplorer

Memory Pool

78,406 transactions
29.12 vMB
0.08184653 BTC
Random Selection Loading Transactions
Max Size: 176.25/200 MB

Candidate Block

Mining Attempt 267e8e74391c7e6d1b891c1d5bf87ae736e8b7931532ec75f4f382fabe3f7890
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bc10a6b2ea5d40bac6c64e5f22cfc04bcfe6e7bb71dbed7ba4d3d27d53f7a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,731
Size: 1.00 vMB
Total Fees: 0.02097697 BTC
Feerates: 178.73 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (104,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,476 810,476 0000000000000000000495b2dd511f8a0bd9434a1eb00b9fdade5371a59e36b5 3,582 1.00/1.00 vMB 32
810,475 810,475 00000000000000000003f23640bb5e4f69cb0903cdb66c210adb44c820193586 3,003 1.00/1.00 vMB 17
810,474 810,474 00000000000000000000d9ede0027af2016fd01493884eba1961e6cf7fd7f193 2,851 1.00/1.00 vMB 20
810,473 810,473 0000000000000000000149127f91a52d8ce989699087c19907750829dfd9c085 271 1.00/1.00 vMB 2
810,472 810,472 00000000000000000002b4ae428326d86b12232bc9124e0b820f73e2041a6537 453 1.00/1.00 vMB 2
810,471 810,471 00000000000000000003a61c6a44c9c5e9623f48bd3f3117a95e1275aeeecefe 2,971 1.00/1.00 vMB 19
810,470 810,470 00000000000000000001b2932f53115e68708423731d117d43b994ffd6efa3e0 2,197 1.00/1.00 vMB 13
810,469 810,469 000000000000000000041d1b0dc92b06ae2ac143ae4560c6cb255cfa8ae8c030 860 1.00/1.00 vMB 10
810,468 810,468 00000000000000000003859eb70c08c19c1bc7e17d2b534d4b6d2d2bb0f02354 2,202 1.00/1.00 vMB 24
810,467 810,467 0000000000000000000354d1af02bac45d1372595bde4502950ea8b54c622cfc 644 1.00/1.00 vMB 4
810,466 810,466 000000000000000000001a7219b9a830339dbbfcaa7f91d36b0d6084990cc7b2 2,738 1.00/1.00 vMB 19
810,465 810,465 0000000000000000000376175c9e1cdf1f837bf6e606974188f449c1281ef9d7 2,173 1.00/1.00 vMB 24
810,464 810,464 000000000000000000030a09af99a9728e0ee165c63ad952b34a9d9cafc21573 1,215 1.00/1.00 vMB 10
810,463 810,463 00000000000000000000ab28d7ad73838e4933b2c27db7ac0abbed75a68030e1 1,862 1.00/1.00 vMB 6
810,462 810,462 000000000000000000009f5248945d19d05d6fd030181ddb8def78aa7eee5fa1 2,466 1.00/1.00 vMB 24
810,461 810,461 0000000000000000000235277219dfbb2fb964305222b9ea5ca1e6d8c692dc9e 2,407 1.00/1.00 vMB 21
810,460 810,460 00000000000000000004463cc9db8d5af4d9e7ea94437032b934e32a080ad12f 1,695 1.00/1.00 vMB 32
810,459 810,459 00000000000000000002c9236f7142d0f411a023ae95bdd933dd08b553a7d76e 3,170 1.00/1.00 vMB 21
810,458 810,458 000000000000000000010508ea6d779b5a725f0c83b62657958c1dad4595fbd8 2,779 1.00/1.00 vMB 9
810,457 810,457 00000000000000000001c861e00eec1c058ef25223571fa0388771eb72e78994 2,235 1.00/1.00 vMB 16
810,456 810,456 00000000000000000001e4bbd69e53d5af0e992edf97c18467b5eb6c5c352e3d 3,549 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.68 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: 677.99 GB
    • Received: 16.44 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.