Loading Tool

Explorer IconExplorer

Memory Pool

36,013 transactions
28.80 vMB
0.12748766 BTC
Random Selection Loading Transactions
Max Size: 143.51/200 MB

Candidate Block

Mining Attempt 1195174240f13e5ad05a25f3a301e30dc7240dfbe2fb68c50cd43d3baeba945a
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root e9bba2aa11f40d7545ad6a5cf6eacbd9254a198b28e24ba41dab1aab53be0e3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.07049689 BTC
Feerates: 200.00 > 7.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (681,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,270 233,270 00000000000000d8a54609a2cf5633ed0a9b2e680e7e3f347e88877f727abf39 541 0.23/1.00 vMB 160
233,269 233,269 0000000000000017d1cdc4ead7106acb6d8fb9039076160389558762462d364d 427 0.19/1.00 vMB 157
233,268 233,268 00000000000000bd5b5a67e0c0c4fca0218c85f3a2a9e2b67c4ff6dd97d722a8 83 0.05/1.00 vMB 341
233,267 233,267 00000000000000bb579839d3a11ac6cf6cd9254b72ceea6cf27bd2aab87283b8 305 0.13/1.00 vMB 180
233,266 233,266 000000000000016dd517f3ab3191bfd0ef60eb3191bc4b9a8aadca2d7cea8030 516 0.25/1.00 vMB 153
233,265 233,265 0000000000000100df4a6c75ea19bd69d495957a3b781656b45e3c2a29c30566 211 0.10/1.00 vMB 197
233,264 233,264 00000000000000df62079cb54d4b6fa11b85b31bad6fc0b7b89bbbb10616d0df 854 0.45/1.00 vMB 141
233,263 233,263 000000000000009778e9c0dfb7f3b7cf7db6e55fe28675b6101226d6cf707c54 190 0.06/1.00 vMB 118
233,262 233,262 00000000000000d483bfcb013e15dfc4137bd2c5b442a381e31e701faebb67f5 512 0.25/1.00 vMB 151
233,261 233,261 0000000000000024709ed6391a7c8ba12907957645dbdb25c2ad6edaf7ba9207 468 0.21/1.00 vMB 203
233,260 233,260 000000000000009bd1dd17488a9ee6abab2a7ed756f131da079a0f9f59d14a79 64 0.05/1.00 vMB 127
233,259 233,259 00000000000001cf0048e86116e7193045e8cc7e25514475dba601db0d69d9df 585 0.24/1.00 vMB 234
233,258 233,258 000000000000010bed6e01df61a296b6f9b77a70aeac6b4c12182538899f0ce3 419 0.24/1.00 vMB 147
233,257 233,257 000000000000006209a8c0de2f56f33bf19f39b26e39021ef234da3df2e447bb 12 0.00/1.00 vMB 184
233,256 233,256 000000000000004a3eb8f0744c7bb62eb9d81679bc64cbbba158d897458b97c7 287 0.13/1.00 vMB 144
233,255 233,255 000000000000000fc51289d44fd1a3a0abd6d7e26a79a4b3b754d0e33681b3a6 144 0.09/1.00 vMB 121
233,254 233,254 000000000000009446f628da85ff0a8d66d4b9d575b825b4d71640d2dbf7abc8 524 0.26/1.00 vMB 169
233,253 233,253 0000000000000047aab367fe8dd40f076f648ffa6d33cca480dc8094652de7ac 74 0.03/1.00 vMB 101
233,252 233,252 00000000000000a9725ab16758f38d5dc2083b85a90ba8957d4784762a62b414 362 0.19/1.00 vMB 174
233,251 233,251 00000000000001c01fb998769a72699b81861ef021735de738fcb5bd8536499c 454 0.20/1.00 vMB 224
233,250 233,250 00000000000001a0bfae04fe21063607249c05ef6e0ef3eb53b0d1f3c5eb7dfc 315 0.14/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 781.54 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: 616.05 GB
    • Received: 11.17 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.