Loading Tool

Explorer IconExplorer

Memory Pool

44,397 transactions
27.42 vMB
0.06453781 BTC
Random Selection Loading Transactions
Max Size: 144.74/200 MB

Candidate Block

Mining Attempt 8b31f7ad61793c2c2cf0f947c2cef6c875caa3be73cb3ffdb7be8b1de98c5783
Version 20000000
Previous Block 000000000000000000008b3b3a15207ddb4b53969984fa4d3acfac40fce3eb15
Merkle Root ddcd8c8a39600bbda7e8cbbc6c5e2a92f1d0c696f81cc3a8b7a44191470cf688
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,295
Size: 1.00 vMB
Total Fees: 0.01293675 BTC
Feerates: 73.20 > 1.30 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,925 (422,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,747 492,747 000000000000000000bf3638d4926d479b620dfa38cba3bc1b080d71f075e786 1,844 1.00/1.00 vMB 97
492,746 492,746 00000000000000000019f015068585182636c27eb0157f8bb13a58a481cc5ef9 1,152 1.00/1.00 vMB 173
492,745 492,745 00000000000000000043debee86987a2f4572078f48f89a74b6c7d19421be596 2,275 1.00/1.00 vMB 227
492,744 492,744 0000000000000000006abfe31e59af9f81b3fc84a1a25a8fdc095e429dc6dffa 2,100 1.00/1.00 vMB 105
492,743 492,743 0000000000000000004b5bb9f1a5a43ba47edc7976dc8802bd2f353334ee8fdb 1,848 0.73/1.00 vMB 249
492,742 492,742 000000000000000000a858f38128ee77582a6835a4f5790a528e5f2d0d0f99b9 2,357 0.92/1.00 vMB 224
492,741 492,741 0000000000000000007b5ca87245ce03e7a3671524c179aedca1c93b87814213 1,976 1.00/1.00 vMB 142
492,740 492,740 00000000000000000077cd9cc9c2b953e3bc987365e9dcd04a846519a9be76e6 2,679 1.00/1.00 vMB 253
492,739 492,739 000000000000000000b85d97d060f6363022932accc730f7f7be8b0973be8fde 1,950 1.00/1.00 vMB 194
492,738 492,738 000000000000000000224bc7516e7abdbcd3356691d6d441d54c61dab2a59e7a 2,212 1.00/1.00 vMB 167
492,737 492,737 000000000000000000bc04aaa83e4078580eeebbe69eeca56fd8a5b87c175b44 2,396 1.00/1.00 vMB 254
492,736 492,736 000000000000000000bdc073eee540b994b2df8810e82cefc0ae05a624de5c58 2,480 1.00/1.00 vMB 239
492,735 492,735 00000000000000000031ffecaa4d7aba54e8640f4936333bde34d33168547124 2,012 1.00/1.00 vMB 181
492,734 492,734 00000000000000000043213bd89b41c2e77c0347be08de5ace839c87c9252d82 834 1.00/1.00 vMB 15
492,733 492,733 00000000000000000089574717336c992c293d82d993c4504d350dd2b8939b0e 1,616 1.00/1.00 vMB 19
492,732 492,732 00000000000000000011b0f9788678f5b94b103fd086737bfac905c6a139a059 2,123 1.00/1.00 vMB 222
492,731 492,731 00000000000000000001a5bf4ef1b27e8b3f2efdbb8955a8321647b25c88e2c3 1,852 1.00/1.00 vMB 60
492,730 492,730 0000000000000000007f103a8d4f67aeb091ab0abbe1cbe926e8a6515280bf7b 1,928 0.97/1.00 vMB 114
492,729 492,729 00000000000000000061e44be0f0d285742463cb49c767b8d7d9012db6405b0d 1,846 1.00/1.00 vMB 54
492,728 492,728 00000000000000000081afc770866266148122eb8b7c3413d9c52de837332b4a 2,227 0.96/1.00 vMB 36
492,727 492,727 000000000000000000859d1bd22837e016b6f5725011372369fa0ff6317d4b82 1,997 1.00/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.26 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.60 GB
    • Received: 14.34 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.