Loading Tool

Explorer IconExplorer

Memory Pool

40,232 transactions
25.72 vMB
0.05229470 BTC
Random Selection Loading Transactions
Max Size: 134.04/200 MB

Candidate Block

Mining Attempt 272ed79a06fb19dcee377cca902e8e20eaf5b836db1281d912ee62552ce0e314
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root efb24896ec5486924d65b72cb73c33abd5f0230272dbe711e2910419b3843c3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,680
Size: 1.00 vMB
Total Fees: 0.00577801 BTC
Feerates: 75.74 > 0.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (249,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,624 665,624 00000000000000000007b3efc2a8f1c14e3e6c66ef1145e59e3401194d7330d9 2,719 1.00/1.00 vMB 113
665,623 665,623 0000000000000000000a3e87d59da98da8249321d7eee4eddb2497447be1d4cb 2,952 1.00/1.00 vMB 127
665,622 665,622 000000000000000000013e380ab296734da264c7725745562bf9bb8b9054381d 2,138 1.00/1.00 vMB 110
665,621 665,621 00000000000000000006e1abc13a73d6cd9029eefd5e581de7f147e14218efbb 2,248 1.00/1.00 vMB 117
665,620 665,620 000000000000000000037c2d9395902eec8e79c2432eccdce82385404a4c4c3f 2,595 1.00/1.00 vMB 113
665,619 665,619 0000000000000000000d2f3d6a2c77f31fb0679c2da920c4a3f3cef7af705a23 1,771 1.00/1.00 vMB 112
665,618 665,618 0000000000000000000cdb0a93d233fa6c0f5d60ee0cb936ccdf44ba5938347c 2,214 1.00/1.00 vMB 130
665,617 665,617 000000000000000000010e30b25906a3b85c8995e84d396fff26242d9e4556ca 2,257 1.00/1.00 vMB 123
665,616 665,616 00000000000000000001096ee0dbeef50573cbef57adbcde3aa86c0bf2c892c4 2,712 1.00/1.00 vMB 131
665,615 665,615 00000000000000000007ae025b9b7edc5aa6111c0979342bfb3d8bd36e62672e 1,530 1.00/1.00 vMB 127
665,614 665,614 0000000000000000000bf11af71c437e5cb374d54909917aa2b2c75fe69e1292 2,021 1.00/1.00 vMB 132
665,613 665,613 0000000000000000000c9f8b3d4336fcc0ca197ebf69e39fd614b52b34972f34 2,815 1.00/1.00 vMB 119
665,612 665,612 0000000000000000000a234d4920f64536da8f9027b3e29d18588f42227d9ebe 2,440 1.00/1.00 vMB 143
665,611 665,611 0000000000000000000c0f9e9bb0ad4952e9f4c09ad8f93153d1d2a9c243a7ab 2,685 1.00/1.00 vMB 135
665,610 665,610 00000000000000000001c0c113270f70902d7616dccb0f62d3ffb2bb33067dec 2,275 1.00/1.00 vMB 143
665,609 665,609 0000000000000000000338559d51248ad038acc28002920dc25a9aef457858c8 2,768 1.00/1.00 vMB 134
665,608 665,608 00000000000000000004fafeccf4515ea36055bdfe0d90d80a20cea41329d52c 2,694 1.00/1.00 vMB 127
665,607 665,607 00000000000000000005911c97a710db3ccc0d428d74d4b533a9897db58536ef 2,906 1.00/1.00 vMB 132
665,606 665,606 00000000000000000002a3859307d4de2d4dfd0cad76536154be5cbd2164389a 2,628 1.00/1.00 vMB 134
665,605 665,605 0000000000000000000bdbdc2a97a99985cb6dc75d75647aa78a5460c221dac6 2,731 1.00/1.00 vMB 129
665,604 665,604 0000000000000000000a704b5be6c8c0ba03a6e6a0ea45bcf0200e1275d5c33d 2,334 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.02 GB
    • Received: 12.80 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.