Loading Tool

Explorer IconExplorer

Memory Pool

80,261 transactions
30.24 vMB
0.08698511 BTC
Random Selection Loading Transactions
Max Size: 182.00/200 MB

Candidate Block

Mining Attempt 05e3d9f5e1cb18f1d03401e9c5c9dd829c5ebd7a9d18c463dd7d08b1bd5b8985
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 59f9e9c1e35ad4bf201559bfde749baf6c22ef818b4c8cb6cfd5df4e1cea0de0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.02217208 BTC
Feerates: 150.45 > 2.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (174,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,684 740,684 0000000000000000000793db72e4e5496fb28e48a8e4cdf080d695ce3935b704 2,294 1.00/1.00 vMB 31
740,683 740,683 00000000000000000007082db580e0afa728c5e6c6872f94c83ffef62ef82009 1,203 1.00/1.00 vMB 16
740,682 740,682 0000000000000000000735ddef468a5edad5fe103d58066e5904e0517b287c7d 266 1.00/1.00 vMB 10
740,681 740,681 00000000000000000004045f7a7f3858a8725d531b1f95b1de1fe6cb00e7bbb9 1,372 1.00/1.00 vMB 16
740,680 740,680 0000000000000000000579a28dac8929f62f5e9f40a20c12883d7cab342e7ae5 2,692 1.00/1.00 vMB 32
740,679 740,679 00000000000000000001c251fa2f8f2c31654714cd6f648cef92e856d5c3b354 1,649 1.00/1.00 vMB 13
740,678 740,678 000000000000000000052a16c11291e1602bc698ccd3370f4af3217aba22060f 2,424 1.00/1.00 vMB 16
740,677 740,677 00000000000000000002dbb0b7b1925475a1be07d6bac44db87dd631e63768d2 2,999 1.00/1.00 vMB 37
740,676 740,676 000000000000000000065686939ec28c31a378411031f4550ec4cf99a5f9bd44 2,259 1.00/1.00 vMB 27
740,675 740,675 000000000000000000001652814939c84e06d99d95594d50ae2e677e6c563aed 3,069 1.00/1.00 vMB 19
740,674 740,674 00000000000000000004fd1eef5cc598f4a400848aa7266b135f96c14313f49b 2,763 1.00/1.00 vMB 20
740,673 740,673 00000000000000000008c671d927cd5605b4108b2706761ae2a0c27d247e451a 3,072 1.00/1.00 vMB 24
740,672 740,672 00000000000000000002def9f3eef106b7ab01641924fc12617eaa8320ef4b2a 2,084 1.00/1.00 vMB 35
740,671 740,671 00000000000000000003b369944e07cc1dab5449a662272a916a7247d57e4be3 2,925 1.00/1.00 vMB 43
740,670 740,670 0000000000000000000806a18a21e4568f4c3bb94cd0681930ed0ae6a3dfe3d7 3,357 1.00/1.00 vMB 30
740,669 740,669 0000000000000000000693fefdd46fe508a4a43c4cb45d5abded06f534706460 2,664 1.00/1.00 vMB 19
740,668 740,668 00000000000000000005fcd1a86707b58446c29588be9c768ef9d8164c945b78 2,451 1.00/1.00 vMB 26
740,667 740,667 000000000000000000045dbcb0f544b428e81af9f8f8c591751dd66ed3fb6f4d 2,363 1.00/1.00 vMB 12
740,666 740,666 00000000000000000006849dd8c5d804a13c6a29b4aa847d92738a85292a7ee6 1,825 1.00/1.00 vMB 16
740,665 740,665 00000000000000000000f8604ea22001d3edee8a45f93a8d94bf56b47669c458 626 1.00/1.00 vMB 13
740,664 740,664 00000000000000000000d49963d01d0ca7d8a304385882bbc8d1f826036a9605 3,725 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.69 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: 687.75 GB
    • Received: 16.49 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.