Loading Tool

Explorer IconExplorer

Memory Pool

75,831 transactions
27.85 vMB
0.08146970 BTC
Random Selection Loading Transactions
Max Size: 169.90/200 MB

Candidate Block

Mining Attempt 1650916ece1a7dfe39bcd6029de16b1a7cb8e7406e22a4ccf8c28b6b91f47e0f
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root dca79a0d0efc834572fa2a34909bcd2237a0c8b674d7490e05cf946f17839a6d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02191061 BTC
Feerates: 529.10 > 2.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (265,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,107 650,107 0000000000000000000a5dc79114a48ef88be7ae7e1eec63782d9455ba64dc6b 2,738 1.00/1.00 vMB 53
650,106 650,106 000000000000000000032d27a81d9671f3e9c03d1073ebd1459e146cf53a513d 95 1.00/1.00 vMB 1
650,105 650,105 0000000000000000000e26511d47a8fb11fcc2243876eb3cadc42912278c4dfb 2,094 1.00/1.00 vMB 28
650,104 650,104 00000000000000000008816df63f042b2ea6ba81a0871081b6096f1e44104be1 712 1.00/1.00 vMB 8
650,103 650,103 000000000000000000017d46960b52697f5d5da7bd3df29b4ca831cf1aff81e3 409 1.00/1.00 vMB 1
650,102 650,102 000000000000000000072b8663936570acc55e8a5eae433732a15cc25687961a 2,429 1.00/1.00 vMB 31
650,101 650,101 0000000000000000000138b98b357697d7d6abc5c5ed24868eb50a25c160c4d7 2,530 1.00/1.00 vMB 34
650,100 650,100 0000000000000000000bf72820f6b1a4703c832b01d4ded96d3407bb56192ba4 1,993 1.00/1.00 vMB 21
650,099 650,099 000000000000000000002834ed5979c38e07bdfc72c7603c1f7ac901c79e1975 2,422 1.00/1.00 vMB 25
650,098 650,098 0000000000000000000b4c011abd75953415e9483efb00bd2802398fdf60f056 2,803 1.00/1.00 vMB 46
650,097 650,097 0000000000000000000567381f8526bdd88cfd0abe62b09457f669b6ed8d519c 766 1.00/1.00 vMB 9
650,096 650,096 000000000000000000090fb4858b2e92bb548fc004e28246c57d38a4aa661177 1,318 1.00/1.00 vMB 16
650,095 650,095 000000000000000000069e18a7c71a0bfbce6f6623b22e1f76e1c2d08b235192 1,070 1.00/1.00 vMB 8
650,094 650,094 0000000000000000000e1305f0f8537bd8d1b2525b23108ac386a2af2b5f2106 2,169 1.00/1.00 vMB 46
650,093 650,093 0000000000000000000bc3493f34bcc666a4c8753da53a1f06b2596389e7bebb 2,581 1.00/1.00 vMB 36
650,092 650,092 0000000000000000000bb58ae1186ae19f019e6dd2d6a1961262542d28942c2f 2,297 1.00/1.00 vMB 26
650,091 650,091 0000000000000000000037b57329e34bc4aaa215cf79d63c67cdf765e6db6f2b 2,612 1.00/1.00 vMB 41
650,090 650,090 0000000000000000000b5728a356e3e077eb0735d3cf17670b1ff0b4ee3f9bb0 700 1.00/1.00 vMB 3
650,089 650,089 000000000000000000006e78f2dc544a1233285776d6d62f0ce6538f54addb0f 2,137 1.00/1.00 vMB 4
650,088 650,088 00000000000000000001c21556e65335cf1aa90776821143abf0d7d81136abbe 2,566 1.00/1.00 vMB 54
650,087 650,087 0000000000000000000af5a5f487fb852f12858783ba78ba6e6cf0b51547029d 2,137 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.