Loading Tool

Explorer IconExplorer

Memory Pool

79,319 transactions
29.33 vMB
0.07293594 BTC
Random Selection Loading Transactions
Max Size: 176.01/200 MB

Candidate Block

Mining Attempt 5da9215be4aa42f3d6f5e703f78a7a9a0c8e2e5de1d12c3e57bf345b11f6ebe6
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 41b02bb7585f149c40593bf446389bcbaab9af8e8f3b17ba966f03f88784383f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01334217 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (656,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,396 258,396 00000000000000106a5104a43beb13fba725ab3a70dcf4adb7f54d085b5bee6e 669 0.25/1.00 vMB 114
258,395 258,395 000000000000000d9290c80e8815806f9c90bc358dbe15a65dd8b94a82fbd368 226 0.11/1.00 vMB 84
258,394 258,394 000000000000000c41dcbf21b0aa0daa23ccd6f07258101e76221b77b6a119b9 296 0.12/1.00 vMB 537
258,393 258,393 00000000000000197131ea6fe552f066179e3bac522bb46a879fc6ceac3885bb 114 0.06/1.00 vMB 1,782
258,392 258,392 0000000000000011dcfa6881b7dabfbfd9ebde7992ee19105ab29865f2f9ede4 199 0.07/1.00 vMB 769
258,391 258,391 0000000000000003c5a6d9f723820450118e4e41a45b140466425bd6187c8785 115 0.05/1.00 vMB 70
258,390 258,390 00000000000000046bff5f0e78fb842de6c0e3b62e134274498969a5cced61f5 126 0.06/1.00 vMB 71
258,389 258,389 000000000000000126f3fe00139ea04aef9f94890928c9c8dc986bdbfa142d11 556 0.22/1.00 vMB 170
258,388 258,388 0000000000000013c3254dd395bc4de91e8f7f50da8381f621015c60697712bb 446 0.17/1.00 vMB 108
258,387 258,387 0000000000000016c7a29478e9e07464c22b30ada4435f8d4f7392bc24deab87 650 0.25/1.00 vMB 105
258,386 258,386 0000000000000006165b4070ac05cd8f72c60ebbfeb5b0fa1b91f7b81f73113d 705 0.31/1.00 vMB 95
258,385 258,385 00000000000000236a534ac3ca3044ab08d56caea3f2346db043374edfc234a6 581 0.25/1.00 vMB 37
258,384 258,384 000000000000000004fb67cf6c48cbe676837f65d339f1b1abca63c7eb01172c 1,230 0.50/1.00 vMB 1,328
258,383 258,383 00000000000000073f0c08766614428fc269fe879063e9ad7f7e687ba90a8861 512 0.18/1.00 vMB 1,093
258,382 258,382 0000000000000003fd5abde4eda7241c451b5f8d59b50af3c1361866ede76c02 116 0.12/1.00 vMB 17
258,381 258,381 0000000000000001729320b607c329faeb49dd589ef04f733abb408ccadbbb0a 1,350 0.50/1.00 vMB 597
258,380 258,380 000000000000001bef9fded5ec8e3a5ed2091cb5ec4824d0db2e68f89f9fea61 595 0.25/1.00 vMB 139
258,379 258,379 0000000000000002583b9ab8e9674a5302a1c1b897b154675325a72bae27f484 512 0.20/1.00 vMB 404
258,378 258,378 000000000000001c277039dff3fa2a16fc3e5fb8dabc5857e2e7a5d331928acd 850 0.34/1.00 vMB 119
258,377 258,377 000000000000001e635bffe03f35c8947f417780fda4066d156d1256c0e33c3b 232 0.08/1.00 vMB 115
258,376 258,376 000000000000000f1b62dd8cb1b733e88eeea874e80d0acad898c586216c3afa 185 0.11/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.