Loading Tool

Explorer IconExplorer

Memory Pool

84,950 transactions
31.63 vMB
0.09996969 BTC
Random Selection Loading Transactions
Max Size: 193.01/200 MB

Candidate Block

Mining Attempt 33ff6ee66f811aacf4a931f996677657dd940d55b610be7229cbb235c4a3adc6
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 9d688686e264877c9fafc4cd43c2e447ca984f9f09b65fc84676f67c06e7d6e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,560
Size: 1.00 vMB
Total Fees: 0.02607264 BTC
Feerates: 150.77 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (115,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,970 799,970 00000000000000000000e848d0d6e249e52b2911bed0792a56289c7c602a0f56 2,573 1.00/1.00 vMB 17
799,969 799,969 00000000000000000003cd35d74e4693a6ce3c881ba31e32d15d75a8fc9a70b9 2,494 1.00/1.00 vMB 23
799,968 799,968 000000000000000000041483970b61a5ac2d614dd86ba1385d0e6850f4eeea50 2,018 1.00/1.00 vMB 15
799,967 799,967 00000000000000000002ad1bfa617b292433bb8830850e5b86cffcd25d9221ec 2,789 1.00/1.00 vMB 24
799,966 799,966 00000000000000000004f49609322ac84ef2923ff34379af6188006d796abd4d 3,096 1.00/1.00 vMB 32
799,965 799,965 0000000000000000000536771d137e517e5c849b0c3f8a203283989a1ca90d32 2,377 1.00/1.00 vMB 29
799,964 799,964 000000000000000000022bbee624944244f2ba05f5d88b6c3ff02cc2531ab779 2,735 1.00/1.00 vMB 39
799,963 799,963 00000000000000000002b283b841aacd909867202393cddabde62dd83b070d25 5,241 1.00/1.00 vMB 9
799,962 799,962 00000000000000000001b89c75c761f8c2f3e6eda1f4068f8f772012867dafbd 3,012 1.00/1.00 vMB 16
799,961 799,961 000000000000000000019642e96835614c0c21d3cbf205977c43c561b9ba9294 3,316 1.00/1.00 vMB 34
799,960 799,960 00000000000000000002384dfefe8038c66f89d4441be8a492eb9f126c9c0552 5,260 1.00/1.00 vMB 11
799,959 799,959 000000000000000000027ffdcf8e4716a54b9761bbc3be8819633115f2a53a27 6,052 1.00/1.00 vMB 7
799,958 799,958 00000000000000000001d416036f16659d9708b3e3e9e61cb37e8ae9ea782cf1 6,633 1.00/1.00 vMB 6
799,957 799,957 00000000000000000002643b189c98f4b99b4128dfac3eec37f69b4bd4fde5e6 3,846 1.00/1.00 vMB 7
799,956 799,956 00000000000000000001ae4e1fc756d6cbb2ecf36a775cda1a68143ff9da2d2e 1,792 1.00/1.00 vMB 15
799,955 799,955 00000000000000000000045c091a94fcabd1a3c66b5839af421dff1dcd234ebf 3,173 1.00/1.00 vMB 22
799,954 799,954 0000000000000000000211a1724945955b5f16d9861850d1dd753788bee3d955 4,228 1.00/1.00 vMB 10
799,953 799,953 00000000000000000000b4ac7745d09f1efaf721f5fdaa2cd8cf64cbe2854cce 4,964 1.00/1.00 vMB 11
799,952 799,952 00000000000000000001e17e02371f10be2fc490ca07d4778ee66f7388a4b2f7 3,562 1.00/1.00 vMB 16
799,951 799,951 00000000000000000005306fcfdf8960a256cd00eac5f674fb3dcd70c97c4730 3,512 1.00/1.00 vMB 6
799,950 799,950 00000000000000000003c0b956bb52c97ad1e98030dfe4218b9347066de2a9d4 2,382 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.