Loading Tool

Explorer IconExplorer

Memory Pool

78,488 transactions
29.14 vMB
0.08252754 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt 8c412777c98e33e495a8e9ea4565f5264f55fca28c6b2d9c38ea62c23ec7afc5
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root b5bfaff2a67e0b83a2110025b60dcbb809f3e44b89e088dd8be1b71ad2d5c690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02153281 BTC
Feerates: 178.73 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (761,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,236 153,236 0000000000000cd84558f25514857bafaa012c61cf7b35abb817e0002e6e7d0a 42 0.01/1.00 vMB 262
153,235 153,235 00000000000003bca20c25f06f24718d14ee7e2d5988892f2b30f6e56904d775 42 0.01/1.00 vMB 0
153,234 153,234 0000000000000d9c2561dc2dc52ecf42214d69ecfdffd1bee4735a4018b248ed 83 0.03/1.00 vMB 72
153,233 153,233 00000000000007b9b5cb02102f319fd1b05b4af6bd9e66eccfda56377c1b5dba 32 0.01/1.00 vMB 48
153,232 153,232 00000000000000499d27fee1d5338d9d5886416e06c5c99e5547b6e2e78c9634 8 0.00/1.00 vMB 3,468
153,231 153,231 000000000000027f2b812baa2a43f768f8b69355ae50742554510b51d2b16874 14 0.00/1.00 vMB 59
153,230 153,230 00000000000007382a1a0707c7450d8b792d517f3c55bf661453f4e9ff1c40bb 120 0.04/1.00 vMB 33
153,229 153,229 000000000000028c03995548e32ec9c08634c47deaadded78bacdec08c4d25d5 157 0.05/1.00 vMB 9
153,228 153,228 00000000000007db54547742ec767f692010a2cc686c0d42c480c673a5f3c132 30 0.01/1.00 vMB 45
153,227 153,227 00000000000004c482bcb445601218bccb222e5703c5e5a52b46fce1227e9fcb 34 0.01/1.00 vMB 37
153,226 153,226 0000000000000773a176cfc9ee059b5c51be0bc5f486514f2725ade705a3ac00 7 0.00/1.00 vMB 710
153,225 153,225 00000000000002b24a44f306d1f3f1d1d2cee1a60e49166cbf47eafad438dac4 57 0.02/1.00 vMB 11
153,224 153,224 00000000000003271f099196cbf52033c19886b05d5ed37ee7dc4edea76247e8 76 0.04/1.00 vMB 65
153,223 153,223 0000000000000432a8cfc7397e75c0e4acc543a0a1b2b10a740c73ab47eeec2f 12 0.00/1.00 vMB 11
153,222 153,222 000000000000058b7a5dbc6f07ce8616b8bf876c245d3c84a87fd52df21855a1 114 0.06/1.00 vMB 93
153,221 153,221 0000000000000686c87b495fbb31c13c85d58bfc833d0447c8075fceb5df201c 22 0.01/1.00 vMB 11
153,220 153,220 00000000000006a175e7bfe7ab66e53e9c4920866300fd3f08222116d4761eb1 39 0.02/1.00 vMB 122
153,219 153,219 0000000000000384057533c013fa212d1ec47f3c44a961c03208fb89a6c63bda 18 0.01/1.00 vMB 59
153,218 153,218 00000000000009f285823f444758bd5cf6d4223fba42544aa10fb0ef1507554e 56 0.02/1.00 vMB 104
153,217 153,217 0000000000000d36287f5a5cd3ee69cb5241bae375bcaa393c1474eb260dc4e1 94 0.03/1.00 vMB 60
153,216 153,216 00000000000003f1a73e5afdbe072366db61a6937f5d42fac0a855871d09be24 28 0.02/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.68 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: 678.12 GB
    • Received: 16.44 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.