Loading Tool

Explorer IconExplorer

Memory Pool

81,894 transactions
30.24 vMB
0.09075642 BTC
Random Selection Loading Transactions
Max Size: 182.13/200 MB

Candidate Block

Mining Attempt b9154a2f30260b6d06555dda1346b4854cc83ef6fdf5531594a8e68a8a4e422e
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4910ce5f013751133641e49558a064a9e44e51542c3f57a2617ed1eef87b502a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.02878702 BTC
Feerates: 454.44 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (605,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
308,994 308,994 00000000000000003c00ec639e451407ac4beddfa8106ebc444659a15ce0c909 331 0.73/1.00 vMB 14
308,993 308,993 000000000000000024e82d9f8624fb6468bac404252cf236508da699b83631b6 1,271 0.50/1.00 vMB 38
308,992 308,992 0000000000000000261de8716d144aca20fb374dce998c53f5c6ff77e6ce17d3 198 0.10/1.00 vMB 35
308,991 308,991 00000000000000001401fb15b24a8749d97c464fc83503e54ccf924d164e8451 115 0.08/1.00 vMB 24
308,990 308,990 00000000000000000eeb0937ce024510488dd0a2192a481e1dc488b75ff4bf62 68 0.04/1.00 vMB 27
308,989 308,989 000000000000000005e46f2507b95bb11fa9c591ad93e73967699acc371a1f34 245 0.11/1.00 vMB 29
308,988 308,988 00000000000000001d71217719a5de5f062cac62d4ba543d51e5e7734d6bd39f 498 0.32/1.00 vMB 25
308,987 308,987 0000000000000000163ef567a77bb9bbea28150c92d568f0ea05cdb9140aac5b 155 0.06/1.00 vMB 31
308,986 308,986 00000000000000002a279559c2e4ccef0ed522b4a9f03862d1a029fc845f3f26 27 0.02/1.00 vMB 31
308,985 308,985 00000000000000002db20c45038613a322fca021adae96f70ed1fcb4d19f0004 200 0.11/1.00 vMB 29
308,984 308,984 00000000000000002d5f9b724ca53adf29c7da61b67267575f55ea4bf8b39348 206 0.10/1.00 vMB 29
308,983 308,983 00000000000000003bf82083cc946864e67c66c09762669ef63b79996cf065aa 421 0.25/1.00 vMB 21
308,982 308,982 00000000000000001df994e1933746847a6956583b816304644833e07b55eae4 78 0.05/1.00 vMB 25
308,981 308,981 00000000000000000b6b3fb7aa1ef2c503888d0c2c525631fa4e7179fa78812e 389 0.28/1.00 vMB 27
308,980 308,980 000000000000000017d76d9bfc137d77fe7cfa9953e10ddb5dd947c8aad240b0 426 0.22/1.00 vMB 31
308,979 308,979 00000000000000001a5f36163987568c61c053783ce7253f2874ba054c8df2b5 721 0.41/1.00 vMB 30
308,978 308,978 00000000000000002e3c54745e103f5799b97a776e139066587e664b311d6ee9 719 0.48/1.00 vMB 27
308,977 308,977 00000000000000000eaae75a3d04170979e12db2071b7b6f2bc3eb6f66cc22ac 195 0.11/1.00 vMB 33
308,976 308,976 00000000000000001a446624575f2f084af69742283e08311934948d74712b8d 27 0.01/1.00 vMB 9
308,975 308,975 00000000000000002573f4bbdc4860d2a492ead509f95241511478f940ca3d31 59 0.04/1.00 vMB 24
308,974 308,974 000000000000000017a734aa3baa842f98942dcb1ce4a69a32cbf82d065fa587 226 0.12/1.00 vMB 40
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.35 GB
    • Received: 14.90 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.