Loading Tool

Explorer IconExplorer

Memory Pool

74,911 transactions
20.20 vMB
0.05017684 BTC
Random Selection Loading Transactions
Max Size: 136.33/200 MB

Candidate Block

Mining Attempt 52cce2a2492d200976b213e94c5f0df7047de93c5df8850e1432462aabfa0810
Version 20000000
Previous Block 0000000000000000000118658064e724b869fe14a85f8eadef50463ba4777080
Merkle Root 166328129097e0a2e224ccaaea8f242e01af1cfd4c4056e0cce185816724915b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,848
Size: 1.00 vMB
Total Fees: 0.00622860 BTC
Feerates: 904.79 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,016 (914,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,161 1,161 00000000a51304fe9f8c826c8434ff8b8f6926cf14e10ee34657a6c9daee8e4a 1 0.00/1.00 vMB 0
1,160 1,160 000000003d95af8bf9bdb1763add503b090c7c99ca6765707dc0d178956bef87 1 0.00/1.00 vMB 0
1,159 1,159 0000000084da3f864eec07bf66533f4a7cc980198c738e16a83a1f24d902b4dd 1 0.00/1.00 vMB 0
1,158 1,158 000000002c868f123dc8b3b490665dd6f519a23b651b5c50d84f1279b64a44f0 1 0.00/1.00 vMB 0
1,157 1,157 000000008b875c8c5d25fcf66aca787e77572f2e57f5cbdf593d769d064b18f1 1 0.00/1.00 vMB 0
1,156 1,156 00000000bec4948cf315910ff844cd28f553afac320755783ed0f2e2f0aa2382 1 0.00/1.00 vMB 0
1,155 1,155 0000000042c37bff3a0a89a0460b76b7e8fb9bca1ab626ababbdf9b5cc47929e 1 0.00/1.00 vMB 0
1,154 1,154 00000000259e1bc251ed1341c5c905ac3497ba8cb8a6669cacf14fc396e02313 1 0.00/1.00 vMB 0
1,153 1,153 00000000a1d70e7b236bb9b06557f15e1ddc2fe0b67a4a3e54049601fc27b255 1 0.00/1.00 vMB 0
1,152 1,152 000000000453e2b64d5a6f8fb5416136a8fb10d4bbee3425ff20857e1859eaf0 1 0.00/1.00 vMB 0
1,151 1,151 00000000bfbb523f267ed6fd206a7cab9a132e6fa4370d2aad406eb13dd1f60c 1 0.00/1.00 vMB 0
1,150 1,150 00000000bc63b016e55ce7560e4647f7c8eee0b9edaa46477e6bd800149846b6 1 0.00/1.00 vMB 0
1,149 1,149 000000007e27fe423979067dfffce661e38264081a8b1d56bcf8d60759fdeacb 1 0.00/1.00 vMB 0
1,148 1,148 00000000daacbdc1415b33e4f2ea96c8ef99cb518bd234b34a2b28f5d9362a42 1 0.00/1.00 vMB 0
1,147 1,147 000000006490882d27c8666a6b72b4955d96e1664ff68de4631220e53c390238 1 0.00/1.00 vMB 0
1,146 1,146 00000000d464ed4937d46a928f991fb80a807b8a7fd3ac641d7db2edda27d197 1 0.00/1.00 vMB 0
1,145 1,145 0000000077e87b894506363f643f8cba6ea01438107e8925042c357b4f0a6c62 1 0.00/1.00 vMB 0
1,144 1,144 0000000031002d56e1c4676ae7999e8e0968708225bb1063c6a738f882f4498d 1 0.00/1.00 vMB 0
1,143 1,143 000000007f36e13704298d9d7075ff829d969f0c4a1cadb46e85542760737573 1 0.00/1.00 vMB 0
1,142 1,142 00000000c7550934ff7d02cdddff93a3ba0904c828d13bae6d844abbb55969e7 1 0.00/1.00 vMB 0
1,141 1,141 00000000f306301a73aff3ba71b650691d766d1bf6856c36c398724ce26521d7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.15 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: 810.45 GB
    • Received: 23.38 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.