Loading Tool

Explorer IconExplorer

Memory Pool

44,651 transactions
28.47 vMB
0.11983465 BTC
Random Selection Loading Transactions
Max Size: 150.49/200 MB

Candidate Block

Mining Attempt e76482aa33bdb25df5266e9246449fdbfe889843d0e5e54aa1dbbe7f662b7c29
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 7a948dc37e9bd211329d27cd01e80476f99e7272d9917bfc4898bc5362135b0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.06579086 BTC
Feerates: 101.65 > 6.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (124,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,740 790,740 000000000000000000003261ab0cb0d9b128f86da30c604b696241181e3393fe 2,714 1.00/1.00 vMB 44
790,739 790,739 00000000000000000002db290f919814a019da2ed8a669ddb066567bff0adcb6 3,266 1.00/1.00 vMB 50
790,738 790,738 000000000000000000052bd5c1e3d6720b140acfccf31af167f45c58cdb489d1 3,084 1.00/1.00 vMB 51
790,737 790,737 0000000000000000000167496bdfae772a4c2f3f7dc5b17023110da2f1000d58 3,119 1.00/1.00 vMB 66
790,736 790,736 00000000000000000002cc4f830896a24ef0e84b04e0d104b1f5616c3259c026 3,285 1.00/1.00 vMB 53
790,735 790,735 00000000000000000000c8cf0a8ab122263420a16a5c0a24e21c8a937a6e8754 3,183 1.00/1.00 vMB 78
790,734 790,734 00000000000000000000801bd685fb4d3f43a543ef9193e9b7acd64f5afc79c4 3,501 1.00/1.00 vMB 100
790,733 790,733 000000000000000000043f54a51e3291902e822b0165a7ce29b7661ddd750ace 3,504 1.00/1.00 vMB 35
790,732 790,732 0000000000000000000368cc3f01959ffa3b9acf4b422e3a44a6d1b981a065d3 3,057 1.00/1.00 vMB 52
790,731 790,731 00000000000000000003e7e3d5d006a6e8145e564f07e873f3dd857132066868 2,021 1.00/1.00 vMB 47
790,730 790,730 00000000000000000004c5557ba48e3bf70c7923cfa9b8df729e42b90f339457 2,750 1.00/1.00 vMB 65
790,729 790,729 000000000000000000037d9fc9e4bb6b5a62522b0e539e6298643e7abbabbc1a 2,104 1.00/1.00 vMB 42
790,728 790,728 0000000000000000000354b078e55a6f77178fa6a1b74e9cb100e01525d90bf7 2,428 1.00/1.00 vMB 52
790,727 790,727 00000000000000000002e69cc625e65b5d2c5f4258a0e9c96c4176963ded2191 2,668 1.00/1.00 vMB 76
790,726 790,726 00000000000000000001b48c467d14edbed1c50c6df79ebe3154ee480906d9fd 3,402 1.00/1.00 vMB 91
790,725 790,725 000000000000000000017b4b724d9ff67a5ce4ebd2c811a43412549089371315 4,007 1.00/1.00 vMB 25
790,724 790,724 000000000000000000040c50de55d1ba2077c3154d6c41f51d3d35b1053a2dd2 3,622 1.00/1.00 vMB 52
790,723 790,723 00000000000000000001e678aea894b20d99ca9a4e09534933ec5aae02efd5d8 3,604 1.00/1.00 vMB 40
790,722 790,722 00000000000000000001f6a278f5f2e62c1e005979fc944c778e2a3f15f40b9a 4,253 1.00/1.00 vMB 31
790,721 790,721 0000000000000000000033e580e895a3b0e9e251432abedead34072d40d5236c 3,667 1.00/1.00 vMB 39
790,720 790,720 00000000000000000004f0919e965cabf33b76f80ce8d69354edbdca5c7507bf 1,867 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.