Loading Tool

Explorer IconExplorer

Memory Pool

81,390 transactions
30.97 vMB
0.09020619 BTC
Random Selection Loading Transactions
Max Size: 187.99/200 MB

Candidate Block

Mining Attempt a44d5f43e14f51ec28d7e1cdca3f65c3186fdb8ac167cb36e77c71ac83c0815b
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 54f74deeafd9f9c74d324a5539fe53d7d61e2e5862321baef1f77e7fa45dbb5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.02355430 BTC
Feerates: 351.58 > 2.36 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (361,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,593 553,593 00000000000000000007400956f6bb2a861d1fc3fb84b674a8c3573dd4de5632 2,765 1.00/1.00 vMB 21
553,592 553,592 00000000000000000021c9d77e293e55fc877c5933362904acd81e40da28670b 3,286 1.00/1.00 vMB 39
553,591 553,591 000000000000000000264afa7a08fe359b23d59a3b2159ff4755e611818d8d53 3,039 1.00/1.00 vMB 31
553,590 553,590 000000000000000000123b5097d77cb2a396ff9b5366bc3b14fe9b14f813f10d 2,727 1.00/1.00 vMB 11
553,589 553,589 00000000000000000004c4954fd53855e0648e04b522b3f7bf6dcea44653f694 1,976 1.00/1.00 vMB 29
553,588 553,588 00000000000000000017d7b2e1ad17eec18f6484c9ed2b4ceb9e691bfec4d933 2,254 1.00/1.00 vMB 14
553,587 553,587 0000000000000000000e7b78ccbbe59fdf71ebbf1c6c10b2f6058fb6646aa3e2 3,106 1.00/1.00 vMB 18
553,586 553,586 00000000000000000021b265ca7a130d3bdf71406b3933593eb98156f4f71deb 420 0.54/1.00 vMB 6
553,585 553,585 0000000000000000002e2e8d925c1066f1445e8d04bf166eb635c8be0222bafd 267 0.10/1.00 vMB 11
553,584 553,584 00000000000000000031c48833427fc7680f77f07c0b357e6c94bcd4e0513a72 1,667 0.79/1.00 vMB 11
553,583 553,583 0000000000000000000f6f725113b38dac917974507c38b5b63244466bf9b1fe 657 0.43/1.00 vMB 5
553,582 553,582 0000000000000000001b0218ca2b54e9809b5d948864c5bd1e657e5aa09f438f 884 1.00/1.00 vMB 3
553,581 553,581 00000000000000000018be13ef434d8234881b26a8d6405df0cfd26f34e31dcc 1,008 1.00/1.00 vMB 4
553,580 553,580 0000000000000000000bba27a965bc4c41c0b8c8bfc2ce2db68b83482c75c1ad 2,977 1.00/1.00 vMB 15
553,579 553,579 000000000000000000090bed5549a4a81973b732d7df6190cd44538f18c7b9ec 2,501 1.00/1.00 vMB 26
553,578 553,578 00000000000000000029b07d4b07b7d878dcf82a80cea4d358ba9478d59c9353 1,091 1.00/1.00 vMB 7
553,577 553,577 00000000000000000027be6edd7d2ee68b3eca65ea896481c321f7a09fbb06f4 1,778 1.00/1.00 vMB 6
553,576 553,576 0000000000000000002a2451180749294cd74058e0a0dd37cc19ad0ee66e77ff 3,255 1.00/1.00 vMB 14
553,575 553,575 000000000000000000219643ca796beedf40530eef774144cfc8af3693530650 3,159 1.00/1.00 vMB 24
553,574 553,574 00000000000000000004a0caa042e3253cd4ee93a9e123ded5a383d7f95706be 2,972 1.00/1.00 vMB 21
553,573 553,573 0000000000000000002b4b6371ee111c7bf57bee3b45524ad227e6489b61e32e 2,864 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.