Loading Tool

Explorer IconExplorer

Memory Pool

82,409 transactions
30.29 vMB
0.14238104 BTC
Random Selection Loading Transactions
Max Size: 183.46/200 MB

Candidate Block

Mining Attempt 616cdb4791a6262675879e9640e691382595e4da6f7b6112895ff276e4371a64
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root f29ebfa3347fc3a10e9d89891c5d5bece2f4082fea891f331db2d023f1dc0d2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.06465679 BTC
Feerates: 137.89 > 6.48 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (521,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
393,955 393,955 00000000000000000011cd3039da24d3fc764dda5b91136f078638c943daee1e 1,099 0.67/1.00 vMB 27
393,954 393,954 00000000000000000674b1e73b5e93a7615a9bf64b07cae311b9967ab88d2e86 1,750 0.84/1.00 vMB 36
393,953 393,953 000000000000000008f3daf3b5aa42d6c43dbc5d29c1a3da957201d20572633c 539 0.26/1.00 vMB 43
393,952 393,952 0000000000000000038db3c5522cc379e883b89cbab25e5a9643f159a1fa719e 1,533 0.65/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.63 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: 672.30 GB
    • Received: 16.20 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.