Loading Tool

Explorer IconExplorer

Memory Pool

81,270 transactions
29.91 vMB
0.15406132 BTC
Random Selection Loading Transactions
Max Size: 180.16/200 MB

Candidate Block

Mining Attempt faf6e17e3dc8d45870250d009f146d3abd1c43eb4fefdd33a49d4d224a05aae0
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root f7560cb7a2520831cbba5ec46e7fea4931ca6bf668ba0c8841761364e298c9b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,577
Size: 1.00 vMB
Total Fees: 0.05839085 BTC
Feerates: 1,002.91 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (461,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,334 453,334 0000000000000000022da5b85bfecf5b49ac1dd1cb143dc016a3c450b3768d04 638 1.00/1.00 vMB 181
453,333 453,333 0000000000000000020cc17422d4ef14555b2f5d26e9c2398fd3e91ff2ad3c17 694 1.00/1.00 vMB 149
453,332 453,332 000000000000000001d27eb6bad2585948d12dc4242d1415c8e8cb32e037812a 2,027 1.00/1.00 vMB 186
453,331 453,331 0000000000000000028ba42d382e97849f4e9f31aede78ce67c0975dcef8070a 2,983 1.00/1.00 vMB 150
453,330 453,330 000000000000000000a040ad08debef449ba314f53f20a7207c76a235008bcc0 2,332 1.00/1.00 vMB 103
453,329 453,329 000000000000000001b50e932e4f9d21b73120078e4c12edade5777562e99957 2,036 1.00/1.00 vMB 77
453,328 453,328 0000000000000000018ae11fd5295dcbc43a865d872a8693011263e2dd6e5b25 2,403 1.00/1.00 vMB 143
453,327 453,327 000000000000000000edeeb2dab3419b9b5d1074e620217480fa335cc01c71ac 1,018 1.00/1.00 vMB 44
453,326 453,326 0000000000000000023e0160144eeeea099f3ae5cd97f88c701a561f201b2820 578 0.37/1.00 vMB 65
453,325 453,325 000000000000000001a0d0489f0354c9e9051bf29debf6e91babcbe5916c4634 1,337 0.60/1.00 vMB 99
453,324 453,324 0000000000000000019dfd073cf3d3531276f0db6f4f9e19850af1c3197fbd12 2,144 1.00/1.00 vMB 80
453,323 453,323 000000000000000001edc3cf9585850f28029502996a9b073e5ca907e74dedb5 1,982 1.00/1.00 vMB 105
453,322 453,322 000000000000000000886e39f8061374dd72e83f3eb93f80fa5ddfec2978f055 1,590 1.00/1.00 vMB 76
453,321 453,321 0000000000000000027365cc2b93ea4c4e577b415f9bc48a28f60277b6382e73 1,503 1.00/1.00 vMB 73
453,320 453,320 000000000000000000462d3e4d2b172d6cb936acf4cba0c92d71b830cc7cb2ef 2,298 1.00/1.00 vMB 112
453,319 453,319 0000000000000000022cc5eb038be813eabc0f82a3e48f42b2cc10ac28efa9c6 1,240 1.00/1.00 vMB 48
453,318 453,318 0000000000000000027ada8fb894aad84ea9bff6f2fa2e27bb5caf2f97535fc8 2,481 1.00/1.00 vMB 112
453,317 453,317 000000000000000001183c0f3cc90d2632be1cd8f12506edaff678424b5b1892 685 1.00/1.00 vMB 51
453,316 453,316 00000000000000000196e841347d3563f0cca871c849737d6944701a8d73b097 2,241 1.00/1.00 vMB 109
453,315 453,315 000000000000000000e3caaddb83032334d66b83b4e0847edc4dfce9cffc43cd 1,969 1.00/1.00 vMB 106
453,314 453,314 0000000000000000024eecd3cca35c4354dc727e3a876341d76f380b41de0fd1 2,182 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.