Loading Tool

Explorer IconExplorer

Memory Pool

82,566 transactions
32.37 vMB
0.07103730 BTC
Random Selection Loading Transactions
Max Size: 191.54/200 MB

Candidate Block

Mining Attempt 13399529b022793b77f6f19d15849f7d106582bbf099f55952ce93746bf8096e
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root b069a67d955d182b6f3f8a39307304cc98776beac0a463330780426f46afcdb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,101
Size: 1.00 vMB
Total Fees: 0.00745011 BTC
Feerates: 203.60 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (343,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,148 571,148 000000000000000000029de5d13408792d956685cd146be9358dacc66727a1d4 2,913 1.00/1.00 vMB 109
571,147 571,147 00000000000000000028b70323abeb0d23987c506fc892913592a0eb2e6b1269 2,646 1.00/1.00 vMB 31
571,146 571,146 0000000000000000000a04e9cf6ff5a214e489d4bf2d4601e00ce7826851695c 2,677 1.00/1.00 vMB 64
571,145 571,145 000000000000000000010a45a5f0c9ea3821b3f91ec2f8c68887b2b151013451 2,975 1.00/1.00 vMB 24
571,144 571,144 000000000000000000075221d5417e98df32e5579a2482c8cf33a6f502798f32 2,981 1.00/1.00 vMB 14
571,143 571,143 0000000000000000000d30d2aadb63359c7f6a52c7192e99ece1ad507ac4658c 2,714 1.00/1.00 vMB 34
571,142 571,142 0000000000000000002572de834769412ccd6f3088b10348e5faa6e6728e27e0 2,312 1.00/1.00 vMB 59
571,141 571,141 00000000000000000002ea84d82a87398ffd6c058b4cce1d611315b19c101a0e 1,973 1.00/1.00 vMB 59
571,140 571,140 00000000000000000019f433a7dcff3da5a0fae9f4f2d8f718acc99ca113422e 1,659 1.00/1.00 vMB 75
571,139 571,139 0000000000000000000a997949792051427b44c7ee998ca6435e85edc0e0726d 2,288 1.00/1.00 vMB 107
571,138 571,138 0000000000000000001856867a06c1739ceb4d2deac577f206e779fdf52c7d3c 3,098 1.00/1.00 vMB 76
571,137 571,137 0000000000000000000c5f7dd154b1e4852ce7a806a36c30d6449cd88d49bde7 2,722 1.00/1.00 vMB 80
571,136 571,136 0000000000000000002464a569bd1fca67f5a737d89deac53e365f45863e2d4b 2,658 1.00/1.00 vMB 94
571,135 571,135 0000000000000000000399f97b16e5fa6338287c3dc3e3479ffc5e57f38ec1a4 2,676 1.00/1.00 vMB 65
571,134 571,134 0000000000000000001d35bff6014349c6afc47a978abc9ff9afc5d153866af9 2,373 1.00/1.00 vMB 33
571,133 571,133 000000000000000000036ce3d60fd91ac3da32baf17a9e1502f0249a2a632a91 3,038 1.00/1.00 vMB 13
571,132 571,132 0000000000000000002497a85fdefbb785014b5f6e43f985448a7b1b0564ac26 2,849 1.00/1.00 vMB 17
571,131 571,131 0000000000000000001c3ff2f5ee6aaefcdc61e33c9d58751e48287af0d6a3f3 2,919 1.00/1.00 vMB 36
571,130 571,130 0000000000000000002257154f2797ae9fe2a6eafbb4180ef3964010175dd911 2,818 1.00/1.00 vMB 60
571,129 571,129 0000000000000000000d1ae015a31488afaa65bb6885c1db95dc484f86f3052f 2,564 1.00/1.00 vMB 85
571,128 571,128 00000000000000000016d9ec8a91a739c2ca510c0ab76ec2560b1cfb42b6e39c 3,173 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.