Loading Tool

Explorer IconExplorer

Memory Pool

73,746 transactions
27.37 vMB
0.06397468 BTC
Random Selection Loading Transactions
Max Size: 167.10/200 MB

Candidate Block

Mining Attempt 87883ba81e747792023ea7becf8d6c7b76511f1794ca6048ad0fa20e5ef8074f
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (533,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,698 381,698 00000000000000001034a150b1dbc1d0f6c7b76d6aa610e9500e3648d1317e61 762 0.40/1.00 vMB 34
381,697 381,697 00000000000000000984739734bd82e9d8bd9df64cc20ba0fb1601797e5df2f7 477 0.27/1.00 vMB 28
381,696 381,696 00000000000000000e6779914a4b08f8562509a33ffd9a8fb461c25c0b92f480 1,017 0.52/1.00 vMB 33
381,695 381,695 0000000000000000088bb42c7cd4fadc83730383b12a8df3711ae39b73e06ebf 601 0.47/1.00 vMB 24
381,694 381,694 0000000000000000055a9da8769103ca701a2c7a9853f6b204fc4cb495526e6b 515 0.44/1.00 vMB 23
381,693 381,693 00000000000000000fcde1af00b0c375386d1458fee0fa2ad30444192e0b9f25 1,652 1.00/1.00 vMB 29
381,692 381,692 000000000000000003bbf8de98fc6916f29bb176abc1a5d3f2f5d5cdf55202cb 2,515 1.00/1.00 vMB 44
381,691 381,691 0000000000000000110e61542821ee15bf88a63e57c1524f76be2d20936ad9b4 1,898 0.75/1.00 vMB 47
381,690 381,690 000000000000000010ebda5753e10f53acc1fe4028227e913a52e97f99b83acc 976 0.75/1.00 vMB 25
381,689 381,689 00000000000000000d0ab4a07e69ff47a4b6d4b3750a6d9b0170f4e4c273e445 1,092 0.58/1.00 vMB 38
381,688 381,688 000000000000000000f17e4f65706d41492ac7bca373d05ec694a1371c376301 1,880 0.95/1.00 vMB 36
381,687 381,687 000000000000000006b9f6d8969d13121b8ff4d57f02b2fb5174578d1e3758fa 2,760 1.00/1.00 vMB 50
381,686 381,686 00000000000000000f33552e929afd1c7e6a38bfd2649489c2c38fd26e3ad074 2,195 0.93/1.00 vMB 38
381,685 381,685 00000000000000000a12c516a3331714d4d6e8993cc3f607caf0cb0569e1037d 973 0.65/1.00 vMB 26
381,684 381,684 0000000000000000011dd3f108144a123cc90893a0976d7fc82ad1e223ba2a05 2,014 0.93/1.00 vMB 35
381,683 381,683 00000000000000000fcca702a3806e32141a6ef24286a831fa4e0d6a80234a6e 2,180 0.93/1.00 vMB 46
381,682 381,682 00000000000000000484ee634cf2706d9dff8db870725676bf772dbc4c5e9e31 293 0.59/1.00 vMB 16
381,681 381,681 00000000000000000ed475570510c8689566a7c8c8322845dfb625a73ab73838 1,301 0.97/1.00 vMB 24
381,680 381,680 00000000000000000f6db8e4b140a33903a379264a48f9097d55458f2a184dbc 1 0.00/1.00 vMB 0
381,679 381,679 00000000000000000e0c1b31433a6ffb2736a5dee38c25795f7d83a993aa3827 556 0.38/1.00 vMB 24
381,678 381,678 000000000000000002dbbee0818ac89792ea51e98e735c3d979325bfab54cb33 2,143 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.