Loading Tool

Explorer IconExplorer

Memory Pool

81,852 transactions
31.25 vMB
0.08451050 BTC
Random Selection Loading Transactions
Max Size: 189.89/200 MB

Candidate Block

Mining Attempt 3f58d0188aa0475f8b31a282ebe2f49d7513a41ca66cd6aa1c107128e2b631f9
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 9c57db6c1d80d9928ea4fe670ec17de89189790c4af65291ba1e3441f35ba39d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.01699800 BTC
Feerates: 73.20 > 1.70 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (126,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,524 788,524 00000000000000000001595049ed02ced4254dbbcbb1464dff428be4dff63a4d 4,979 1.00/1.00 vMB 80
788,523 788,523 00000000000000000003d2555d76c843908274aaf75d66cec44f47772a682ed0 5,032 1.00/1.00 vMB 78
788,522 788,522 000000000000000000009ba39ab7376ef2b4ecd53b0d8c5100d25943f08b7f7f 4,705 1.00/1.00 vMB 89
788,521 788,521 000000000000000000029e057ecd775e2c8412d9b72043ad126ecdb4c58ec320 4,660 1.00/1.00 vMB 108
788,520 788,520 00000000000000000005661afd6be87d8b71357144a409f6c62422ac0a02a9c8 3,907 1.00/1.00 vMB 125
788,519 788,519 00000000000000000005ad5ca7f59572a0e0407f8f76756616c3b607c66b7c54 3,001 1.00/1.00 vMB 115
788,518 788,518 0000000000000000000398122f858450ff94a1893f488c208b1c714f5d2cf6cb 4,026 1.00/1.00 vMB 140
788,517 788,517 000000000000000000059e7d5d22eeb609ea143a85dd87c1d1cd7a055fbb489f 2,227 1.00/1.00 vMB 150
788,516 788,516 00000000000000000005355d8d8ff2b5b48f9aa84b2a7f6a400c47798e04d3f7 1,179 1.00/1.00 vMB 159
788,515 788,515 0000000000000000000196ed2d244708b40f6d7c108ee083c7b26d60090d4305 5,118 1.00/1.00 vMB 81
788,514 788,514 00000000000000000002ab95ddc057770e5ba9ac1fb9287b61c7d6c556dd2f48 5,410 1.00/1.00 vMB 94
788,513 788,513 00000000000000000001f0ee7017087710e5671cc2f44ce0d6fa58122b8cadfd 4,248 1.00/1.00 vMB 113
788,512 788,512 00000000000000000004f93be00b2b94e74a9e03751942e1e25d9c161f272e4e 4,542 1.00/1.00 vMB 115
788,511 788,511 00000000000000000000b1791af93664057246896eefcb2280abf37be75d5ff8 4,680 1.00/1.00 vMB 106
788,510 788,510 000000000000000000042b2937563718d404b8df02fb0664be3f8c5186a5fa8c 4,150 1.00/1.00 vMB 107
788,509 788,509 00000000000000000003c19ecc18e646fcf526764eb054e319547c3b0161df9e 4,945 1.00/1.00 vMB 74
788,508 788,508 0000000000000000000153a87d4864a5c82fe3d96fb0246cbd6a9c2f1f084b2a 4,853 1.00/1.00 vMB 77
788,507 788,507 000000000000000000050e512f8c2bdcc73903dca07c90474a6c4ee4cddb619c 3,173 1.00/1.00 vMB 129
788,506 788,506 000000000000000000017fb07a18172ee2bf4d36379f61bb141c8f84af770a45 4,981 1.00/1.00 vMB 78
788,505 788,505 0000000000000000000355defd9bc680cfef994bcac52f7426ae0a2a5e7d65ca 4,436 1.00/1.00 vMB 94
788,504 788,504 00000000000000000005971f86c5834452b010edd6a7376bd54c9ab84fe014a8 3,764 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.