Loading Tool

Explorer IconExplorer

Memory Pool

77,409 transactions
28.45 vMB
0.09382997 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt ab91b97b752b7a05f8c4a793b8e69b3523d18fe8a624cf1e77e60e6d26b8e31d
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 18224cf91469a5f84abf7a74d7292a41dce3570e8d55bedb49c00f4ad92f5372
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,947
Size: 1.00 vMB
Total Fees: 0.02994190 BTC
Feerates: 201.07 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (424,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,418 490,418 00000000000000000026e1cce4d9c89241835aebe089847d498b4783a50d4d06 1,653 0.69/1.00 vMB 105
490,417 490,417 0000000000000000009b4be13cbf395534916e3893d30fa55062edd0e0691ca7 1,069 0.41/1.00 vMB 106
490,416 490,416 00000000000000000026e443b00f563164c6c16b8cde8f3ccf557a890e52882f 209 0.09/1.00 vMB 106
490,415 490,415 000000000000000000c4ed33559afdc8e12945674e9bfa2b3f1df5e3bf30d117 1,478 0.68/1.00 vMB 65
490,414 490,414 000000000000000000714b6f0b5f5274860a59abb97b9fa011499444ccfebe0c 2,053 1.00/1.00 vMB 73
490,413 490,413 000000000000000000e00639c33e2580bc80783c4d89046fd4120da3974fff69 1,739 1.00/1.00 vMB 57
490,412 490,412 00000000000000000022a95f7fca6bff2d8247c2ac0e20f662baaadc717eb0f1 2,708 1.00/1.00 vMB 77
490,411 490,411 0000000000000000002bfdb2651822b60d7dee4713344ad481be4935eb26a25a 494 0.20/1.00 vMB 156
490,410 490,410 000000000000000000d4f7c4c438f2eb8e7996e46b84d13baf4fa2a8e7432521 2,756 1.00/1.00 vMB 119
490,409 490,409 000000000000000000a1d2b0a8e44b5b7586580a5da3b3b5430651c03de738bb 2,458 1.00/1.00 vMB 167
490,408 490,408 000000000000000000066ad3c68e4f02548be9f53c85d656f5cb1a5906e871b1 876 1.00/1.00 vMB 30
490,407 490,407 0000000000000000009e3b5af612bb4692cf261aeb2169b820a881fe62ef1701 2,117 1.00/1.00 vMB 82
490,406 490,406 00000000000000000049843ca2a4e7398caf3cd893f545396b8a15e1a4c2a698 2,336 1.00/1.00 vMB 167
490,405 490,405 000000000000000000047bbe86099729b84906ab7a2cbc5d34ea180624b7551e 1,593 1.00/1.00 vMB 5
490,404 490,404 00000000000000000010e4ed8d46eaa51e8ef58decc5375adf5f85f385cae624 2,344 1.00/1.00 vMB 111
490,403 490,403 000000000000000000e613c5c6dc37fe85820da702156cbe1134bc28b50b035f 2,424 1.00/1.00 vMB 126
490,402 490,402 0000000000000000007246aaeff4b25605325b99b49a65d9a33dbba7163ba576 859 1.00/1.00 vMB 37
490,401 490,401 000000000000000000277299b4bfe51f45a22f59cc4b21090dd36a177a15d7d9 1,533 1.00/1.00 vMB 145
490,400 490,400 000000000000000000101dfee937b774e33ceaa00eab49c636e7aba3e1b8cf67 2,248 1.00/1.00 vMB 42
490,399 490,399 000000000000000000ce7f03b9326b26b96a0a35a14ef3fdd79ebf4d3a2aa68f 1,512 1.00/1.00 vMB 52
490,398 490,398 00000000000000000095680815ce6974c284633abb5ba06645d32e0a8317295b 1,156 0.85/1.00 vMB 53
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.73 GB
    • Received: 17.45 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.