Loading Tool

Explorer IconExplorer

Memory Pool

44,032 transactions
26.51 vMB
0.06046802 BTC
Random Selection Loading Transactions
Max Size: 139.87/200 MB

Candidate Block

Mining Attempt e81eb7157cf837a9a15161f247d1390321669de8302e3acd23034b5c7e9b2680
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 8fd46685d7dd3c0be369351a471fb62fd0982d17bf0c8a10f6e633b6ab075187
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,664
Size: 1.00 vMB
Total Fees: 0.01165531 BTC
Feerates: 73.20 > 1.17 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (252,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,136 662,136 00000000000000000003f26b64300f3ba0d1f6f7ded01f38475bd4b97215c18b 1,633 1.00/1.00 vMB 32
662,135 662,135 0000000000000000000d2c22edb37f1999056b45b2a989a352ee778f67d8db77 2,216 1.00/1.00 vMB 14
662,134 662,134 0000000000000000000d043286bd35fe87da207790e29b3581a94d5c268e9009 1,354 1.00/1.00 vMB 39
662,133 662,133 0000000000000000000bf7a999b07242453ff8d86f8bd7ce679e59752eb0a1cc 1,882 1.00/1.00 vMB 25
662,132 662,132 0000000000000000000ca5c7397451ec0fe4042b7cb0edab4aab3369a8bd0791 2,451 1.00/1.00 vMB 66
662,131 662,131 00000000000000000007231333e261b9ad81339b20ff8fe8808b25e8e5f03e9a 1,319 1.00/1.00 vMB 63
662,130 662,130 000000000000000000062b9480de121b48a6a5e6c87a18ad989ffcff841e1387 2,695 1.00/1.00 vMB 88
662,129 662,129 00000000000000000009bb3dd5d45cab84166004dd74a1124e5e9e531f3bd045 1,820 1.00/1.00 vMB 38
662,128 662,128 0000000000000000000ed2473c991d56f8108f0ad02beb03dad9d21cf6eb0952 1,766 1.00/1.00 vMB 14
662,127 662,127 00000000000000000006ad32e1725b74e5a58ad89154b483f48cc9df8d365bce 1,411 1.00/1.00 vMB 45
662,126 662,126 000000000000000000009d1ec8121b01c8340874075c555220abe2595253b530 1,610 1.00/1.00 vMB 42
662,125 662,125 0000000000000000000117741370423b4c3040f6440c0047a0071747d77902a1 2,015 1.00/1.00 vMB 52
662,124 662,124 0000000000000000000753f676b35f4515a5ba7cb80ca55c3e3817fa9e407a73 2,012 1.00/1.00 vMB 48
662,123 662,123 00000000000000000001f1d5bfaec3df5d3ca2c762cf5600d497a9034ce45871 2,247 1.00/1.00 vMB 85
662,122 662,122 0000000000000000000de0ed2bcbdc27d757f95d37c3f345193b00589b1dbc31 2,131 1.00/1.00 vMB 39
662,121 662,121 00000000000000000008a52de004c387302fe53d351be7fa0015427d7c59604e 1,710 1.00/1.00 vMB 39
662,120 662,120 000000000000000000096037bbb62f5c2b323a1e6557d656f72791cff4ddf086 3,154 1.00/1.00 vMB 98
662,119 662,119 00000000000000000008a2ac369ce126dd79a05e799eed2ad7e73ed32da14819 3,008 1.00/1.00 vMB 44
662,118 662,118 0000000000000000000a024719a6cb4c6bbe486023ca6de4da16236e926e20e3 2,280 1.00/1.00 vMB 61
662,117 662,117 00000000000000000005524643b872040a225c255e2816f71f73597233be7b06 1,642 1.00/1.00 vMB 76
662,116 662,116 00000000000000000000e93ad8394ae88e000a9c24d6e617b7129059430b5324 2,555 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.00 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: 648.89 GB
    • Received: 13.09 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.