Loading Tool

Explorer IconExplorer

Memory Pool

81,868 transactions
30.47 vMB
0.07925036 BTC
Random Selection Loading Transactions
Max Size: 186.81/200 MB

Candidate Block

Mining Attempt 470e15ed3d93488dfef4e5674182974fec46c90c4d3dc7d61368e30b1d233b3c
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 3b2e9bdcf2f5499826bd666633fac853f4d54a7f8950b08b7e5339fd3389f61f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01132672 BTC
Feerates: 150.77 > 1.13 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (233,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,132 682,132 0000000000000000000d4e049a48662ef7e869388b17402c44c84b3e141d395f 2,280 1.00/1.00 vMB 95
682,131 682,131 0000000000000000000c560662583f673d34fec0c1de9c799c3063342e95a1a1 2,600 1.00/1.00 vMB 114
682,130 682,130 0000000000000000000d7f68cbda8410b10a91bf941f9b6f7b94d54476f56d0d 1,219 1.00/1.00 vMB 215
682,129 682,129 0000000000000000000b284dc05c9d7e9afaf9e5ad1e26a8d8c63a653c57851a 2,601 1.00/1.00 vMB 109
682,128 682,128 00000000000000000007ec36fe08ece959efb0b48fd0410976455fea882eaab0 1,936 1.00/1.00 vMB 27
682,127 682,127 000000000000000000005d4e9f150c7a2e44cb165df28b1f8cc555ec9d145bf0 2,398 1.00/1.00 vMB 62
682,126 682,126 00000000000000000003d2e2685c241d86eb01f06f981fb3dcabcffbff63ddfa 1,572 1.00/1.00 vMB 44
682,125 682,125 0000000000000000000365273765ef4a2fe552ad37949fdad3261a0892ec4173 3,182 1.00/1.00 vMB 80
682,124 682,124 0000000000000000000bff6a886c1d06c2cbb6727914fae52af73c990aad1afd 1,501 1.00/1.00 vMB 87
682,123 682,123 00000000000000000001056090e4c62be46e7bfceb191b196fb9d90aa28572f3 1,192 1.00/1.00 vMB 95
682,122 682,122 0000000000000000000a1acd08529da1957c34787254e53be7d1bc6b58c3c636 1,917 1.00/1.00 vMB 80
682,121 682,121 00000000000000000008e1959d2e2c3f548306cdf341d2f4a7cd2078d52eb0f4 606 1.00/1.00 vMB 90
682,120 682,120 00000000000000000008d1f3e040556203466a3b5c00f9a30b6c0c45b1314cc6 2,071 1.00/1.00 vMB 86
682,119 682,119 0000000000000000000a2c61932bce828d6f879bbd7557e52647601ac186457a 2,757 1.00/1.00 vMB 95
682,118 682,118 000000000000000000067b3abc019ec61d65d8df78ddc807afeb793c7953d753 2,216 1.00/1.00 vMB 110
682,117 682,117 000000000000000000058bf66fb1c47f23ec1335601dc1aa54424cf99381e09f 2,396 1.00/1.00 vMB 115
682,116 682,116 00000000000000000002014ea928886ae79ee2a03311c85f2d6692eb0f076284 2,571 1.00/1.00 vMB 98
682,115 682,115 000000000000000000010158b362f780ca01001375693170413f51f106968a84 2,305 1.00/1.00 vMB 125
682,114 682,114 000000000000000000092fc675df8add25a9e9af2c741adbae1d1a526c8c567a 2,721 1.00/1.00 vMB 98
682,113 682,113 00000000000000000009cae36e01af1f875c7e6c53926ee4c7cf4a1dae5380c5 2,989 1.00/1.00 vMB 106
682,112 682,112 000000000000000000003879e7c25796f78a633cecb99be2cd546c0faca1b85e 1,649 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.72 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.