Loading Tool

Explorer IconExplorer

Memory Pool

76,747 transactions
21.10 vMB
0.06840790 BTC
Random Selection Loading Transactions
Max Size: 140.81/200 MB

Candidate Block

Mining Attempt acf27c893d6aa3e2ad07a4e36de29a0292cf790c6f97ef892ae9db9eee384328
Version 20000000
Previous Block 00000000000000000000ee2e0acc6af3b63a66e94352c6e246eebd9b30b2fa81
Merkle Root 6832fb66097426a656c74b8b28a8e520c568bba2649a074cd8b4ac229c1e5f61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.02087334 BTC
Feerates: 174.83 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,005 (914,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
1,140 1,140 000000000b6a9423f7bf2221f209b72870a5b15d9bafcc5158e9a04678ed5062 1 0.00/1.00 vMB 0
1,139 1,139 000000008a37ae701edf7e30c135accecf834ded9347b7126519c27925fd80a9 1 0.00/1.00 vMB 0
1,138 1,138 00000000741be2ff27c475aef18342f43fb5e59eff3e23552328ca190a0ab195 1 0.00/1.00 vMB 0
1,137 1,137 00000000c50214402a9094be3272ef2eace3fa12f4c9252a7f3d79823ec43be6 1 0.00/1.00 vMB 0
1,136 1,136 0000000011a8d75d307e0f79fc31df7299b575c0e5134765a4bb394bbd015050 1 0.00/1.00 vMB 0
1,135 1,135 000000002a9d85363e7921b7988a2a9b912df882d0487dc6357a832f6180fb0e 1 0.00/1.00 vMB 0
1,134 1,134 00000000f209d861eca97e4cf1f10d13698459f7b08be9281b207b97a804f0c9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 808.28 GB
    • Received: 23.28 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.