Loading Tool

Explorer IconExplorer

Memory Pool

81,017 transactions
30.69 vMB
0.07412531 BTC
Random Selection Loading Transactions
Max Size: 186.98/200 MB

Candidate Block

Mining Attempt 4c0a94ce5d0037a4a90aa1c4ad714515891a1d05d81b939e4f5f441dbcb96ae2
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root 403690cef025b723b3d9063ef6993c8f8ee9ab6f8e1f0bd6a89cc81799565cb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.00806100 BTC
Feerates: 318.30 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (125,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,828 789,828 00000000000000000001360a6f102bee7f92323112c21a3a12afece72a32545a 2,750 1.00/1.00 vMB 126
789,827 789,827 00000000000000000004562f00e3be8efe13fd62c12cb9787a4ea73bb21916b3 3,343 1.00/1.00 vMB 52
789,826 789,826 0000000000000000000043d1d4a6eabb0458b674f6b27925d6c4b34c33dca96f 2,938 1.00/1.00 vMB 109
789,825 789,825 0000000000000000000426d9a0042642d87212082f026d1454d4749adea4b8b1 3,419 1.00/1.00 vMB 20
789,824 789,824 000000000000000000013a41602e06f0fd5603b41f0530eae2b38f27d295e8f8 3,830 1.00/1.00 vMB 24
789,823 789,823 00000000000000000002fd600349bc2ce1b709eba0c4f98e15adc671bc8fbd6f 3,366 1.00/1.00 vMB 38
789,822 789,822 00000000000000000000afdedede8ca1d34a18eca04631d1b37672f9b2fb3d60 3,116 1.00/1.00 vMB 98
789,821 789,821 00000000000000000003520987e40ae35c24578259bba1ff4d5a4744a48257e9 5,951 1.00/1.00 vMB 27
789,820 789,820 00000000000000000000713cc39395697f54f8ba1e458c1d8c0c9c225b0086d3 5,556 1.00/1.00 vMB 25
789,819 789,819 00000000000000000002a7ac81644107b49dd4b39125b4f7565ac5ed86d94b76 4,680 1.00/1.00 vMB 25
789,818 789,818 000000000000000000045b164784676695aed59a5a5ef95e3fab57e1c120ff3e 3,692 1.00/1.00 vMB 69
789,817 789,817 00000000000000000001de804f036647861c819b404a78bf0246eb104e0e0987 4,382 1.00/1.00 vMB 28
789,816 789,816 000000000000000000010785748af4f080b8e6be7df0789b878c83c2f9643b6e 4,046 1.00/1.00 vMB 53
789,815 789,815 000000000000000000052648549edd5876ed01ad861c128d453b89b21842801b 3,330 1.00/1.00 vMB 41
789,814 789,814 00000000000000000003d94805486ca12126ace32fef24d84d37358936e87cf5 2,779 1.00/1.00 vMB 73
789,813 789,813 00000000000000000004d30bbb65282d6df08bf52135f934ac5995c70f25fcaf 3,603 1.00/1.00 vMB 27
789,812 789,812 00000000000000000001a4226649edbf50c5d449c9e8abafdaf0337d0af5cd73 3,481 1.00/1.00 vMB 28
789,811 789,811 00000000000000000001602eb4637effc0931250e049fa0a4a2e9f8354612b94 3,168 1.00/1.00 vMB 52
789,810 789,810 00000000000000000003f79bfa6283b2f8bb00cf5c84b0fbb88c6df9c5086c2f 3,347 1.00/1.00 vMB 35
789,809 789,809 00000000000000000002c2bf85bb493607f680d4df07c872b1521e3b000a270e 2,679 1.00/1.00 vMB 81
789,808 789,808 0000000000000000000001168ec282ac87cb588875f5fe7e5adc0c87734b640b 2,840 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.72 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: 706.97 GB
    • Received: 16.66 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.