Loading Tool

Explorer IconExplorer

Memory Pool

76,918 transactions
28.79 vMB
0.06947252 BTC
Random Selection Loading Transactions
Max Size: 174.40/200 MB

Candidate Block

Mining Attempt faca069ad9aabe7d279c8173c85b63a03933a3f2ec92784e4143ef5f25f6fb86
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root ff3774243af0c42e0f191646585d2f61ec49e1db3420467bb07b0f64b0cd411c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.00921487 BTC
Feerates: 50.27 > 0.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (278,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,989 636,989 00000000000000000003c517317151335fc8a191df8f56dbb5d896ff34f36c5d 1,750 0.80/1.00 vMB 12
636,988 636,988 00000000000000000009a8a330b95fee3b9d1bf7090a85d0be64705c7fb99c3d 2,589 1.00/1.00 vMB 24
636,987 636,987 0000000000000000000165dee3e799c43efc304b593dd3ba93d3953a836de4a2 746 0.32/1.00 vMB 23
636,986 636,986 000000000000000000078ba808707aa67285157b38850d17c5719f4419e926f3 485 0.19/1.00 vMB 21
636,985 636,985 000000000000000000040ec00e1763f3df887efdc17cdf84deef803dac2eeb12 1,186 0.63/1.00 vMB 21
636,984 636,984 0000000000000000000eacdf4f21936efb31a06e429b61644fb5f07bbe60175e 1,506 0.85/1.00 vMB 20
636,983 636,983 0000000000000000000c3ba3ed1b350eb001a21a1ce7e82e54e8a67d2d436e6c 2,608 0.95/1.00 vMB 15
636,982 636,982 00000000000000000008645fb2c661e67c6ac88309631430a6a6fd8af5902e14 2,123 1.00/1.00 vMB 21
636,981 636,981 00000000000000000006f6eeaeae15a81cbc2768259fb42a18f23f10c9225d95 2,395 1.00/1.00 vMB 19
636,980 636,980 0000000000000000000a74d1f160a3ca78d094d2a57ae6216bca694939100ce4 2,094 1.00/1.00 vMB 24
636,979 636,979 0000000000000000000d5879049eb655761139852011f9591b9a7bba9c2ad546 3,004 1.00/1.00 vMB 36
636,978 636,978 00000000000000000007c553d5486a70d63c75c2bee0abadc0067b720f1eabd1 317 0.13/1.00 vMB 34
636,977 636,977 0000000000000000000e95a87d9e8e3c5a6f4a8fc32a2ba4a7a3dba0060d5fc8 753 0.35/1.00 vMB 25
636,976 636,976 00000000000000000003b73d215a0abd5f5a4286e1d6d7214eec250e6be444ae 1,184 0.45/1.00 vMB 20
636,975 636,975 00000000000000000009638eaf93ce02809f7687a97578371aa9e670d522fbf3 915 0.35/1.00 vMB 24
636,974 636,974 00000000000000000007ae9dee1aa87936b916cf79b78772ca8e1cc75231035f 1,866 0.74/1.00 vMB 15
636,973 636,973 000000000000000000015f3b49512569ad6cbdf38937b989b8d7c70a9815b995 2,968 1.00/1.00 vMB 24
636,972 636,972 0000000000000000000dc7e4a73aff28a72b2cb059d778c64fe4873e94efdd64 2,199 1.00/1.00 vMB 21
636,971 636,971 00000000000000000007ae68e52b695946642db2bacfc1e821b5a065189b98cf 722 0.26/1.00 vMB 20
636,970 636,970 00000000000000000000572d6e0c2b8d21e79886aeb15df0dcccea3b03781991 1,330 0.75/1.00 vMB 20
636,969 636,969 00000000000000000003f04e1cdb532338d4bce485e28d1a82cf39c783adaed7 1,611 0.99/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.