Loading Tool

Explorer IconExplorer

Memory Pool

74,449 transactions
27.48 vMB
0.07122043 BTC
Random Selection Loading Transactions
Max Size: 167.77/200 MB

Candidate Block

Mining Attempt 649a305fe609a37f607a68220f03b8e20a3a60d1310fd4ec8dd3c1348496e1f3
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root f8bbda6f85b4c4713fca41c7ba59e8e9cd9d4b690f17f442fc587e4b2c7df4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.01248602 BTC
Feerates: 301.57 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (433,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,362 481,362 000000000000000000e0ce7726b34d8dd13d3d144f63811110212dea51db5a64 2,262 1.00/1.00 vMB 168
481,361 481,361 0000000000000000008f6f2722c0f8f813dd074012b5ff55667bb8dad602696f 725 1.00/1.00 vMB 68
481,360 481,360 0000000000000000009d647e9915ee01d3a9cf055f6834ec62c699b01574fc63 2,097 1.00/1.00 vMB 124
481,359 481,359 000000000000000000e7475065255cf4d2ac2ffd427768b7cf29cb34c2714142 834 1.00/1.00 vMB 69
481,358 481,358 0000000000000000009e8486b155375e6a1cfeb609ca298e799e995dea704f73 470 1.00/1.00 vMB 106
481,357 481,357 00000000000000000071da4bb1b9a327259588b291853c4d6babe98021bacb1d 1,243 1.00/1.00 vMB 101
481,356 481,356 0000000000000000010e78b5da4e76c50de99cbf48eb70bb7211c898dbfeca45 1,230 1.00/1.00 vMB 63
481,355 481,355 00000000000000000027d4e76c40697343283ff23f9eecf98dccbfc443b11a70 812 1.00/1.00 vMB 60
481,354 481,354 0000000000000000012a4b407d6615cf8c1b5eedfb56d452bce7940e77facea2 998 1.00/1.00 vMB 31
481,353 481,353 000000000000000000172d0d245555238a541889d73307621299131897d3c01b 2,126 1.00/1.00 vMB 78
481,352 481,352 000000000000000000b1ad32654cb1a2000c9f9b192e0c9ec6ddb3000d215c79 1,756 0.99/1.00 vMB 225
481,351 481,351 000000000000000000d0c4511f101509543bea27235200414abc59a47fa22d14 1,843 1.00/1.00 vMB 184
481,350 481,350 000000000000000000352d03e6b5bbf6966c24a18d77e6b3d6a332c6461fcf3e 1,888 1.00/1.00 vMB 170
481,349 481,349 0000000000000000002c52ca032c22a4826594c6a2bea9b361b8ec8bda5804ea 2,024 1.00/1.00 vMB 301
481,348 481,348 0000000000000000005b98502e1a513501e23f9104dfd097ed4716c693b6b6ff 2,116 1.00/1.00 vMB 220
481,347 481,347 000000000000000000d0372ba4ab28657a97caecbcb3a4dd3804f63bce93704c 1,818 1.00/1.00 vMB 342
481,346 481,346 000000000000000000c1d13ed76c32fd8f1cb540b4701420528212d2f6e9fc28 2,257 1.00/1.00 vMB 268
481,345 481,345 000000000000000000773c0016403e6cce7366668b22322783fe92523c8ded3d 2,379 1.00/1.00 vMB 231
481,344 481,344 000000000000000000904067bba2b9bccac4abb31f5bfeb5fcb7521bde91b75e 726 1.00/1.00 vMB 31
481,343 481,343 00000000000000000120c322419feaff68b548920100bde8d59c9a3132e638ce 1,073 1.00/1.00 vMB 54
481,342 481,342 0000000000000000010f9756cea06297239c0ec04f0f945732ea8af0197c047b 910 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.13 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.