Loading Tool

Explorer IconExplorer

Memory Pool

81,835 transactions
30.41 vMB
0.12047815 BTC
Random Selection Loading Transactions
Max Size: 183.44/200 MB

Candidate Block

Mining Attempt 3c51e77a17c7d07714edb51283bc1f1171a319467b169af8be284fdcc9099125
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root e2dfedb9d6c91e082236c90ae9a875e50b3f72035d6dbe45b74cfa5ca8fb9f6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,379
Size: 1.00 vMB
Total Fees: 0.04342670 BTC
Feerates: 502.62 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (268,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,769 646,769 0000000000000000000d46ffd5c70fb40c10692794fe43da5b9120a81768af83 2,931 1.00/1.00 vMB 139
646,768 646,768 00000000000000000004f9678292d5604af8dee604c1d579548cf80b728a835c 2,391 1.00/1.00 vMB 104
646,767 646,767 00000000000000000001bd9f32719e8a35d10201b5b0ae6c82a2edcc14ce6832 2,621 1.00/1.00 vMB 130
646,766 646,766 0000000000000000000fd27db77ba7aa4d227c8f494703c366a96c6cf7eb705f 2,923 1.00/1.00 vMB 130
646,765 646,765 0000000000000000000fa405597a8b8a96bb96785a04a8debb7737d5f3c20253 2,446 1.00/1.00 vMB 127
646,764 646,764 000000000000000000046c021b1f93e4f05f83adf9899d2536148eb55a7f73cf 2,897 1.00/1.00 vMB 114
646,763 646,763 00000000000000000000d8392d020f70fd080bc4b5003e96f942d3ec1f366962 1,921 1.00/1.00 vMB 136
646,762 646,762 000000000000000000035eabdf9bb42da67a47228c63ae33aaccd694e1bb5487 2,360 1.00/1.00 vMB 136
646,761 646,761 00000000000000000005a802b8bac33b883688646a3516e1930c81b217841ebe 2,849 1.00/1.00 vMB 140
646,760 646,760 00000000000000000000e3fa39aef926a0cf6d0a6bf2e89e021f00aa64ba7233 2,079 1.00/1.00 vMB 114
646,759 646,759 0000000000000000000b775d38f88721de7ec6d264c0f0fcfda516acb8a6188c 2,684 1.00/1.00 vMB 122
646,758 646,758 0000000000000000000d70693c0dcc32225c5f2f4eb212e310fe2a325bbd7981 2,506 1.00/1.00 vMB 137
646,757 646,757 00000000000000000006c8fcb3f8be162bb007cccb345d170586fbfca4a244ee 2,672 1.00/1.00 vMB 133
646,756 646,756 000000000000000000060c3d7a03febdc02804abbbf1d6d6081e16349b962c14 2,919 1.00/1.00 vMB 155
646,755 646,755 0000000000000000000b4bb02dccd79aa7acd7c5377e4f8c938a7bdcd903811d 2,422 1.00/1.00 vMB 128
646,754 646,754 00000000000000000009932a5c78ec24f59cf2ba4dbf75d03c9329d3d19b49ab 952 1.00/1.00 vMB 133
646,753 646,753 000000000000000000072b2bbd73d0e06389fed5a34ada704fc51ff18b94c66b 2,230 1.00/1.00 vMB 137
646,752 646,752 0000000000000000000f91079ea015b1205ccbdaf95e4b8243634798714c7fb2 3,065 1.00/1.00 vMB 165
646,751 646,751 0000000000000000000f956d966a43ac402902c34750df1a433c9abaf6a2fce7 2,527 1.00/1.00 vMB 119
646,750 646,750 0000000000000000000be17380cb20fbf625ffc384b047870bc29b6ed65201da 2,788 1.00/1.00 vMB 125
646,749 646,749 00000000000000000009ce239db0177abc06b9eaf7a387be9bb49b9af9ff5be5 1,847 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.