Loading Tool

Explorer IconExplorer

Memory Pool

54,665 transactions
32.30 vMB
0.19089689 BTC
Random Selection Loading Transactions
Max Size: 173.12/200 MB

Candidate Block

Mining Attempt d083a4451968f1c30359b6a8d8c0e79e23602a61876571dcd87b74a90bf34a73
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 0a695bad1a240d0e7869435a56bb016beaeb58657acaf585dc0cbfc97629ed17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,189
Size: 1.00 vMB
Total Fees: 0.08514358 BTC
Feerates: 180.80 > 8.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (393,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,714 521,714 0000000000000000000f1a0b19b713caffc9fcf2db72e87906fd28afa05a8c0d 1,089 0.56/1.00 vMB 26
521,713 521,713 00000000000000000045014cb270a7ac781362ff1cd5bf1963c5d823e642b712 309 0.12/1.00 vMB 29
521,712 521,712 0000000000000000003dd6c6b5ac9c3aca7c94ae6b097b4872158a2ddf6b2214 1,346 0.96/1.00 vMB 23
521,711 521,711 00000000000000000009d2890a91686e1f632dd8fefcedf9d0554ff9fd949d9c 1,933 1.00/1.00 vMB 18
521,710 521,710 0000000000000000003fc62cbf5581a05f7753bcbefd1a1e823596db0e9365c4 1,819 1.00/1.00 vMB 29
521,709 521,709 0000000000000000002b82e50c569edec4d94ff9b749952d58d9a8581afa0baf 1,834 0.66/1.00 vMB 17
521,708 521,708 00000000000000000033bc65383561eb217483b4c37933ff34d4de3797413d4b 1,989 1.00/1.00 vMB 59
521,707 521,707 0000000000000000001eaa4414608fbca313cdc0810ef630bea212159bd02c36 502 0.30/1.00 vMB 25
521,706 521,706 000000000000000000127d1fc9e55bd1d4876bf0ad493e0ff81e5cf9d1e17128 2,813 1.00/1.00 vMB 39
521,705 521,705 0000000000000000000df14118440cb983a94f10785c4f2c598f920d5dfefb8d 1,320 0.99/1.00 vMB 31
521,704 521,704 00000000000000000042e805f1dcac62f184fb8779425f7a3239e40d8f33a0e2 1,215 1.00/1.00 vMB 8
521,703 521,703 00000000000000000008d57839d56a3497e7449ee1f4ab057181a09d1394ff7b 1,476 1.00/1.00 vMB 25
521,702 521,702 00000000000000000022018b3771eac8987f3580925386493d70031f5f8b92c7 2,305 1.00/1.00 vMB 33
521,701 521,701 00000000000000000010eb7a1c367db72aa9c7424ef441631da75f918b0ee6b0 2,195 1.00/1.00 vMB 41
521,700 521,700 0000000000000000002dd443451b7d7438518b6852eff56e7d5891c79317df72 1,963 1.00/1.00 vMB 23
521,699 521,699 0000000000000000002a38db2b4d0843748a30b9f5caea4ef95e89a21fb7a5d0 2,543 1.00/1.00 vMB 33
521,698 521,698 0000000000000000002e18b475dcadb406e78574253531c07ddad729b068f711 2,145 1.00/1.00 vMB 54
521,697 521,697 0000000000000000002499f926f23ff962505f5350adf559083e77d5b49b96bc 1,644 1.00/1.00 vMB 24
521,696 521,696 0000000000000000001a42e7feb6ea17f57569deca9614822395894e75aaf405 1 0.00/1.00 vMB 0
521,695 521,695 0000000000000000002201a668e1624a9efd50b33af19e5993fc365e78994e77 1,788 1.00/1.00 vMB 29
521,694 521,694 00000000000000000023c2daa976f85fd48cd96f85cc49eff0aacbacd75abd8c 2,329 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.50 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.