Loading Tool

Explorer IconExplorer

Memory Pool

82,104 transactions
30.47 vMB
0.12608552 BTC
Random Selection Loading Transactions
Max Size: 183.83/200 MB

Candidate Block

Mining Attempt 15a8db90a513ea5b8f6e971acde8a4007cf97b8f4361f7b4707566225096829d
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root c45389b6836de7607aa2133099f14971b08ab989bcaae56d8cb77c1ae1b329d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,328
Size: 1.00 vMB
Total Fees: 0.04768908 BTC
Feerates: 502.62 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (228,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,966 686,966 00000000000000000007ff42c283f968aec6971b6bc1413d0ec8e73ac36f15c1 2,422 1.00/1.00 vMB 35
686,965 686,965 0000000000000000000186f7e2d12d465e99e9b8fad3d3d7aa83461e15d83a13 3,101 1.00/1.00 vMB 50
686,964 686,964 000000000000000000068460075048ba65c713a0b0cbdc55a82374ede0a38925 2,499 1.00/1.00 vMB 42
686,963 686,963 0000000000000000000c5721e5aa189a3dc6ea80dcadb30a524bc1ce8946b103 1,784 1.00/1.00 vMB 35
686,962 686,962 0000000000000000000d4c624cef9ee315cc395a0cc16e61364567d3ab874d8b 1,913 1.00/1.00 vMB 41
686,961 686,961 0000000000000000000ce5d3fc2bb1667a140461b749a485a8132de26727594d 2,233 1.00/1.00 vMB 43
686,960 686,960 00000000000000000001bbda5e242a43a344df8459bf182a10b14bd10bddeb28 2,196 1.00/1.00 vMB 29
686,959 686,959 000000000000000000061f67e0b7bf8ae755d8e71a808f8665229576a713ed59 1,632 1.00/1.00 vMB 28
686,958 686,958 000000000000000000050d282b80d0a3b7334c35283a6752e3bb8d55da7b93ae 3,093 1.00/1.00 vMB 25
686,957 686,957 0000000000000000000d4e51a8cee49582113a97d8593b6fbe251de3d97058bc 2,642 1.00/1.00 vMB 83
686,956 686,956 0000000000000000000c28aea6e8c073e44e249460e8e16cfc4a46f3b47d536b 2,413 1.00/1.00 vMB 41
686,955 686,955 00000000000000000008a723f9d9585151725088f2a149e4cca3c5ef1fa93f93 2,473 1.00/1.00 vMB 25
686,954 686,954 000000000000000000071bf5e4ec6e934297c33c4ba65858b37ca614f0f0d02f 3,002 1.00/1.00 vMB 55
686,953 686,953 000000000000000000080cc70e718cdc062012b4276aa6950e72aca4cfbfbe81 2,454 1.00/1.00 vMB 98
686,952 686,952 0000000000000000000432e1ef4282f9bd1525a48aa3cf64a5bb8bf20ed0367e 2,799 1.00/1.00 vMB 25
686,951 686,951 000000000000000000093e80700d279a08967303edc5c76b14f386726ecec239 2,972 1.00/1.00 vMB 55
686,950 686,950 00000000000000000008fe2fcb40df6ddbfe379523947bce3ee4d94678f64729 1,941 1.00/1.00 vMB 73
686,949 686,949 0000000000000000000a172f5a99c127c081d58931718a4f579ad3a106a4f563 2,908 1.00/1.00 vMB 9
686,948 686,948 0000000000000000000a6995159a3e122f31a7d13b8839ed5fc3d63ebbe7b22c 2,279 1.00/1.00 vMB 27
686,947 686,947 00000000000000000001875f5d3aa377bf87953dd987d2c81e3c397438f82f51 2,657 1.00/1.00 vMB 24
686,946 686,946 000000000000000000052ce6f5cab3056710e79574fcb25a54c12141c9873a8c 2,548 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.