Loading Tool

Explorer IconExplorer

Memory Pool

78,108 transactions
29.00 vMB
0.07386692 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt 52977f64dbd85cb2989ac5f343935e9535411a5e5f934e0dab14e9d2f8868545
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 84e3152dafe9d8a5d9926a08e3aa23b268e3d4ae65791b6885a0dc079857b1cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,298
Size: 1.00 vMB
Total Fees: 0.01337537 BTC
Feerates: 75.92 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (129,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,040 786,040 00000000000000000003b6d76f77046d1efa8df69e03ecb5f827722292c3409f 956 1.00/1.00 vMB 4
786,039 786,039 00000000000000000000b732c4a57033040952fb5ff697d18482f61e7c67bdab 1,315 1.00/1.00 vMB 2
786,038 786,038 00000000000000000001d7d318b7d50e59e0d6867b7cd70e049fcf7ec7986045 2,937 1.00/1.00 vMB 2
786,037 786,037 00000000000000000001961aa72467a4304634894b41fb8506488826c3c03a5c 2,325 1.00/1.00 vMB 10
786,036 786,036 00000000000000000000e5ba3ea34d7014fbe343d045fac70285b65e4fe56fed 2,626 1.00/1.00 vMB 9
786,035 786,035 000000000000000000038c9d1e553ae5eb6efa9ebdabe7458f96e75970a031f1 1,553 1.00/1.00 vMB 19
786,034 786,034 00000000000000000005687d98df6a4d28b8e416bc1da39fdde019dc4bab7e04 3,102 1.00/1.00 vMB 20
786,033 786,033 00000000000000000001b05d7bd12dba48beffedf18580fbf03e4c2f2d4a23b5 2,427 1.00/1.00 vMB 9
786,032 786,032 000000000000000000020f766b8876b438c9d3b3dc8edd0133c086041f0d29be 3,173 1.00/1.00 vMB 18
786,031 786,031 000000000000000000023f4831c83e08460004fd2fdb5bc387e17edae0aba67f 3,716 1.00/1.00 vMB 15
786,030 786,030 000000000000000000018a837643cdaaa6a3cc548a8915cfdab2053bc2cdff67 2,613 1.00/1.00 vMB 30
786,029 786,029 000000000000000000030a18a1ea4dadf7b6c72f2868d1bcc4545bca992f7d27 2,338 1.00/1.00 vMB 18
786,028 786,028 00000000000000000002fd00f699aa689d90e1682ca5dee3bd9bcadfa30e56ea 1,371 1.00/1.00 vMB 15
786,027 786,027 00000000000000000005ba751e1dad73e2fc592f115aab903fdd8fa1e029c279 1,760 1.00/1.00 vMB 22
786,026 786,026 00000000000000000003c055a74c940a24e633e77b07a8b30056ada1d0e1bee0 2,872 1.00/1.00 vMB 10
786,025 786,025 00000000000000000005d61409b385fad731408b6632182a1f60efdb41d986b3 3,226 1.00/1.00 vMB 24
786,024 786,024 00000000000000000003dd5249ad017fe2c0003d4754a881d843b5f0c007ae44 1,903 1.00/1.00 vMB 5
786,023 786,023 00000000000000000000eda2b2de971222fe1dc9e7b6054b98563a7609a99d4b 2,266 1.00/1.00 vMB 11
786,022 786,022 00000000000000000005880d390658441006efca65835c02b0654298c2543162 3,176 1.00/1.00 vMB 22
786,021 786,021 0000000000000000000559616dcea552db068660cddad59d257f50f39757131c 2,417 1.00/1.00 vMB 11
786,020 786,020 00000000000000000000e96b3882a4b22f096361eadaa67826656b8d8fb36c6f 2,736 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.57 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.07 GB
    • Received: 15.85 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.