Loading Tool

Explorer IconExplorer

Memory Pool

44,435 transactions
27.33 vMB
0.09345088 BTC
Random Selection Loading Transactions
Max Size: 144.36/200 MB

Candidate Block

Mining Attempt 0b0caf30041dd06a41d65d88d40c375d20a3413d300483ff7ee722161fcaa9c8
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 318efb743748483dc0542b0e7fe12fb726c3c1a878afcdbaa21bb6b1d4e61a81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.04227213 BTC
Feerates: 101.65 > 4.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (526,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,783 388,783 00000000000000000735c57d36a4800aad50b417d3f116a6396cb8f0a6aaf332 538 0.65/1.00 vMB 7
388,782 388,782 000000000000000000b79ef66f90f9efd5f1b2e2bff9cd65ddf9a3f680b041ac 690 0.30/1.00 vMB 33
388,781 388,781 000000000000000009b4aa6f744383e42cf0aff1a8134d984d0249a9a95b2190 462 0.24/1.00 vMB 31
388,780 388,780 000000000000000004024405805b2c1c7383a69ae9a39dcd7861a98eb0cdc460 522 0.23/1.00 vMB 43
388,779 388,779 00000000000000000871692443188185f571e8b2361bab23a6eb8e5cc3750f87 850 0.37/1.00 vMB 35
388,778 388,778 000000000000000007b821d03168fe6137b77fe5d0cfbf30f75d8be51a413d21 798 1.00/1.00 vMB 14
388,777 388,777 000000000000000000ecfae96157efa583aade4eed026c2958f7d66bc531f002 692 0.27/1.00 vMB 36
388,776 388,776 000000000000000001c0c5e4b14011a19166b894b47dff403594bdb3e9871854 2,218 0.89/1.00 vMB 37
388,775 388,775 00000000000000000b2f6052c95645c27f99ebdb8810eb760d517fa4b0cb2ef6 1,560 0.77/1.00 vMB 28
388,774 388,774 000000000000000009cf5ec1b676e25c9c6516856354127a4dda678f9cc94e12 1,574 0.75/1.00 vMB 38
388,773 388,773 000000000000000001d58df7f242988bb0d5379744f95d7bc0fcacb1a7cb5acd 1,502 0.73/1.00 vMB 30
388,772 388,772 00000000000000000bd261ecabe35379dd1dedef798ede05d5a0368d6c6720b0 534 0.23/1.00 vMB 39
388,771 388,771 00000000000000000c44e6b1be18969a7dc5d57bb27ca6e2f706f648243089d0 642 0.75/1.00 vMB 17
388,770 388,770 00000000000000000afb52b1d10dea0bf8a837608a6563554f4c4fa5be8ec11b 1,276 1.00/1.00 vMB 14
388,769 388,769 000000000000000009722f1450aec164ecd7bbcbab063d40ef477fc1d5190b9d 1,404 0.95/1.00 vMB 24
388,768 388,768 000000000000000003eed6c61323f306aa9d3913bc7b7bd32966e446e1157785 1,122 0.95/1.00 vMB 24
388,767 388,767 000000000000000000a4c69d1739b879517e30b363ddb3251f1563cca5c51fdb 1,789 0.95/1.00 vMB 32
388,766 388,766 0000000000000000031a4810da6cf5286656d79f74ae3a4686f0a2e3bd2cfa01 793 1.00/1.00 vMB 16
388,765 388,765 00000000000000000b4f002c09b757adb430f82b7d2a867aee761b29942c8f22 1,559 0.89/1.00 vMB 29
388,764 388,764 00000000000000000548224526a3b0bdad8669c37b7813d92a92e03818e323b1 1,775 1.00/1.00 vMB 24
388,763 388,763 00000000000000000de1560dca6e06ff47c8a0d4dee85b5764c33d0e5239f6e9 2,423 0.95/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.