Loading Tool

Explorer IconExplorer

Memory Pool

80,245 transactions
29.87 vMB
0.07506312 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt d0e063e0bb5f0c4544c6a28fd22114f539174dfdcedc261c645dbd24e5d37d78
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 19c3191a60127309d56a2216a4bda04535a15e06c3c6becede47764133dd752c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,928
Size: 1.00 vMB
Total Fees: 0.01414287 BTC
Feerates: 197.70 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (458,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,621 456,621 000000000000000001f445d3e53e37c2cfa9865e17bf00cfda121999db19eb3a 1,633 1.00/1.00 vMB 83
456,620 456,620 0000000000000000021b408413ab33bef5cae238f7cf68cdad705afadbdc9a71 2,190 1.00/1.00 vMB 141
456,619 456,619 00000000000000000205573d4bd46c0e63168b1756d29d8dedae64e314641dfd 2,867 1.00/1.00 vMB 266
456,618 456,618 000000000000000000ea3318874c410f17ec11b4ee0061fd610d0ecf8037fa83 2,017 1.00/1.00 vMB 178
456,617 456,617 0000000000000000016d67ef63f2d0181a8321c5d5e5f0e34d3cf3796676e6b0 2,176 1.00/1.00 vMB 188
456,616 456,616 00000000000000000031d188db7d4b63053ba6eb8a39135dc05f88db65a8c0ca 2,318 1.00/1.00 vMB 184
456,615 456,615 00000000000000000034380110dfcb4b1a4c16a3a22e566140471c89782b1969 1,125 1.00/1.00 vMB 68
456,614 456,614 0000000000000000014f5f9bfee5cc676a0ba98f1e92b7ba84b27562bfc99f12 2,173 1.00/1.00 vMB 189
456,613 456,613 00000000000000000247099a39ff2fe432af44cf5b7c1adf42119503162ec5e1 2,158 1.00/1.00 vMB 173
456,612 456,612 00000000000000000165f3caa233aaebd60b8bdfedd78b0014c11f953b66c213 2,496 1.00/1.00 vMB 147
456,611 456,611 00000000000000000163791097f8a57d89825701c29daba51f13266a7c799e13 2,567 1.00/1.00 vMB 201
456,610 456,610 000000000000000000771e0532568d5f89d96638bc1a99f6b57312f9825a28fd 2,550 1.00/1.00 vMB 227
456,609 456,609 000000000000000000b30caac7136a3eeca50816af45151b341a244e80b43b19 1,894 1.00/1.00 vMB 101
456,608 456,608 0000000000000000006175accfbc673b2220a462b33351948b9db2bd4fb1090a 2,452 1.00/1.00 vMB 188
456,607 456,607 000000000000000000f895dead8199e8f03066d9c123dc05c11d16fc12c1958d 2,309 1.00/1.00 vMB 148
456,606 456,606 0000000000000000011a96aa721ebe44868b62ad56ed85365952272018cb9383 2,107 1.00/1.00 vMB 209
456,605 456,605 000000000000000001ad3d36e7fc3a9bebf5d7aac4a339bd006cc639145e45d5 2,244 1.00/1.00 vMB 308
456,604 456,604 00000000000000000148a1b6652af72c3e6a002e9e93684cf6d35b92fe8f3c07 2,063 0.92/1.00 vMB 190
456,603 456,603 00000000000000000241d860e2847047df63fc918f184ea6c28abdc34a550fa8 1,589 1.00/1.00 vMB 104
456,602 456,602 000000000000000001cd14a940217e800840e45590fd3114682c0f88fcae0a84 2,349 1.00/1.00 vMB 90
456,601 456,601 00000000000000000054deab7fee4b4e037de3a31e6811e98095fe434a10a451 1,246 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.37 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: 663.72 GB
    • Received: 14.93 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.