Loading Tool

Explorer IconExplorer

Memory Pool

75,784 transactions
28.02 vMB
0.08516894 BTC
Random Selection Loading Transactions
Max Size: 170.27/200 MB

Candidate Block

Mining Attempt 2a36a40df5ef6851726732099b8a4e1831b22de3479b4f7960a15f9824df32b2
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 9ab060d061740c3666d303d7df36c404ea5077e976e271398c963b5b3cbf831e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02500240 BTC
Feerates: 472.31 > 2.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (461,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
453,313 453,313 0000000000000000026d073df6de8503224af9b8e008249d3d1e294f29649ee4 1,525 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.