Loading Tool

Explorer IconExplorer

Memory Pool

46,630 transactions
29.66 vMB
0.07025904 BTC
Random Selection Loading Transactions
Max Size: 158.25/200 MB

Candidate Block

Mining Attempt e3a42bc652876cf8f7344e499597b87bc2d9aef6daa1a6439180be49a0b10dd6
Version 20000000
Previous Block 000000000000000000007fe229bf7aea523707cefab0fcb77bac6036c091254d
Merkle Root 9c30227055fc2c16498a2b34806a1abbc05fb93785789f0cabc1f10b822b8019
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,491
Size: 1.00 vMB
Total Fees: 0.01302578 BTC
Feerates: 255.00 > 1.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,855 (729,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,601 185,601 00000000000002fe696c7cdade6076acf33027ac5afb1605812366c31a08b342 198 0.10/1.00 vMB 150
185,600 185,600 00000000000006dd89d1b59d55fd49b8999003b2a2e1ab8b1118c356e9e99ab3 114 0.04/1.00 vMB 14
185,599 185,599 0000000000000843f35e0e74cafc8f2367f0f8dc1064128270983c900bb3bb2c 213 0.07/1.00 vMB 0
185,598 185,598 00000000000006bde08a96f43098f8d0e108efd36a229db5398cc350b9f3245b 77 0.03/1.00 vMB 38
185,597 185,597 00000000000000b3d66569f01266260a891360a20fd31d63c90a5ed84004773d 642 0.28/1.00 vMB 141
185,596 185,596 00000000000007f03767768b4057aeeac9107d4879e9150037ee2adcf6b692ed 583 0.26/1.00 vMB 251
185,595 185,595 000000000000011e716519c45516b677bd1df6a08b20f303df3e8490ee28c3dd 129 0.13/1.00 vMB 116
185,594 185,594 00000000000001c7843f40f594068c7183d4ef00d1eae1ad3d1de8e490870f0f 40 0.03/1.00 vMB 107
185,593 185,593 0000000000000087dc29bb43d7821db41d930a84c0d6dea280c1f2ffaa730c0d 133 0.07/1.00 vMB 84
185,592 185,592 000000000000069ba62c306ebbdcc1b71e3a5b03a3c0cb3c52afa2fcd8dc4f99 105 0.03/1.00 vMB 16
185,591 185,591 000000000000094eaab2e17fe95209b299d257e65da6806bc88e0444f6968a31 140 0.07/1.00 vMB 82
185,590 185,590 000000000000014883e0f95c9b87063e516d0a5101ecc79b222613bbe4dd20b6 61 0.03/1.00 vMB 86
185,589 185,589 00000000000002f97c1831e889661b17d239ab0829b469e858b242fc59cedfd5 277 0.14/1.00 vMB 201
185,588 185,588 00000000000007386adf9cea071003221628966e18e4b4015e6bafcc91db54f0 256 0.12/1.00 vMB 45
185,587 185,587 0000000000000517dce9a446b1bfe1c6a9eb0f52242935c0c8f6f226fb52fd6a 3 0.00/1.00 vMB 99
185,586 185,586 0000000000000398bb3e836e38021d1f21f86a9f277106d5fa3544673e9acdb6 579 0.25/1.00 vMB 116
185,585 185,585 00000000000003b7205d5a1ebd77f84eb887a19c3e899e3e5b88d2cace537648 9 0.00/1.00 vMB 0
185,584 185,584 00000000000001192aae2ed93e569acacfe0f33a25cd33cb5a17ddbee2aed1d9 259 0.21/1.00 vMB 451
185,583 185,583 0000000000000053c1e4b769b7f806b1d4351811baf7123d647fc83c22f874cc 21 0.01/1.00 vMB 60
185,582 185,582 0000000000000702a444c90eb253aaf5792354116f44255bf7197b2ff75fcd47 312 0.12/1.00 vMB 134
185,581 185,581 0000000000000583c8c3cf2894bc0bfbefc31f15e0876b11dd3aa97ff8ebba82 482 0.21/1.00 vMB 307
Previous 10 blocks ↓
Total Size: 782.13 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: 652.44 GB
    • Received: 13.78 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.