Loading Tool

Explorer IconExplorer

Memory Pool

43,972 transactions
26.40 vMB
0.05415421 BTC
Random Selection Loading Transactions
Max Size: 139.49/200 MB

Candidate Block

Mining Attempt e13d4b6c0c0d55ddf9ad6c6b46145d52c78f8bec9beaece3d3e4d1427e1ed48b
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root e8e7a7ab27afd9cb6fed921f92b82c40a4b2016e8f1595ad927196bfa7aca00a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00572973 BTC
Feerates: 101.72 > 0.57 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (266,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,008 648,008 0000000000000000000771b4ae86324ad70dda6ec7984a0f6fc1f43b36864a77 1,481 0.54/1.00 vMB 42
648,007 648,007 00000000000000000000df13a93d482331aca6424f5019b19fafbae78c9e3298 532 0.24/1.00 vMB 41
648,006 648,006 0000000000000000000700ed0f33f4e75e55b4b2425e14a04e5093a056b6bb7e 989 0.41/1.00 vMB 43
648,005 648,005 0000000000000000000ccf05568701364a147e8b2eda7003dbeb7b0979aa3b28 281 0.25/1.00 vMB 17
648,004 648,004 00000000000000000003ff74e0f4b03dac05df3f06d7e6590c3393e311a18db1 2,631 0.97/1.00 vMB 35
648,003 648,003 00000000000000000003dea8524bb8657409be297739acb8b29462dea9d5fa71 372 0.18/1.00 vMB 34
648,002 648,002 0000000000000000000177e8614758f0338d6645eb1c7a6bb51a101638a5ca9a 826 0.32/1.00 vMB 37
648,001 648,001 0000000000000000000dd98e7aee27b1deefef8f76c675b694df40abac46a143 1,970 0.69/1.00 vMB 21
648,000 648,000 0000000000000000000f1418bf941254bb3413bf571aae9204deedc7fbc9bfa8 2,291 1.00/1.00 vMB 32
647,999 647,999 00000000000000000007e9b14f1837dafdc203f2793ccf787b7c2954e5918e34 2,315 1.00/1.00 vMB 56
647,998 647,998 00000000000000000009622b368000e689c0db74c011499d42d37de679b99a41 1,641 0.59/1.00 vMB 35
647,997 647,997 0000000000000000000bb6c9c15316f3ab61dc3b04e42612c0c108bca6dd71f5 1,662 0.64/1.00 vMB 43
647,996 647,996 0000000000000000000c410ceeda8c5e8bbddb6d0dc9d8ece8ba3976ead341ba 841 0.36/1.00 vMB 29
647,995 647,995 00000000000000000002d326191ce52cc53907b45130ac397bda2b376013991a 602 0.22/1.00 vMB 39
647,994 647,994 00000000000000000008872172ef747d4eb4c464e80ad41e71901c06ac81121b 1,760 0.64/1.00 vMB 6
647,993 647,993 0000000000000000000d1110ed610f8b0edee0dfa1180079cd2fa43c63ec7a6a 2,640 1.00/1.00 vMB 60
647,992 647,992 0000000000000000000327ba95cb12e0ca16e947426f8d88862df5f5577c2c55 1,990 0.67/1.00 vMB 37
647,991 647,991 0000000000000000000ccaba48a3dd76d3c53bc3fb4212ae944d390761a79829 1,371 0.49/1.00 vMB 20
647,990 647,990 00000000000000000005d2e733a6a4db960ba9a43dfcb548bc6c34475fa37032 2,635 1.00/1.00 vMB 28
647,989 647,989 0000000000000000000cc7bdf4c1cdae1751a0874eafa9c8371c4d612661080c 2,651 1.00/1.00 vMB 33
647,988 647,988 0000000000000000000af90f9d18acb092d65b6d501f92c22e33cb0032676156 2,337 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.