Loading Tool

Explorer IconExplorer

Memory Pool

41,638 transactions
28.62 vMB
0.07876424 BTC
Random Selection Loading Transactions
Max Size: 146.11/200 MB

Candidate Block

Mining Attempt 9ecd633cfb5af6c7d270f6455ef652dc78a36bc9853dbd069d663707f906415a
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root a4a48c3ec605f3db33924f3912e771cdf6b9a59961c0c71c01a06b06cc8d0b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.02329691 BTC
Feerates: 88.27 > 2.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (411,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,157 503,157 00000000000000000076e9f85bb5e9bc47609f21236cf17402a78b435cc537c5 2,363 1.00/1.00 vMB 492
503,156 503,156 00000000000000000008a484319cd8d01c3d14f7440eb289833f9a2151d92478 1,852 1.00/1.00 vMB 218
503,155 503,155 000000000000000000614b134712f0fd40a9cbb8d430f64f40d43c71ad6cdf7e 2,017 1.00/1.00 vMB 283
503,154 503,154 0000000000000000005c7e196bcdc382e9c45e6fc1cd7218af813fd11d915945 1,853 1.00/1.00 vMB 303
503,153 503,153 000000000000000000105c473c762be6c8cdae2e9beed8927f0d48fdbcb59bd8 1,858 1.00/1.00 vMB 436
503,152 503,152 000000000000000000716ab29ecde934119f789c357f5acf7916615332f2161f 2,035 1.00/1.00 vMB 408
503,151 503,151 0000000000000000007e80821310d70873757045d2b8f20b7e75a2dda0c7d129 2,703 1.00/1.00 vMB 520
503,150 503,150 0000000000000000008b20de1514c5eeaa563a0f7d40d02cfeabc4484225e029 2,201 1.00/1.00 vMB 438
503,149 503,149 0000000000000000008e73d08889e23baee398bffc0b671597977e053179a4df 2,322 1.00/1.00 vMB 506
503,148 503,148 00000000000000000003868b96baa7b32ad7ba0fcfad23ebc2dfab3133cd1387 2,331 1.00/1.00 vMB 439
503,147 503,147 00000000000000000008ed3583c6fbb67e6825bc8bd82207e747eb58b32ede05 2,731 1.00/1.00 vMB 528
503,146 503,146 000000000000000000168b124f4d2c8014d07c28001a11dd08de99a6f25950a3 2,430 1.00/1.00 vMB 230
503,145 503,145 000000000000000000397f5f27a28a8e5ca39b03f0e1f02a3d0e8f1e2692c55a 2,061 1.00/1.00 vMB 490
503,144 503,144 00000000000000000011320961178614544faca634533d320106b7f74087744a 2,141 1.00/1.00 vMB 393
503,143 503,143 000000000000000000423635763cffc2276cb92c1313e3deff669109af312b4c 2,007 1.00/1.00 vMB 374
503,142 503,142 0000000000000000008a2fc2c1e27d655551442a902cd99051d6bbf2454137f2 2,534 1.00/1.00 vMB 523
503,141 503,141 00000000000000000005dabc4e2efed0552e8569d7239ce28509750a03be2cd0 2,490 1.00/1.00 vMB 427
503,140 503,140 000000000000000000600f2debf016a93ebabcec6f434fe13084b1384b866418 2,439 1.00/1.00 vMB 515
503,139 503,139 00000000000000000059b4a19bd5edba8ba1212f97aabb9739258ff487ff587a 1,961 1.00/1.00 vMB 406
503,138 503,138 00000000000000000079ad2ab55254d7c229bfc6cc44e927a077b348dcd66674 2,523 1.00/1.00 vMB 481
503,137 503,137 0000000000000000004d1ce66e0d3423fab9f41d8aa8416e3a235a349dcf2128 2,660 1.00/1.00 vMB 506
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.