Loading Tool

Explorer IconExplorer

Memory Pool

26,246 transactions
5.92 vMB
0.04003315 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.94/200 MB

Candidate Block

Mining Attempt 2c481c67bff72dc6cb4d363c41b029529dc888feb9c6dc81973a58d619289789
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root 7e46ca25cc416bb9a7b897e098d098946c8ba08b10cd91d9f70b9ce77f586301
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 0.96 vMB
Total Fees: 0.02711264 BTC
Avg Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (716,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,722 196,722 00000000000000eb802848961896644d5762d22974702e6bf4abc04f54b98ee5 0.25 MB 812 476
196,721 196,721 00000000000000639dc3503e24e8419005a09e8e5275d8211865886c4539263e 0.14 MB 398 291
196,720 196,720 00000000000006d718fdab44dfaae567cb88fa2b965c46f67780a9dca5ca15f2 0.28 MB 1,024 4
196,719 196,719 0000000000000118058ab8343625281d6a3788b46185fbf40eeff6de6265c48d 0.28 MB 690 312
196,718 196,718 00000000000001f8667844b3584d5fd3e09cacef2e80e6832615928f433587a4 0.03 MB 97 887
196,717 196,717 000000000000012921a952794eac903248fa9f003bd242cebc1d371286e0b0e8 0.12 MB 200 128
196,716 196,716 000000000000025a84c531eeba85742f855ac6588dbbfcf1a8439633f8b7bf16 0.04 MB 118 503
196,715 196,715 000000000000027ab70c62a9c41408ad2f2b70bbd9b175c597ad9394a117f306 0.11 MB 269 403
196,714 196,714 00000000000001d37643ce375de5078a75292c69188735c5b3f20868e6d955f0 0.03 MB 80 159
196,713 196,713 00000000000005e565c91125f3a08391e8ea39491f383206baa77f6bf8d89cc8 0.02 MB 23 116
196,712 196,712 000000000000039df6e7f8ab430df05631b7c537bc907e932debc9b831760b27 0.09 MB 126 160
196,711 196,711 0000000000000550637b4e4c72ef051bdbbde2e634b091ff245e2223d1512445 0.01 MB 13 369
196,710 196,710 000000000000048b7dd99aad7e1f71c74b04b5e5bc8f5e4035e89382606ec622 0.11 MB 197 211
196,709 196,709 000000000000064259533442db63f5aca7dfe370c89cf3091ad1c9ce0d5e25d8 0.01 MB 18 397
196,708 196,708 000000000000023ab2668a869b1e0817d6b686ec604a2b89d90e95352a46e920 0.10 MB 216 136
196,707 196,707 0000000000000005736276bcd8c9ac55c70e8a66a3c81203277e4477634d8be9 0.04 MB 139 129
196,706 196,706 00000000000003552541a5548ecaebe34352d4c91efeb687408ebdeda2f5bfd6 0.01 MB 31 107
196,705 196,705 00000000000003de18a45dbb5823e1e72531ef4f03ff9520608baa6cb14f97a0 0.02 MB 58 205
196,704 196,704 0000000000000452bcf735ef6301ac4342ed9b9ba9f821ec11a8067650479915 0.42 MB 1,024 106
196,703 196,703 0000000000000476462e37ed843f7891a16130f042ff7035cd618c628240ddf6 0.12 MB 238 262
196,702 196,702 00000000000006dd2e3634d11ada28ffdf11b62d4f118d8903a4ede1d1768bd1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 82
    • Outgoing: 10
  • Data Transfer:
    • Sent: 120.00 GB
    • Received: 0.51 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.