Loading Tool

Explorer IconExplorer

Memory Pool

82,233 transactions
30.27 vMB
0.11330944 BTC
Random Selection Loading Transactions
Max Size: 183.37/200 MB

Candidate Block

Mining Attempt 7f6b563fbcfe5bce8eed94321feedf28a8e8f0e15c1f842cf1923b195d773d28
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4b13e7e192fed544d8fdb8ce144c49ca4ebb39fa0a2bd7c1a4f444af01a68fba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,169
Size: 1.00 vMB
Total Fees: 0.03769466 BTC
Feerates: 121.32 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (159,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,265 755,265 0000000000000000000224857dd3abdb313c0d9067de0da3c47898b36fd5e348 3,201 1.00/1.00 vMB 16
755,264 755,264 000000000000000000015eaff7cc90a5f8faf3156771b070e4bc965044659efe 2,679 1.00/1.00 vMB 16
755,263 755,263 000000000000000000048d6fe6a673f4d52b8db5a78acc84c74640bda933b9ff 2,089 1.00/1.00 vMB 4
755,262 755,262 0000000000000000000145882b8c2f4e7bb44427bb2f78124bf6e16f1849243d 2,750 1.00/1.00 vMB 15
755,261 755,261 00000000000000000005ddc274314051063d8363559ded9ca3b19398d430286d 2,547 1.00/1.00 vMB 16
755,260 755,260 00000000000000000005bd4d7282da3d6e79c4a9956875740dd05d6a49c9e061 2,824 1.00/1.00 vMB 7
755,259 755,259 00000000000000000000d00f951871b015d5055d40d143d75b599190d4c53bf2 2,185 1.00/1.00 vMB 12
755,258 755,258 00000000000000000005b83bd4ce8dc78f0c6f5a50c2019a7032d76ad27c9aac 2,114 1.00/1.00 vMB 18
755,257 755,257 00000000000000000001a180ce1522e1e3fcc904f6eadbc839cc565abc7b8556 2,376 1.00/1.00 vMB 6
755,256 755,256 000000000000000000003f2ec8df178f53219c3e6d1ae3b57091d496c43653f2 3,538 1.00/1.00 vMB 11
755,255 755,255 0000000000000000000535a1d5eb4bc80baf4bc1b87837ae85758dea750700dc 2,788 1.00/1.00 vMB 9
755,254 755,254 00000000000000000002a20d9a8ce446d00ca072629a28d36cae59a02dd70376 2,507 1.00/1.00 vMB 13
755,253 755,253 00000000000000000006467d84dc6d9a1f836f629be950380e3e28d07e1f9e29 3,283 1.00/1.00 vMB 17
755,252 755,252 0000000000000000000644b5062dd3353031898e293a4ab6675a041fb967dcac 2,733 1.00/1.00 vMB 9
755,251 755,251 000000000000000000037a441a798414de56bf6ca71d276862a9da941c198d7b 2,888 1.00/1.00 vMB 16
755,250 755,250 00000000000000000006349f83c10f9fba404dcab60a11e075778503d885e108 2,767 1.00/1.00 vMB 11
755,249 755,249 0000000000000000000684f516254c527a27450c0b5b746569113a56fab3e0e1 2,687 1.00/1.00 vMB 14
755,248 755,248 00000000000000000005a957e7ae0169af93d7c2755691a3c98021f12e98f0cd 2,396 1.00/1.00 vMB 15
755,247 755,247 000000000000000000017418372db772a582573f62f50f1a2cd9d4589c64760a 2,332 1.00/1.00 vMB 14
755,246 755,246 00000000000000000004c68869d7650c7be3b8d85030868e5d4ffb236e852578 3,200 1.00/1.00 vMB 24
755,245 755,245 0000000000000000000634be990854c7575d0d06f90105af5045846de2f47762 3,302 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.