Loading Tool

Explorer IconExplorer

Memory Pool

47,737 transactions
30.25 vMB
0.09721606 BTC
Random Selection Loading Transactions
Max Size: 161.10/200 MB

Candidate Block

Mining Attempt 99863f45d399914a95f64e8ce6ed114eebbd1d88ef4fa76001c4e8686f09a66e
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 1f8bd93bf21642b2ae784646a4b3901fa99645f4260d4cafe5e7bff8d09f1bff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.03598388 BTC
Feerates: 150.97 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (520,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,976 393,976 0000000000000000082514c2f81ca0b0cf8aac837ac5eebe4c8f8bc9d13be2f5 453 0.26/1.00 vMB 28
393,975 393,975 000000000000000005079eb50d78007c80fdf1445de7274aa3d4559b483d4409 1,382 0.87/1.00 vMB 26
393,974 393,974 00000000000000000107ee21fe74418bfdf33a5a9732568704b1fec5ca66ba5a 1,253 0.68/1.00 vMB 30
393,973 393,973 000000000000000005dd25ecd362f05f12cf3cb31523ee616bc6fd2234334b33 1,196 0.64/1.00 vMB 30
393,972 393,972 000000000000000002b3cf7652891a96d69cb30888eb4285745d965e5febac05 114 0.39/1.00 vMB 6
393,971 393,971 00000000000000000127f0dc9e7f3ebaa0d4eb628807357291d2583c7e734b41 1,537 1.00/1.00 vMB 24
393,970 393,970 00000000000000000822e00b7e8341a8eab776f02b8513c85e3a0fcb472403f1 418 0.27/1.00 vMB 28
393,969 393,969 000000000000000003eda2c0b15f0269c76a3b0379350e1120edce484da2bba9 1 0.00/1.00 vMB 0
393,968 393,968 000000000000000008a4f7df270501330665a6d01e12b21c0f05c24a643c51f6 1,561 1.00/1.00 vMB 30
393,967 393,967 00000000000000000373ae37e1800bbb598c45026bcf34f0396c3402f5984d45 1,624 1.00/1.00 vMB 30
393,966 393,966 00000000000000000693afefce1bcfffca60d81eecc19d66ff34ff7703c30939 1,754 0.95/1.00 vMB 23
393,965 393,965 0000000000000000086a934d4eb68b7dddbcd16e7de2160ad7d06bf330d7f1a7 1,778 0.93/1.00 vMB 32
393,964 393,964 000000000000000006b5d284f45345c890857416b4135b083547c8d660c43e85 2,457 0.95/1.00 vMB 39
393,963 393,963 000000000000000002e170dd13489588f0d16e3471fce2224dfb0b22a89739e2 2,409 0.75/1.00 vMB 72
393,962 393,962 00000000000000000085ce0c6df7745f0d89790e0be017e555a7310152e9cebc 631 0.36/1.00 vMB 30
393,961 393,961 000000000000000006f1a01a9c5947e0c265e013bc05d4b96d80e053583bc508 233 0.20/1.00 vMB 24
393,960 393,960 00000000000000000767b9e41f2c1f351ccf4902821df1cbfc95a034deb2db33 1,298 0.68/1.00 vMB 37
393,959 393,959 000000000000000008be2a11bb1fc2676fe8bc137b8359d89ff1b95779e0c184 596 0.56/1.00 vMB 20
393,958 393,958 000000000000000003a5d06a643ba7188bd419a28e7905cb77759a45d98f08e4 1,795 0.95/1.00 vMB 36
393,957 393,957 000000000000000001ad4c32b87b368857bacd16f80a99f8711e2a0fa852eb3c 1,195 0.64/1.00 vMB 34
393,956 393,956 000000000000000005d9ac6404d95a700f67fca4c6ba2249ada994c14ac4cc8e 155 0.28/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.