Loading Tool

Explorer IconExplorer

Memory Pool

67,761 transactions
25.81 vMB
0.06002179 BTC
Random Selection Loading Transactions
Max Size: 155.61/200 MB

Candidate Block

Mining Attempt f2e0e954a9ff6bca32e3859efdf6911756fc89627b0ecefbcb29fc025292a896
Version 20000000
Previous Block 000000000000000000012bcb1b2e80b6a64226a9b1bd5f2b49913884a73b7425
Merkle Root 05933d2e8c252e549b7fe10cba07884d458271f00e81d3dee49bd181ac426d0a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 893
Size: 1.00 vMB
Total Fees: 0.00545905 BTC
Feerates: 40.21 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,499 (556,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,445 359,445 00000000000000000d825d279105143a49140ae4d30816f6543caad660d40925 1,101 0.54/1.00 vMB 27
359,444 359,444 0000000000000000053ad7157cc6ea4851e32d3a67ac9c90a7bcbeb585e3a23a 229 0.09/1.00 vMB 31
359,443 359,443 00000000000000001629bcd8ac5eba9fa40d6fdd95ba8ed918d1b9f9f315bcc9 567 0.30/1.00 vMB 26
359,442 359,442 00000000000000000cf561c8ceade0e7ffeb8975995f96fe38bfb76533afbb61 640 0.34/1.00 vMB 26
359,441 359,441 000000000000000005a0f3e2f987d9ec4ee22c63e489270d6288f4240932d56f 1 0.00/1.00 vMB 0
359,440 359,440 00000000000000000814980585a62406d6b727e53e81c70923882e4e66ecfcab 1 0.00/1.00 vMB 0
359,439 359,439 00000000000000000a3779771d72d1b02c5ddcf9e70ab109a5827c30f9e15ff1 141 0.08/1.00 vMB 26
359,438 359,438 00000000000000001002ab0e4d137ae89d5142f39001456b2a1d4837046b3bd8 542 0.30/1.00 vMB 23
359,437 359,437 00000000000000000f5c0da03f4aedeefe266d906b0861d1102f52cba43a0057 130 0.07/1.00 vMB 24
359,436 359,436 0000000000000000065058e6b3934ee8e1ff5cfd5d425d74e7cafa542f87098e 569 0.35/1.00 vMB 21
359,435 359,435 000000000000000008bfd35d68825a2a5d004d038713f617f202fbef20da100b 170 0.10/1.00 vMB 24
359,434 359,434 000000000000000013d9b0b931927388b19dcaa2398efa4b7dce663ce1a21bf9 640 0.41/1.00 vMB 22
359,433 359,433 00000000000000000fef564b8f07580f6b23147089bf6860c28e7f5a7135a4e0 501 0.31/1.00 vMB 15
359,432 359,432 000000000000000015638328c75f553479b99630f8c2b4f92e777205fc1db9b2 192 0.14/1.00 vMB 8
359,431 359,431 000000000000000003889e5c5836be6a87c77b83001fdbdd3baa2fce6ff2c98f 821 0.60/1.00 vMB 20
359,430 359,430 00000000000000000d4210e864ec49bc39fcd5344f19d4e2a3238b6e8bfb8c99 1,179 0.75/1.00 vMB 78
359,429 359,429 00000000000000000dc191681af33919e096b0a6dc5ad4517a15895910fc3a60 1,023 0.75/1.00 vMB 20
359,428 359,428 00000000000000001150ee73ef25c8c72b87a8fe7bbbd8861233d6e848cd0739 2,360 0.90/1.00 vMB 37
359,427 359,427 00000000000000000273cd91c8936f10a179a7c8ce0bce702b43c7424c8ba597 1,404 0.66/1.00 vMB 28
359,426 359,426 00000000000000000278e9ed024ab246a5e438230a1cca2f0e3f64ae4badd403 1,458 0.68/1.00 vMB 27
359,425 359,425 000000000000000011a6df27eb374f2ca67cf0d0593413584c33fbce6c1208a7 1,276 0.92/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.26 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: 763.30 GB
    • Received: 19.18 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.