Loading Tool

Explorer IconExplorer

Memory Pool

79,328 transactions
29.33 vMB
0.07299358 BTC
Random Selection Loading Transactions
Max Size: 176.03/200 MB

Candidate Block

Mining Attempt 6c58a1b2ade1bc7c869ba7d04bf03c73708574a0ac54be58ce739bdecc9b303a
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 41b02bb7585f149c40593bf446389bcbaab9af8e8f3b17ba966f03f88784383f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01334217 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (683,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,249 231,249 00000000000001ba7dc528ff82a9d57a28fdcb70375fa15e352530398408195b 206 0.10/1.00 vMB 114
231,248 231,248 00000000000000467b2f7f3fb63790ad641a6d7eefc436bfd41af0ef8c5fda93 145 0.11/1.00 vMB 116
231,247 231,247 0000000000000028dda017f0fa5a8ae87811af0a4df58cf8b44e7c8c956ab0a6 585 0.25/1.00 vMB 169
231,246 231,246 000000000000018e6ad53c3dbebff26c83fbd3e14222bd7152e2473ba1c841f7 542 0.36/1.00 vMB 127
231,245 231,245 00000000000000e6ee2dba5bb7d26b1a15df6deb4f30007c72e96e5a10c147a9 824 0.25/1.00 vMB 308
231,244 231,244 000000000000014fa72fa50e3942712d63591817e4742c8ff5e11f5682cbddad 301 0.25/1.00 vMB 93
231,243 231,243 00000000000002093330f5a7bd1da7716e5fe5f99d6ddd99a072758911be1467 681 0.25/1.00 vMB 213
231,242 231,242 0000000000000057c595a4465cb7c832f3b4f6d19b7474ba5d7f833a0eadf176 88 0.25/1.00 vMB 36
231,241 231,241 0000000000000198d95fdefc74afb655f84b620368bcb39e7e0c99954ebcad2e 464 0.25/1.00 vMB 145
231,240 231,240 00000000000001e0144ecb96ae1f073d1f8d0e4d3de25cc2b038b74c2c2cbc09 181 0.25/1.00 vMB 79
231,239 231,239 00000000000000b85e9d9f40eae7d9f3eeded572f852ac7dad7d5f80c03afe10 524 0.19/1.00 vMB 246
231,238 231,238 000000000000018ccb088024bfff6122cdfb17395c19643daf152989b5ee082c 474 0.31/1.00 vMB 131
231,237 231,237 00000000000001354f486f5607fda78233261503a8e293868771cd69e2e29a3f 70 0.10/1.00 vMB 62
231,236 231,236 00000000000001d59232f3623635ca4536f1a0685163bb4dd1cee7fda8a72670 1,333 0.47/1.00 vMB 234
231,235 231,235 0000000000000084b079b7cd17bf5383cb03e04dbdcf1ad6a9f4a25dafaaaad8 93 0.06/1.00 vMB 128
231,234 231,234 0000000000000081bccd4e9b7601249882eb10dd0fec0c6dd1141cff7918d826 723 0.34/1.00 vMB 154
231,233 231,233 00000000000000c6aa8eb9fde2e0bd729342a80b0fb9ba63b2a228aac0482fb5 6 0.00/1.00 vMB 92
231,232 231,232 0000000000000108cd7c821d49b27247cf8258c9c1a3a126e038dd9cf5f90ba8 384 0.25/1.00 vMB 82
231,231 231,231 00000000000000af067a65d205576e9202fd64fc88a9afb19f119c56af6fbc39 227 0.22/1.00 vMB 92
231,230 231,230 0000000000000039b98efd3b62a02c260b1b0972ac70525bbea971239e6b2006 491 0.25/1.00 vMB 158
231,229 231,229 0000000000000109d75dc09141e8cecb2e124b0255bf6876d57314f01264c122 1,408 0.47/1.00 vMB 239
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.