Loading Tool

Explorer IconExplorer

Memory Pool

81,362 transactions
29.93 vMB
0.15511210 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 93402c6e4fd91478132f5c6b064ad1ed64d361d54687068cae3b1dab59ad7fbe
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e0c50f3319fe77f532d33752b245b45e4dd38fc3fe6c80267d7e523ace46d4f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.05890132 BTC
Feerates: 1,002.91 > 5.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (490,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,315 424,315 000000000000000001e41a00f5290dba5da3f4b0c15b770ff17c0e571d05d544 155 0.09/1.00 vMB 58
424,314 424,314 000000000000000001efc7161f48d1bf42ff1de323fea21380185b04307d83b6 389 1.00/1.00 vMB 20
424,313 424,313 000000000000000000f823a1bfc5a0e88a286c802a82d00e95651dc3c6718d38 831 1.00/1.00 vMB 33
424,312 424,312 0000000000000000026b9acd0383d71c27f4865503b6beb13d5b8f860fcaaa6d 919 1.00/1.00 vMB 29
424,311 424,311 000000000000000004c7af0db1b9e773d8c6666d468f993c1bf973d407da2746 2,746 1.00/1.00 vMB 89
424,310 424,310 0000000000000000048dc02ad33dd201660b623254fa0deb381f32ddad147623 1,764 1.00/1.00 vMB 65
424,309 424,309 0000000000000000031ccf7390bab8a69737325b69b69f5ab2f77a38f659bd40 1,947 1.00/1.00 vMB 63
424,308 424,308 00000000000000000146bd61749378a545348357314fda02acdf2661e80b8c29 890 0.34/1.00 vMB 90
424,307 424,307 000000000000000004e96d77196d0adbdca764da5be15b399bfba20578a1b2a3 2,192 1.00/1.00 vMB 79
424,306 424,306 0000000000000000033c17c731672dd739e86ba3a1fe3ce43f15d18ba75dbff4 932 1.00/1.00 vMB 35
424,305 424,305 000000000000000004219bd7e65a7a29dbf56b3b7aa71b72b97388c6a8b255e6 1,053 0.79/1.00 vMB 28
424,304 424,304 000000000000000002ebeee2924761cd058453f2739868be49e34bfb4af1737d 2,261 0.99/1.00 vMB 74
424,303 424,303 00000000000000000353a1e10cde04f98be1e4f89cad2a9ca1a4571aff647029 1,752 1.00/1.00 vMB 91
424,302 424,302 000000000000000004afe0713a749ba838db7322b989aa77fb9979835d23b58e 1,820 1.00/1.00 vMB 66
424,301 424,301 0000000000000000009448e797e42e0c32976270314d472d2d63c3bd9850a71a 2,321 1.00/1.00 vMB 65
424,300 424,300 00000000000000000172acf8d0d06f2a5005613ef825527230e7c8840804e65b 1,830 1.00/1.00 vMB 110
424,299 424,299 000000000000000004a45907c34391bb88e76f34980f19fad5a30ec7b551ad7b 1,180 0.99/1.00 vMB 64
424,298 424,298 000000000000000000e779747e10ee6d63c7ad3cf2109655f51a5b4803f3fa82 1,664 1.00/1.00 vMB 122
424,297 424,297 000000000000000001da44fb59d2a8daa6e942666cedade956072d2c09db28d7 24 0.01/1.00 vMB 348
424,296 424,296 00000000000000000468da22d28172ec5e3d02753e7a2761d6b962f6791b2528 1,388 1.00/1.00 vMB 48
424,295 424,295 000000000000000005707f87f76a902e5f3e456519c4ac0a4d42b8171a7468ba 684 0.31/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.