Loading Tool

Explorer IconExplorer

Memory Pool

79,591 transactions
29.69 vMB
0.06880835 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt cd0c4e28ca1643cf80acd01745dcc68e404eae77f3187890781e27f02046a687
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a7729b7065b49f99db15eddb3bfb88e121dc643576570abdfb45c19539efc4a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00843123 BTC
Feerates: 100.19 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (491,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,310 423,310 0000000000000000019d4430d9059b4e018ccb9167ffa72a311dce0d845b1a8e 1,960 1.00/1.00 vMB 86
423,309 423,309 0000000000000000043bb3f4fb029fe12cd815806094fd018fd55283d2afde7a 2,066 1.00/1.00 vMB 63
423,308 423,308 000000000000000003f7fcfbf94200f29f99eccbf3152e1e46cba04b880d4b8a 1,959 1.00/1.00 vMB 75
423,307 423,307 0000000000000000020af45af20bc59edd9987d74c4135231f336068432e2f62 665 1.00/1.00 vMB 19
423,306 423,306 000000000000000004f0b56a062b44d1a5bf6dad6f3869c82165c927ca12cec9 1,421 1.00/1.00 vMB 35
423,305 423,305 000000000000000001c34636af0029a3c7ef65e8e8aeafbaa63c8118e7de2a73 1,737 1.00/1.00 vMB 62
423,304 423,304 00000000000000000490eae9ec9a582122f8325c769f917a15a24d017f97eae5 2,672 1.00/1.00 vMB 88
423,303 423,303 000000000000000004b722a83785dcfeaec62531f0559e652808011745e7f975 1,840 1.00/1.00 vMB 59
423,302 423,302 0000000000000000031321c66dc3c3d99fab492fd0c5c41d85ea5af71a6e6d2d 1,745 1.00/1.00 vMB 46
423,301 423,301 0000000000000000016e1fce940ce4343af73f43c1845e0cc8d158806a04d755 1,971 1.00/1.00 vMB 88
423,300 423,300 000000000000000000ae11ed8062082316d588cb497377a093ed1416afbb9980 2,230 1.00/1.00 vMB 80
423,299 423,299 00000000000000000125f91bd271385b1e30cdbd3f8f1de0d97e610592e817f6 1,876 1.00/1.00 vMB 73
423,298 423,298 00000000000000000200120c9407b7210cd9b60e99c51bad6c3e4bc695894504 1,954 1.00/1.00 vMB 61
423,297 423,297 000000000000000003826acf8b6e3fb4381b1d82242a05b3abf58aeca6f1c601 2,057 1.00/1.00 vMB 51
423,296 423,296 0000000000000000030959f4d2ce8561882920acc54de1ef5c93f127331b8af5 2,476 1.00/1.00 vMB 100
423,295 423,295 000000000000000001c236a9d844fdc73e9f4eeb027036e4aa1a000073fc4ad2 12 0.00/1.00 vMB 173
423,294 423,294 000000000000000000d24b6ad0892e545b935ba9124095b646e1c823f12fd243 1,370 1.00/1.00 vMB 30
423,293 423,293 0000000000000000023d4dc5fa02ec98bb36832aad960fba96ea20efdbf3738c 2,679 1.00/1.00 vMB 82
423,292 423,292 000000000000000004639e764b9bd7f0cb9a064481bc61d03fdfeb25d1c312f2 2,558 1.00/1.00 vMB 73
423,291 423,291 000000000000000002a386adbaed073b02e66ee8a6a61fd83ba33df434553671 1,597 1.00/1.00 vMB 44
423,290 423,290 000000000000000003c461fe92a89519e8ba615bc8f0ddaeb8840a371c46e491 1,649 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.