Loading Tool

Explorer IconExplorer

Memory Pool

80,247 transactions
29.87 vMB
0.07507341 BTC
Random Selection Loading Transactions
Max Size: 179.80/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 (533,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,367 381,367 0000000000000000033bf235005f519479d235cca6bf20b40f7ad12077ae88fb 2,109 1.00/1.00 vMB 26
381,366 381,366 000000000000000003d2ff152c84ef9c23d9435ee473c2a331aafd2a1ef07c94 2,273 0.75/1.00 vMB 62
381,365 381,365 00000000000000001056114eaca512ac62c255fcb1ee5345157aa5872f331fc9 2,527 0.93/1.00 vMB 30
381,364 381,364 000000000000000010be588b3a33913b59cfcf6ae7334ac2dde7f1c0a1786789 2,349 0.75/1.00 vMB 73
381,363 381,363 000000000000000008a999083934b287e27af9a05577e127372f81d6e0cfa860 1,740 0.75/1.00 vMB 36
381,362 381,362 000000000000000010c2a28ab5037e5841a353f89cb86b8dad1bc64e2909f503 588 0.26/1.00 vMB 37
381,361 381,361 000000000000000006101f7e28c7349fdfba78ed79d2fedd2c8810a05d47bd7c 919 0.51/1.00 vMB 32
381,360 381,360 00000000000000000fa0cb00885e4b79956b3a7a95a27360cdcdf8aceae4690e 2 0.00/1.00 vMB 0
381,359 381,359 0000000000000000091d9fbe32f38c23084ef066cd55d1283d6be27ee53a25d0 1 0.00/1.00 vMB 0
381,358 381,358 00000000000000000f93af70ef9ff81af92a798972ba7d5afa8d20235c119077 466 0.22/1.00 vMB 36
381,357 381,357 00000000000000000dc3f3d2c4b39174455c79180fd1b43996b4fddd58a0c9b9 1,123 0.44/1.00 vMB 44
381,356 381,356 00000000000000000648bc894c2ceb13e57dd3f3331d889c3fabf01b7ddaf1fe 518 0.25/1.00 vMB 33
381,355 381,355 000000000000000002ee82e2994749ac9211c9de6b70c0671d5bba39d1b0d7e7 603 0.36/1.00 vMB 21
381,354 381,354 0000000000000000009143bcf6fd9a70adfb3f4a8b0364f6c686736012c0fc1b 2,253 0.75/1.00 vMB 59
381,353 381,353 00000000000000000ed7d08c24d71e0700c0b04bb1605e17e966b10c8c22043c 838 0.33/1.00 vMB 43
381,352 381,352 0000000000000000034279c7cccc0234be264a34fc172b0dc0de1b566995156d 1,497 0.67/1.00 vMB 39
381,351 381,351 00000000000000000fbf80827d550a03477c8f82a2e28173d05e1c55ce1bc4f7 333 0.21/1.00 vMB 17
381,350 381,350 00000000000000000fe114c781a175c6c4cbd9dedbf509aef7ac15a3d37340c6 342 0.15/1.00 vMB 35
381,349 381,349 00000000000000000159b95cbb29371d57b635f8c939e14abba15074bd69adce 1,924 1.00/1.00 vMB 27
381,348 381,348 000000000000000009c039ec9fc784b03b3638338b0177d258c3b5bcab972f10 2,696 0.93/1.00 vMB 61
381,347 381,347 000000000000000002c430825a20b62fdb004d71b7db01f8ace149e20486e2e2 1,010 0.63/1.00 vMB 31
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.