Loading Tool

Explorer IconExplorer

Memory Pool

45,067 transactions
27.37 vMB
0.10369417 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 2bff1411e421255981fc002ee41b1c036ad25f2284c70ed09f5f69b3d7696c74
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (176,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,313 738,313 000000000000000000029e4a5d22e4093ee789e3b3a347ebc2963e7dda229b65 3,205 1.00/1.00 vMB 13
738,312 738,312 00000000000000000006d570e84911279c1860233071b38272a81711616a180e 2,779 1.00/1.00 vMB 13
738,311 738,311 00000000000000000000e29dcfe9dfba99cdb378a973e497d93f996c8ce9e366 2,553 1.00/1.00 vMB 4
738,310 738,310 00000000000000000002c1b7e3cbefd0614c36d18210da5dfef858f23fc3c3a4 2,832 1.00/1.00 vMB 18
738,309 738,309 000000000000000000084d249f01aa9d63bd81a65f90c87ab89c76a9f6019a49 1,139 1.00/1.00 vMB 13
738,308 738,308 00000000000000000000cb629f114a265ceefc2cdb382192070072172de940c8 3,005 1.00/1.00 vMB 7
738,307 738,307 0000000000000000000612d422e64a83368e57c08016065c32499f12b81312f1 3,145 1.00/1.00 vMB 16
738,306 738,306 00000000000000000008c5cf6174e2b901741c557ce90e8bbcae2c5cfeea84a0 3,141 1.00/1.00 vMB 23
738,305 738,305 00000000000000000003d9bf7bca349957e12ef394fa0c9631b10097c2d2141e 2,357 1.00/1.00 vMB 5
738,304 738,304 00000000000000000008b8be700dd1a5924c1c59323051abe5291b5a202fbe54 2,992 1.00/1.00 vMB 10
738,303 738,303 000000000000000000057fc7c9779f929fc3fce75f6e5b8565f0cf4e20b55b76 3,281 1.00/1.00 vMB 16
738,302 738,302 00000000000000000003c1c241894e3d0a8e748fd3b22ef3eb6b8a8f95af5c4e 2,840 1.00/1.00 vMB 14
738,301 738,301 00000000000000000004ed62f5da1ffa1b63c2c33d37666a1decb48351642edc 1,755 1.00/1.00 vMB 12
738,300 738,300 0000000000000000000224632f2b2704f88679ddde9dd6ffb55d5c9dd9c8861b 2,393 1.00/1.00 vMB 3
738,299 738,299 00000000000000000000a75a3426eba1e5918f1b38b8ca7b9b2dfb20a3675385 2,878 1.00/1.00 vMB 16
738,298 738,298 00000000000000000003cb005ce50c7e9c0f0a0f5725847d33943726adcb933f 3,073 1.00/1.00 vMB 19
738,297 738,297 00000000000000000007db3990a613fb3026392835ec63a909b801c1640278b3 905 0.31/1.00 vMB 11
738,296 738,296 00000000000000000008e19dd2ad6f2bb712d0d5124cb7e223e578da0d78dd3a 349 0.20/1.00 vMB 6
738,295 738,295 000000000000000000059993a50e2dc6f36048895e7869f2f7ba825b90900037 431 0.21/1.00 vMB 9
738,294 738,294 000000000000000000071f86facf8928bcd6f14f84bf6edc7ba67ffcbb6b08b0 85 0.02/1.00 vMB 13
738,293 738,293 0000000000000000000582c1b57ff63f90055a7e019385acc6d935dfc0cb9dea 955 0.33/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.