Loading Tool

Explorer IconExplorer

Memory Pool

75,978 transactions
28.46 vMB
0.08020111 BTC
Random Selection Loading Transactions
Max Size: 171.83/200 MB

Candidate Block

Mining Attempt f380926cf56efdd82ce5d92d00aab3c182344b421d8e8dedad8468340a997660
Version 20000000
Previous Block 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c
Merkle Root 9ce08fb6cf6bd9603110873915b392887c0d47d6df0e352badc78a52f6da8031
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,659
Size: 1.00 vMB
Total Fees: 0.01633378 BTC
Feerates: 100.36 > 1.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,269 (341,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,606 573,606 0000000000000000001c04d5fe158a8f43e559df33de141c8b7bdb8e9e6cad33 3,195 1.00/1.00 vMB 26
573,605 573,605 0000000000000000000853848f830da6f7a973762fea504a90533d2092297f42 2,963 1.00/1.00 vMB 66
573,604 573,604 00000000000000000005775f4d7867b4e892e324343d6ff97ba8073b7d59cd16 2,974 1.00/1.00 vMB 25
573,603 573,603 00000000000000000004ea1e4bc1114c6aae962d07e8ce5bb51a48f9c6cfff3a 3,028 1.00/1.00 vMB 77
573,602 573,602 0000000000000000001e59cc116ca650b820a8758e8113325b5c95ccaac1f2a8 2,725 1.00/1.00 vMB 27
573,601 573,601 00000000000000000029c458a464a12e7a4b36982a348d1e2ca1324b6fbcb7b0 2,788 1.00/1.00 vMB 30
573,600 573,600 0000000000000000002a33cefd1d99991f1cd9f33d72d537e8aeae75f9ede78d 3,114 1.00/1.00 vMB 24
573,599 573,599 000000000000000000239c03cd87f8310a49b05ca385c7fdfdd19fc9bfbb02db 2,633 1.00/1.00 vMB 61
573,598 573,598 000000000000000000216867bb73858c4770de9661ba7bad494113b8c072207a 2,846 1.00/1.00 vMB 31
573,597 573,597 0000000000000000000129a7de05cf70a324b0e5ca43c284362dbe9c4448fb1f 2,433 0.76/1.00 vMB 16
573,596 573,596 0000000000000000000086ac2ff0e65142812cea761d058e13076c6073ce46ed 2,586 1.00/1.00 vMB 39
573,595 573,595 00000000000000000003bd7c365ef2130b32e351f38e5199997f3b321f434037 923 0.37/1.00 vMB 23
573,594 573,594 00000000000000000020420d4b9bd316fdebce06b1a8a55cf7e32522960e5515 2,995 0.99/1.00 vMB 26
573,593 573,593 0000000000000000000f464e92c1c263c35a333dbb683bd4f440e38f8fb0e063 3,086 1.00/1.00 vMB 24
573,592 573,592 00000000000000000011064b0d59f4dbdaaaa4c44128d060f50e4e38ac3ccf23 2,976 1.00/1.00 vMB 3
573,591 573,591 0000000000000000000dd1522c9fa2e347e550997345ead6f1d43cd846257b02 3,115 1.00/1.00 vMB 22
573,590 573,590 000000000000000000198ecc1541ad646e29c6dfa07d767bcd3e8a631c69cf12 2,427 1.00/1.00 vMB 36
573,589 573,589 00000000000000000004376a6fdb403f25acc4e5476d741abe2f37dbcd9386d3 3,002 1.00/1.00 vMB 119
573,588 573,588 00000000000000000015dd4c2b40b6910366ab86485e9c10e2e0c9d0e91713c8 2,569 1.00/1.00 vMB 51
573,587 573,587 0000000000000000000fe4aa07836434306f016a1f0205452509e779b5ac2239 3,042 1.00/1.00 vMB 27
573,586 573,586 0000000000000000000dd5a792621cb895c519cec1b7f136c95ce55bd4709caf 2,563 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.83 GB
    • Received: 17.23 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.