Loading Tool

Explorer IconExplorer

Memory Pool

85,249 transactions
31.92 vMB
0.19665124 BTC
Random Selection Loading Transactions
Max Size: 189.69/200 MB

Candidate Block

Mining Attempt 2e6a2c063c2ecc9d8850f1bc1b89db3da1f105cf3aa5eb6e2e35cdfeba4f27da
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root c9afbdf37daefaefb467a34313579f3b802907bb4cd77bd46809a654433ff608
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.07584164 BTC
Feerates: 301.64 > 7.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (361,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,237 553,237 0000000000000000000d67010c4f3a809bbab5cb456922d1c1bae7b9892ac07a 2,259 1.00/1.00 vMB 25
553,236 553,236 00000000000000000025d95e9fcd24b5956fdcb008e117bab1a103229f6c3098 2,391 1.00/1.00 vMB 32
553,235 553,235 0000000000000000001e7e7231008bc718333fa49e36837d0493ab1838ba61a3 1,217 0.96/1.00 vMB 2
553,234 553,234 0000000000000000001c6be309ea239ebdc5f9ee0b3d8adfc18e176342401ee9 2,772 1.00/1.00 vMB 21
553,233 553,233 0000000000000000001a79b3c06572e8f453c12dbf30880e3460f8cc7737e888 2,697 1.00/1.00 vMB 21
553,232 553,232 00000000000000000008b93af40b7d2b16d0848a336a872e8a0cc998457ae27e 2,433 1.00/1.00 vMB 21
553,231 553,231 0000000000000000001fac8b289ca8e6c457d1c0fa008d88e0f62de1f96d3784 1,691 1.00/1.00 vMB 7
553,230 553,230 00000000000000000021805996d54ad3154e84242621512891d872422725ae81 3,213 1.00/1.00 vMB 25
553,229 553,229 00000000000000000005c7e5b11b2fa724154ce2b6a81c8b55c36ae58ed9c1be 2,416 1.00/1.00 vMB 15
553,228 553,228 0000000000000000000efd5075632eed7032576ceb214a4fc2d210168faea87f 690 0.23/1.00 vMB 17
553,227 553,227 000000000000000000022dd22d31a183c8f1b6edee4c0b7fca8e14fe36a8c432 883 0.67/1.00 vMB 5
553,226 553,226 000000000000000000015e84db2b854fd8397393c60ef3f9fb3f520e65835403 2,625 1.00/1.00 vMB 15
553,225 553,225 00000000000000000022aae5b91b74b5fa76600ebd20cf647184bc9c1b462935 2,633 1.00/1.00 vMB 12
553,224 553,224 000000000000000000210be927288fa9d93e1ef0cc5eeaca6b77d93b91bc522e 3,071 1.00/1.00 vMB 26
553,223 553,223 0000000000000000000ac67d558bd72fd51794f830b08d8d995ec7e5d8018458 1,899 0.80/1.00 vMB 17
553,222 553,222 000000000000000000289724a4ef69f74c573f6ca15ccab8d347b3f2075c6933 1,582 1.00/1.00 vMB 7
553,221 553,221 000000000000000000094a077c7f7c0f6d24ec40af077f0814d8b7bb1851fcde 2,926 1.00/1.00 vMB 13
553,220 553,220 000000000000000000159b7c8a20ae057c1dd4c05354ca6f9b492da07ae49e59 2,854 1.00/1.00 vMB 28
553,219 553,219 0000000000000000001ed405dd045f40c21f1cee35fdc857f401386d231958bd 2,137 0.96/1.00 vMB 12
553,218 553,218 0000000000000000001465726a284a16f38b564b886169b8c4530dca9494d65a 170 0.05/1.00 vMB 34
553,217 553,217 0000000000000000000c3c4b3341c637760733b0e814f84eaabd66cb33fcfe2d 69 0.02/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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.61 GB
    • Received: 16.28 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.