Loading Tool

Explorer IconExplorer

Memory Pool

86,106 transactions
31.51 vMB
0.08157933 BTC
Random Selection Loading Transactions
Max Size: 193.79/200 MB

Candidate Block

Mining Attempt 3929e46fb85e3780912c58cb69e9e8c3b967a20f86919b40da5d9378680af877
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root 0c8583008754650694c2ad9d9e13c794aa44cac6af5fe16b3bd789885e776439
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.00987439 BTC
Feerates: 60.10 > 0.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (430,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,642 484,642 000000000000000000d9d3c94cb0df2971a2ef136d34f60b0cc5d1e9ef9d8f42 1,739 1.00/1.00 vMB 57
484,641 484,641 00000000000000000075a2e4842a67781b088ce25cf9e2be4bbece749cf21ae4 1,941 0.98/1.00 vMB 16
484,640 484,640 000000000000000000119b71bb683118c1a71b8256943feb8746dd91d0ea8395 1,956 0.97/1.00 vMB 63
484,639 484,639 00000000000000000130230373ab1b88e9d64d5e1c078e82b9e4934078d5ed7f 1,991 1.00/1.00 vMB 180
484,638 484,638 000000000000000000687adcfce0287766f332a6ec2a744ada26f8038f9f9278 1,265 1.00/1.00 vMB 138
484,637 484,637 0000000000000000005d1cd0f5036b49c65a6f027cd63215a1d8cc861943ac19 2,627 1.00/1.00 vMB 245
484,636 484,636 000000000000000000c0cce6e6cce49d5733fcd1654d7ab1c190e1264ddc68b3 2,069 0.99/1.00 vMB 232
484,635 484,635 000000000000000000fb446a6c458eca487617d3cfbbaa79d34b18ce46645e8c 1,588 1.00/1.00 vMB 34
484,634 484,634 00000000000000000043c56194a7d7e19490565db900e6857ada85492228f91f 1,825 0.99/1.00 vMB 55
484,633 484,633 000000000000000000008fe29ed40b830e8644f88dc5a9f22e9edb322cd23c63 2,181 1.00/1.00 vMB 198
484,632 484,632 00000000000000000084f2431363a3793bcea2489eedaf8157b126ec996e34e3 2,266 1.00/1.00 vMB 210
484,631 484,631 000000000000000000e7ec4237663799b5c31f06619fa40ad8edcad39f5a1c8e 354 1.00/1.00 vMB 31
484,630 484,630 000000000000000000487124fc734ccc0f6f02ad1800aeb43118d0b3cfa2ffb0 1,829 1.00/1.00 vMB 130
484,629 484,629 000000000000000000fc3b4347d02a3ad8824acfdb78e8d8bb96ea8240387807 2,221 1.00/1.00 vMB 175
484,628 484,628 00000000000000000069e4548da71f8c98d109a85b3f483a504d380132be4247 333 0.85/1.00 vMB 19
484,627 484,627 0000000000000000009fda07fdbe818fc159178e355f5f9c7a15eb2ae65512c1 2,074 1.00/1.00 vMB 47
484,626 484,626 000000000000000000de95f2adfc91c744330622d84e28f2088d38a4d2a5e9c1 2,225 0.99/1.00 vMB 200
484,625 484,625 0000000000000000012f8cb8a99f71fa7f3f87414286ecfab576fe89a224be31 442 0.21/1.00 vMB 158
484,624 484,624 000000000000000000fca360b0048707d63165f4849bc09636403786e1cfe144 1,455 0.97/1.00 vMB 68
484,623 484,623 0000000000000000009db06f96fa683854aed6d644dd5c78c0cac5854c9efa71 1,724 0.82/1.00 vMB 139
484,622 484,622 000000000000000000c8603f8cfd96547a009bdb9eb95c12957ac8cf57c4f91f 580 0.28/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.