Loading Tool

Explorer IconExplorer

Memory Pool

78,806 transactions
29.51 vMB
0.06926852 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt c2cda753e2163fd383fe53a0606497dd7fc5f28991c9a9362637c86c34f3771d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6c514bcfb6f20aa5d6c9b12768c4bb0ae369d96e68f676603e2257f368232b77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.00932338 BTC
Feerates: 50.25 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (458,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
456,600 456,600 0000000000000000021cb26eeba6e7369cb586c68ae81575ccea4b5875d53b22 2,509 1.00/1.00 vMB 189
456,599 456,599 0000000000000000014fd32fbe602a59a0900b97b1dd06e05affc54fa9095b66 712 1.00/1.00 vMB 66
456,598 456,598 0000000000000000004c1779bc3a7dfaeef9c6a457921123672dfe4c9bdfd80e 908 1.00/1.00 vMB 95
456,597 456,597 0000000000000000020bdb4ea0364f31f66612c0c39548bd8baa13b792bf9f1c 835 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.