Loading Tool

Explorer IconExplorer

Memory Pool

86,758 transactions
31.55 vMB
0.21241596 BTC
Random Selection Loading Transactions
Max Size: 191.48/200 MB

Candidate Block

Mining Attempt 0a18865e99f4d60f26089680600fcd2672cc267370fa74eeea9cd89a8b67b8d7
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec2bacd14639d8eed4dc9b42e66746ca41d2948210dd61f3712d613c0bd5d955
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.10723763 BTC
Feerates: 502.67 > 10.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (139,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,095 776,095 000000000000000000009fb2de2e5989dcc556398560a9d9790a26c790a7582c 1,489 1.00/1.00 vMB 24
776,094 776,094 0000000000000000000215d193d9c9e2f5a72214e58258aeabdac48afeb4818e 1,301 1.00/1.00 vMB 18
776,093 776,093 0000000000000000000497e0d0ebe3ce1a4c764d8244d0eda18ea02b05a8a703 1,682 1.00/1.00 vMB 10
776,092 776,092 000000000000000000002857df653fd2d35435e105f0bc9301f4634d694325a9 388 1.00/1.00 vMB 6
776,091 776,091 00000000000000000006387a10e6baa88709aa1f2db0ab3a4b857d9784f1a524 2,505 1.00/1.00 vMB 19
776,090 776,090 000000000000000000024d43baa905842c8c2c1807b8c2e036fabfb948f83621 1,290 1.00/1.00 vMB 10
776,089 776,089 00000000000000000000168cca2e1b665f5b3468b0f91e7858333029a0bbb1ed 3,670 1.00/1.00 vMB 27
776,088 776,088 00000000000000000003555919a785e62f6ebae411c6e478cee549158c070ced 765 1.00/1.00 vMB 5
776,087 776,087 00000000000000000006d4f39541c128a9448aa7a46cf7148e2709cd7999bcec 1,403 1.00/1.00 vMB 6
776,086 776,086 00000000000000000005729fb272e669f78a02c7fb33814d0bcb4435cf7242d3 1,473 1.00/1.00 vMB 10
776,085 776,085 000000000000000000004f6ca76d7e1cf3c747a8d2b429b42760c32ad33fa67e 677 1.00/1.00 vMB 4
776,084 776,084 000000000000000000035b217996cc2fd492337cc79519424fcd0dce8fbee034 2,562 1.00/1.00 vMB 11
776,083 776,083 000000000000000000063a92992b40d24b6d96865875e71a31df3e572ef42b3c 1,938 1.00/1.00 vMB 14
776,082 776,082 000000000000000000046df0f8bafa8f2004fc6486dfd7e997dcdf829469f15d 3,365 1.00/1.00 vMB 19
776,081 776,081 00000000000000000006b23c3cc0fa23ec31a80b05c968940ca7f07320f08364 3,632 1.00/1.00 vMB 33
776,080 776,080 00000000000000000005928786e296a12a70d6fcc4a9050d160be53732b01c10 3,393 1.00/1.00 vMB 28
776,079 776,079 000000000000000000046862890df6cb9bc2122ea8b6473b4fa7adeb9e4473b5 2,701 1.00/1.00 vMB 15
776,078 776,078 00000000000000000006c0fb30fd35660a6e80f74afbd73e9f297373f6415df4 1,872 1.00/1.00 vMB 10
776,077 776,077 000000000000000000069d9939940c71fdf881eaa9f9d9a74b5b0fa33fb7d1ad 1,652 1.00/1.00 vMB 10
776,076 776,076 00000000000000000002dff6d0a6bf5452686e108a404f3119b77e0e7e2d2d13 1,823 1.00/1.00 vMB 15
776,075 776,075 0000000000000000000556502fe5d11989dbd8f0e97135ac3c6e94f95a7adeb4 1,504 1.00/1.00 vMB 12
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.94 GB
    • Received: 16.08 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.