Loading Tool

Explorer IconExplorer

Memory Pool

86,539 transactions
32.13 vMB
0.13053354 BTC
Random Selection Loading Transactions
Max Size: 194.42/200 MB

Candidate Block

Mining Attempt d652cb95675bb9e39cea3ff86aa10bdb63be4d90b685b3852a19a10eba26b6aa
Version 20000000
Previous Block 00000000000000000001707a930fd9ef259bc17945e78e278099f3467b752fd0
Merkle Root 97f297c8df40b471b275dff07f8e474ab3c7dcacaaffba0a8030f3556eadd867
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,489
Size: 1.00 vMB
Total Fees: 0.04057781 BTC
Feerates: 198.70 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,955 (424,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,594 490,594 0000000000000000005102e4388e62bb9aa21572d6817b4dfc8be2f3ed0bae99 1,955 0.95/1.00 vMB 97
490,593 490,593 0000000000000000002853e7bec274b0c3f21b007ea51914f3ed6e26b063fa2e 2,234 1.00/1.00 vMB 148
490,592 490,592 000000000000000000a057a4dfcfd66141755e1f66f3aaba30fb370a28f80fb8 2,193 1.00/1.00 vMB 213
490,591 490,591 000000000000000000a4028e88196c242fb5e6b7a01f63538d5cc58bcc00bbce 2,187 1.00/1.00 vMB 109
490,590 490,590 00000000000000000092a382b8b754f0a849f65914b2ebdbde05943a7a06fde6 2,612 1.00/1.00 vMB 191
490,589 490,589 00000000000000000067a3af10caa7cddb5b9983639a95e0e5f2d8849da7d86c 1,961 0.88/1.00 vMB 126
490,588 490,588 000000000000000000c2cebb7c8890f36cb3cc5c398e5b4091b6a2dde6d98516 129 0.04/1.00 vMB 154
490,587 490,587 00000000000000000026ab49b71371e374b0f3d8791dec1cc011cc2815e22d2a 2,299 0.93/1.00 vMB 150
490,586 490,586 0000000000000000002cab17ab4f17f3839600f6ccdfe5ed16e3a0715df12061 2,630 1.00/1.00 vMB 90
490,585 490,585 0000000000000000005d03c5adc66c5d4199b208c4eda0592d887dc924bf9ea9 1,790 0.93/1.00 vMB 98
490,584 490,584 000000000000000000ccd9c2c47805febf6ba64864d7a762dfd3f556a9c835d3 2,064 1.00/1.00 vMB 193
490,583 490,583 0000000000000000001f3f75e2c35c7cf6f317f5152c86392bb14e3d4c1a60b9 1,807 1.00/1.00 vMB 34
490,582 490,582 00000000000000000058ba58128a0b2c6ddd7ca0b982fac7f70eb966a6d6c1a6 1,402 1.00/1.00 vMB 112
490,581 490,581 00000000000000000057d215ee99673ee786e9e62ad35c7ec72339a7eb75b160 3,024 1.00/1.00 vMB 102
490,580 490,580 00000000000000000037299f783c5477a4541d18aa6533ffd3af0d1e56638069 1,669 1.00/1.00 vMB 120
490,579 490,579 0000000000000000000a7d16111be35230381d27fb478e06ed1e8b013cc6ec18 2,117 1.00/1.00 vMB 141
490,578 490,578 000000000000000000baba241aa1b7865a5823617fd1e7ea489051c39bd1223d 1,811 0.89/1.00 vMB 156
490,577 490,577 000000000000000000c3c302d6e5cd5923144241e006dfee531e102884e6d170 2,131 1.00/1.00 vMB 170
490,576 490,576 0000000000000000002857d9881c5ab1292b55901bca046ea8203f177157fd24 2,154 1.00/1.00 vMB 220
490,575 490,575 0000000000000000006525a7761b0771289b4ea77c10de518b551389821d9d06 2,315 0.96/1.00 vMB 179
490,574 490,574 0000000000000000004bc9a138bb25f2dce1332b12fe426fd3d71405c46f644b 2,030 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.63 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.