Loading Tool

Explorer IconExplorer

Memory Pool

78,059 transactions
28.95 vMB
0.07839301 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt 365ed51835120905128d9a50c433cdb140a7407b88daf25ac3eed83a8d4f5623
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9e472b6dd9bb6fd2929b8079d0ed1f90f7a880627da85c67286d94a31f29d62c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01803266 BTC
Feerates: 100.81 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (460,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,714 454,714 0000000000000000026beb1cd512525172a890bab4751781341a4af15fec15e1 2,641 1.00/1.00 vMB 44
454,713 454,713 000000000000000000207a5d7af418834dedc9c9cf2d53df42b1d5720b7ec7f9 1,785 1.00/1.00 vMB 58
454,712 454,712 0000000000000000008f1e125ef0919aabb964a73ab25bdc56df8679589ef9b0 1,557 1.00/1.00 vMB 146
454,711 454,711 000000000000000001ade37c9c88c20292d6f74fda69e978c4b4e6a79aed0c55 1,230 1.00/1.00 vMB 53
454,710 454,710 000000000000000001410b9d9c9020528896b7783920000b98a67b26ca3067f3 2,238 1.00/1.00 vMB 95
454,709 454,709 0000000000000000013272e34854c5ee8945cfe282a121e88c652f6fabecce47 2,372 1.00/1.00 vMB 140
454,708 454,708 000000000000000002560c80a1acd8697462a808502e766d8157a15689c45700 2,764 1.00/1.00 vMB 161
454,707 454,707 00000000000000000171310351a26a49795db7e885d4092cecf93b60087b9742 1,228 1.00/1.00 vMB 43
454,706 454,706 000000000000000000f3d3dd818ecb7d5a3f8edb54dd28a9b446f036050c1178 1,530 1.00/1.00 vMB 69
454,705 454,705 000000000000000001890712b833244f8b95a75603bcbfb1c23171bddd2ca781 2,241 1.00/1.00 vMB 106
454,704 454,704 0000000000000000014dec5330d9b4c8f6aa9d4c3611dd3092d51e8d7ec6cfa2 1,344 1.00/1.00 vMB 64
454,703 454,703 000000000000000000300323debbe16ae379d75e78e1a5beafa119400e506fc1 1,886 1.00/1.00 vMB 67
454,702 454,702 000000000000000001b7f5df2c41d12717987739cf1bb2f61d318c5e869970cd 1,010 0.86/1.00 vMB 66
454,701 454,701 000000000000000001c6eed167cfa4ea0d7301228de1a707374ebdbe2a3f0776 2,000 1.00/1.00 vMB 66
454,700 454,700 0000000000000000012c9520a64974dd65ce7bf08eddab6a53bba9fd30979d3c 1,968 1.00/1.00 vMB 84
454,699 454,699 0000000000000000019eb93c9ba3de70766e160f0bfa0209a6692f6f662f8e16 2,662 1.00/1.00 vMB 140
454,698 454,698 00000000000000000126f5331b58e9ca5796223372f5d560c7d0a48a2d4fbd8a 2,136 1.00/1.00 vMB 100
454,697 454,697 000000000000000000f6617113217dce7a5b18075ba6b056c7f43c50a02854b0 986 1.00/1.00 vMB 53
454,696 454,696 000000000000000000d8557422473ee1fb76beac42a9ec69fafb9ed73d82bae2 1,656 0.93/1.00 vMB 84
454,695 454,695 000000000000000000f365a2d8833376bfbb396ba71799cdf549d9c6e839d090 2,081 1.00/1.00 vMB 88
454,694 454,694 000000000000000000a3df0ce51187058b59db88757025a0998debee08530674 869 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.