Loading Tool

Explorer IconExplorer

Memory Pool

21,651 transactions
11.96 vMB
0.06993290 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.73/200 MB

Candidate Block

Mining Attempt 583c02b8074da4b4c1dfb9223a5681dfd2ff3fa69e90f32abfc3cf106ace29b0
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root af0010bfdc519631702380481f75ee48ed68f49e05be1b4ed68a110813708a10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 0.99791225 1.00 vMB
Total Fees: 0.04458176 BTC
Feerates: 240.43 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (647,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,855 265,855 000000000000000844f8f19a04ced56d8a00d873e0f8ef620a160e31abcf05e0 224 0.14/1.00 vMB 55
265,854 265,854 000000000000000a268eefd5a313cccd96c8a6184dbc0affeb0d2d5d7520f38d 278 0.14/1.00 vMB 80
265,853 265,853 000000000000000693023663865809ec5663a7e0e43ef1d367fa20a1035d2d7f 129 0.15/1.00 vMB 15
265,852 265,852 000000000000000e0739685ab7fbd3a1aa45d3d229286fd52d8eb901c9b0be75 517 0.35/1.00 vMB 53
265,851 265,851 000000000000000f5795bfe1de0381a44d4d5ea2ad81c21d77f275bffa03e8b3 336 0.16/1.00 vMB 80
265,850 265,850 0000000000000001c9a83a639604215fbccf31f4983038266dd05261588ddd7e 468 0.20/1.00 vMB 134
265,849 265,849 0000000000000007e3ac89bb9ae6c917dcd9b14e6254b5562e051bf61798b0a5 88 0.03/1.00 vMB 112
265,848 265,848 000000000000000eb76dd31fc009ea5037d8009143561779651bdcc63d8c00b9 175 0.07/1.00 vMB 82
265,847 265,847 0000000000000003e27fb5d8cc1656eca000603c7bee1f4e067655e5571c8f01 116 0.17/1.00 vMB 14
265,846 265,846 0000000000000001ba75fcbb2e33f409a7d80ff15c962bd8f2afb9d13c7abd8b 140 0.05/1.00 vMB 33
265,845 265,845 00000000000000048534218ec08d1d8b016d9531f7cc19dc4805f6c1ad9147f6 438 0.18/1.00 vMB 6,684
265,844 265,844 0000000000000008cf0f1bb772ac8360a6d5e91ceba7632dd139af0594ebc9c0 340 0.16/1.00 vMB 92
265,843 265,843 000000000000000515728359f9a993bd6615248735b5e296190c9c3faf36a4ff 356 0.18/1.00 vMB 92
265,842 265,842 000000000000000058d695165067bc2ba7f0743509bf33da0cacf3e8b4586546 217 0.10/1.00 vMB 86
265,841 265,841 00000000000000052ce0c1b118d1fb79c81e0b5a07ce4e3367c6ba48153e2e63 467 0.29/1.00 vMB 36
265,840 265,840 000000000000000d34be607c7d3acfcda64b16a1f6b4386c3e3c9360f66c973d 557 0.25/1.00 vMB 119
265,839 265,839 000000000000000f32d4f4428b1503e3bf1829a16cb8279c59bfbd083d56f220 23 0.01/1.00 vMB 67
265,838 265,838 000000000000000ad3075e9c93bcfac452580191f57ec9bfa9ceb466d6d4ed48 54 0.15/1.00 vMB 7
265,837 265,837 000000000000000e5c92900656f5d75eee35ce413d39a99bd4fd1460501aca0f 22 0.01/1.00 vMB 55
265,836 265,836 00000000000000056837692123abf51bccb82b37ab6f39315878cbef0611bbc6 95 0.15/1.00 vMB 17
265,835 265,835 000000000000000f89d3e18946fba94e38f51c807aa8e02c4a405e5602899f75 39 0.02/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 512.71 GB
    • Received: 4.25 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.