Loading Tool

Explorer IconExplorer

Memory Pool

74,602 transactions
27.70 vMB
0.07352326 BTC
Random Selection Loading Transactions
Max Size: 168.62/200 MB

Candidate Block

Mining Attempt 6407f34dbe1d46145f28a674ade163ef304800fef750fc21e64eedd9ffc76359
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 0fdf5469fa7bac3fcb60d1afc8aca000a9c2ce57827547f2d6ea0119171c89f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,475
Size: 1.00 vMB
Total Fees: 0.01427793 BTC
Feerates: 71.37 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (230,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,316 684,316 0000000000000000000336ca59d43b5684fa68891baac3ea4842047741955d9e 2,490 1.00/1.00 vMB 127
684,315 684,315 000000000000000000062b96494b2e7bae3a9265025397fce2ca9287cb75790b 2,579 1.00/1.00 vMB 126
684,314 684,314 0000000000000000000557b401e097c01581b14c910fa27a46762230d2d1dbca 2,530 1.00/1.00 vMB 129
684,313 684,313 000000000000000000007caab0f2485fcfec4d11c3c751ac66bedd76021c6054 3,263 1.00/1.00 vMB 195
684,312 684,312 00000000000000000000c6ee8c28139c3cfb3818658fa1f31090214a9f328dba 2,707 1.00/1.00 vMB 94
684,311 684,311 00000000000000000001b8e9a1b6eaa12711f2d1ea769b1b3768130f28b737fa 2,928 1.00/1.00 vMB 124
684,310 684,310 0000000000000000000a7b86211f9293d2abb1cf2e4f43cc3a229c76cc59f5cc 2,853 1.00/1.00 vMB 123
684,309 684,309 00000000000000000002cab82ef7febf5431c30bd0a13a2aa026d2b82a83a068 1,428 1.00/1.00 vMB 117
684,308 684,308 000000000000000000096e090d9a88f07913d83d4e0409487980c18107735203 1,310 1.00/1.00 vMB 115
684,307 684,307 0000000000000000000b3ba5f6b5755b41a776fddc753dddf9b58713f162437b 3,102 1.00/1.00 vMB 138
684,306 684,306 00000000000000000008a4c575dc453f9dce18ce751fc2fb148ba5e48922585c 3,008 1.00/1.00 vMB 125
684,305 684,305 00000000000000000001e8eb656f5e2c60650b319e65e51ae4ff1377a91ca27c 2,139 1.00/1.00 vMB 94
684,304 684,304 00000000000000000007c82b7cd2aefc99ca76c25ca7caf49fd1255a6bc61d39 2,662 1.00/1.00 vMB 115
684,303 684,303 000000000000000000071a48eed5d71cf6b440468e8f234de85cf6e4cae7d3ba 2,567 1.00/1.00 vMB 118
684,302 684,302 00000000000000000000a8d66f92a09db89113e93699ab9786bdf7a12680b63c 1,713 1.00/1.00 vMB 87
684,301 684,301 000000000000000000038c87d731aba70b64d99310e57b8578c5a4b76b669a79 2,371 1.00/1.00 vMB 124
684,300 684,300 000000000000000000060de6c81a1cbd807106681318493eb2ce3e6020d3f3ad 1,825 1.00/1.00 vMB 92
684,299 684,299 00000000000000000001d3f6f881b8c3f00adb7280219be00bd3683542f8200f 1,106 1.00/1.00 vMB 91
684,298 684,298 000000000000000000037ad77de6999accc5f7660a8b60924b0bce512fbee3a3 2,087 1.00/1.00 vMB 118
684,297 684,297 000000000000000000091e1d9d8ae17502bd343162d041953d0496ca5c763fd3 1,111 1.00/1.00 vMB 116
684,296 684,296 00000000000000000009e9f15783a7c8569f60e178f38ae5a5f13cf86a1583b2 2,211 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.