Loading Tool

Explorer IconExplorer

Memory Pool

43,351 transactions
30.65 vMB
0.17674973 BTC
Random Selection Loading Transactions
Max Size: 155.08/200 MB

Candidate Block

Mining Attempt 6c1b5394413b217006c9e123d235b0632d2abc8821f0fb387d8f19b2307eb74c
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 85efac9170a7e0fac675b8ed8a2b36a217b3f4a30234492cf409d4deeb12106b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,698
Size: 1.00 vMB
Total Fees: 0.09791934 BTC
Feerates: 301.60 > 9.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (681,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
233,273 233,273 000000000000017440e5fd588a8549704c5c4811c09a79a1d566ad6d69d741c8 425 0.22/1.00 vMB 136
233,272 233,272 000000000000008e321af46b4661008fba5215f06e9fbd8265126e674eeb8b14 344 0.25/1.00 vMB 104
233,271 233,271 00000000000001a109fe1af3b97b3a578b4bc36481fa6ad444ca4465baff8414 806 0.25/1.00 vMB 224
233,270 233,270 00000000000000d8a54609a2cf5633ed0a9b2e680e7e3f347e88877f727abf39 541 0.23/1.00 vMB 160
233,269 233,269 0000000000000017d1cdc4ead7106acb6d8fb9039076160389558762462d364d 427 0.19/1.00 vMB 157
233,268 233,268 00000000000000bd5b5a67e0c0c4fca0218c85f3a2a9e2b67c4ff6dd97d722a8 83 0.05/1.00 vMB 341
233,267 233,267 00000000000000bb579839d3a11ac6cf6cd9254b72ceea6cf27bd2aab87283b8 305 0.13/1.00 vMB 180
233,266 233,266 000000000000016dd517f3ab3191bfd0ef60eb3191bc4b9a8aadca2d7cea8030 516 0.25/1.00 vMB 153
233,265 233,265 0000000000000100df4a6c75ea19bd69d495957a3b781656b45e3c2a29c30566 211 0.10/1.00 vMB 197
233,264 233,264 00000000000000df62079cb54d4b6fa11b85b31bad6fc0b7b89bbbb10616d0df 854 0.45/1.00 vMB 141
233,263 233,263 000000000000009778e9c0dfb7f3b7cf7db6e55fe28675b6101226d6cf707c54 190 0.06/1.00 vMB 118
233,262 233,262 00000000000000d483bfcb013e15dfc4137bd2c5b442a381e31e701faebb67f5 512 0.25/1.00 vMB 151
233,261 233,261 0000000000000024709ed6391a7c8ba12907957645dbdb25c2ad6edaf7ba9207 468 0.21/1.00 vMB 203
233,260 233,260 000000000000009bd1dd17488a9ee6abab2a7ed756f131da079a0f9f59d14a79 64 0.05/1.00 vMB 127
233,259 233,259 00000000000001cf0048e86116e7193045e8cc7e25514475dba601db0d69d9df 585 0.24/1.00 vMB 234
233,258 233,258 000000000000010bed6e01df61a296b6f9b77a70aeac6b4c12182538899f0ce3 419 0.24/1.00 vMB 147
233,257 233,257 000000000000006209a8c0de2f56f33bf19f39b26e39021ef234da3df2e447bb 12 0.00/1.00 vMB 184
233,256 233,256 000000000000004a3eb8f0744c7bb62eb9d81679bc64cbbba158d897458b97c7 287 0.13/1.00 vMB 144
233,255 233,255 000000000000000fc51289d44fd1a3a0abd6d7e26a79a4b3b754d0e33681b3a6 144 0.09/1.00 vMB 121
233,254 233,254 000000000000009446f628da85ff0a8d66d4b9d575b825b4d71640d2dbf7abc8 524 0.26/1.00 vMB 169
233,253 233,253 0000000000000047aab367fe8dd40f076f648ffa6d33cca480dc8094652de7ac 74 0.03/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.54 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: 619.24 GB
    • Received: 11.20 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.