Loading Tool

Explorer IconExplorer

Memory Pool

80,450 transactions
30.18 vMB
0.07422907 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt 0bd439834781c63fc7122c1bb093b5931bcc240476a60676388d2c037b286969
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 06334d749a8cfe71e5c76b31d4cc1b7e2ecc8cd3e78f51415a2f101f8a7f875e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.00699410 BTC
Feerates: 40.21 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (527,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,038 388,038 000000000000000004e884a5765131e30c6532ec1143f957d58c9bd6c9957bf8 823 0.99/1.00 vMB 18
388,037 388,037 00000000000000000a226f752e8463d1c293a4f21094fd47a73271cad498e381 2,419 1.00/1.00 vMB 40
388,036 388,036 0000000000000000018537def422358f5a1e582d2d2898242271b2b2994349db 377 0.19/1.00 vMB 34
388,035 388,035 00000000000000000b1c99fbf10f15c5748003381e744252b2e72f9e378a1e0d 2,049 0.69/1.00 vMB 48
388,034 388,034 000000000000000000bd078ac436b4a11221d351fd203dde26d50d2107b142a7 782 1.00/1.00 vMB 17
388,033 388,033 0000000000000000018e861ac6452a76741b96c75aa336a92b22f6097d3d88cb 712 1.00/1.00 vMB 18
388,032 388,032 000000000000000008e94a4b42d2cac8785959a234b05eb2e2d198833f8468d6 1 0.00/1.00 vMB 0
388,031 388,031 00000000000000000a69576c4d88d8312f014e2c6943cd9a0b5c603ee8cfe2cd 670 0.75/1.00 vMB 21
388,030 388,030 000000000000000006af34151e42101650d3ddbe9a24b2acc3e8fc65779dbfdc 1,567 1.00/1.00 vMB 31
388,029 388,029 000000000000000001d60d0aa2309d00c4c24c467479bdf1c2635858b753581f 568 0.75/1.00 vMB 19
388,028 388,028 000000000000000003ef7300d7e7c4476e4ff869049a524f31c0e72bc45cae40 898 0.75/1.00 vMB 20
388,027 388,027 00000000000000000bbd878ea55df2b5abac82deb52b619c316e28404bfddfe2 1,159 1.00/1.00 vMB 21
388,026 388,026 000000000000000001cd1d3f250e4937e550b301cd5e1e83a868e0701bf9cf19 1,368 0.51/1.00 vMB 45
388,025 388,025 0000000000000000088308d32d7f7ec366a9fca35b000941a35065d5e2b74b6c 1,144 0.75/1.00 vMB 25
388,024 388,024 00000000000000000b9f6e18b848e91bf5258d775281eab39a4b66253333471c 378 0.50/1.00 vMB 12
388,023 388,023 00000000000000000d999b2bcb20e3239e48935f060efd259ac2e87bb6a97c7b 1,731 1.00/1.00 vMB 30
388,022 388,022 000000000000000007c15c034a7e2b7627a9ad83f7975cb2c315cdeb0cb8a643 2,161 0.75/1.00 vMB 44
388,021 388,021 0000000000000000096755e62c9d783ecdda4eca91a75b4f35ab53dde7598732 486 0.19/1.00 vMB 37
388,020 388,020 00000000000000000d10533c68492f1ad9f549bbdaadf4f2ba61137d82c9bdb6 1,596 0.75/1.00 vMB 36
388,019 388,019 000000000000000004d3e4e1cf2c600988a2c526447e34409d86b9135e1b1361 2,488 1.00/1.00 vMB 36
388,018 388,018 00000000000000000aa624293a3568fcff05a5a273197a8ed93c34c7476be201 331 0.20/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.