Loading Tool

Explorer IconExplorer

Memory Pool

81,918 transactions
30.60 vMB
0.07986959 BTC
Random Selection Loading Transactions
Max Size: 184.54/200 MB

Candidate Block

Mining Attempt 9b2bc33eddc1287cedcf3912f6c97323df87ba132d8d005d6ae9bb8cf21f10f7
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 7544a3ed7273f33ad9c84b039476c0048979edd0b816473ce36cafbc4d23324e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.01595846 BTC
Feerates: 40.91 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (673,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,053 241,053 000000000000003133ec4d4fd81501b127e73c798770266dcf19fe0aaa42ff74 37 0.02/1.00 vMB 129
241,052 241,052 0000000000000075ffd3df967fa378f7c3a908061edd83aa1c05d07fe18b0bf0 77 0.06/1.00 vMB 117
241,051 241,051 00000000000000b5d4cc81ba1bb2c5a50e13cc89ee0527a22da8efeeda4daf2b 232 0.10/1.00 vMB 186
241,050 241,050 00000000000000a4f1831a30857011ab8aa0e6c5762953db07302eaa7ff3944a 405 0.19/1.00 vMB 178
241,049 241,049 00000000000000d33a210cc5eb69b8b8a0948e0e03f5758eeafae832a3cdd9c8 133 0.08/1.00 vMB 156
241,048 241,048 00000000000000e31eee1fc93edcd4d81bde99c305e66f1084c30058508414e2 48 0.01/1.00 vMB 226
241,047 241,047 000000000000004847d68dd178add0398b7d80cbec68adc67445a532e2060883 57 0.02/1.00 vMB 184
241,046 241,046 00000000000000de2f7093c257b3bc2551d57d06021d7c002979442bb7f01508 172 0.08/1.00 vMB 134
241,045 241,045 000000000000007fc5929c5e0a942d417ed8f04c4ddbe94b0cc91c121570a297 340 0.16/1.00 vMB 166
241,044 241,044 0000000000000110fe0f4405df6ba668f3095671b76858fd8f03b0f186432396 234 0.12/1.00 vMB 262
241,043 241,043 000000000000006c8cae86a127b9d2275730bc34f90abe2f4b8f7bb0b176178d 178 0.08/1.00 vMB 228
241,042 241,042 00000000000000696247f9df4424f72b3e6aedb9ae1070ebf3948420c65e21f0 636 0.35/1.00 vMB 135
241,041 241,041 0000000000000062e33609a6653b870f76f3f61e6f0aa3d9100ad12d78926a79 291 0.10/1.00 vMB 66
241,040 241,040 00000000000000759d94a32e24244fed4cdc73efced1828b8e0c36325fccdd08 751 0.25/1.00 vMB 239
241,039 241,039 0000000000000024f001f6584fb85501cd86093b0f86d94cb6205fc8effb352c 125 0.06/1.00 vMB 218
241,038 241,038 00000000000000dc2c931ce44b36b610c4d9e39c4582f1d846d7ea6363ba95d2 76 0.03/1.00 vMB 465
241,037 241,037 00000000000000eb4d3363ebc95a2173378a59ccbc10ff017a7086b71dc231cd 47 0.03/1.00 vMB 142
241,036 241,036 00000000000000a755aa407676d4b051ebaf4a0cf0243f2b4eb8fcf8664d0635 151 0.08/1.00 vMB 184
241,035 241,035 00000000000000581d66e6f3d982991cf4c6ea5386eb0498ae1f3c923c0d261a 224 0.11/1.00 vMB 176
241,034 241,034 00000000000000bb0b2c22332a9f248035626d21f27a9d5cbcbf9d121ad889b6 373 0.20/1.00 vMB 150
241,033 241,033 0000000000000073904d71392d0de2b947bdb6623288ede400422ea968fe9c5c 80 0.04/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.