Loading Tool

Explorer IconExplorer

Memory Pool

42,863 transactions
18.69 vMB
0.20263950 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.16/200 MB

Candidate Block

Mining Attempt 1dbe92bad72118cc607a83bd89f1ae01c5bdba45c753e48ad69ba33470f8b2b3
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root fdf82f44f55a79ca6b83e307800f9b0d3d0ff3b6eb5b270f4f97e78d373636a3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,646
Size: 1.00 vMB
Total Fees: 0.06643061 BTC
Median Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (716,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,719 196,719 0000000000000118058ab8343625281d6a3788b46185fbf40eeff6de6265c48d 690 0.28 vMB 312
196,718 196,718 00000000000001f8667844b3584d5fd3e09cacef2e80e6832615928f433587a4 97 0.03 vMB 887
196,717 196,717 000000000000012921a952794eac903248fa9f003bd242cebc1d371286e0b0e8 200 0.12 vMB 128
196,716 196,716 000000000000025a84c531eeba85742f855ac6588dbbfcf1a8439633f8b7bf16 118 0.04 vMB 503
196,715 196,715 000000000000027ab70c62a9c41408ad2f2b70bbd9b175c597ad9394a117f306 269 0.11 vMB 403
196,714 196,714 00000000000001d37643ce375de5078a75292c69188735c5b3f20868e6d955f0 80 0.03 vMB 159
196,713 196,713 00000000000005e565c91125f3a08391e8ea39491f383206baa77f6bf8d89cc8 23 0.02 vMB 116
196,712 196,712 000000000000039df6e7f8ab430df05631b7c537bc907e932debc9b831760b27 126 0.09 vMB 160
196,711 196,711 0000000000000550637b4e4c72ef051bdbbde2e634b091ff245e2223d1512445 13 0.01 vMB 369
196,710 196,710 000000000000048b7dd99aad7e1f71c74b04b5e5bc8f5e4035e89382606ec622 197 0.11 vMB 211
196,709 196,709 000000000000064259533442db63f5aca7dfe370c89cf3091ad1c9ce0d5e25d8 18 0.01 vMB 397
196,708 196,708 000000000000023ab2668a869b1e0817d6b686ec604a2b89d90e95352a46e920 216 0.10 vMB 136
196,707 196,707 0000000000000005736276bcd8c9ac55c70e8a66a3c81203277e4477634d8be9 139 0.04 vMB 129
196,706 196,706 00000000000003552541a5548ecaebe34352d4c91efeb687408ebdeda2f5bfd6 31 0.01 vMB 107
196,705 196,705 00000000000003de18a45dbb5823e1e72531ef4f03ff9520608baa6cb14f97a0 58 0.02 vMB 205
196,704 196,704 0000000000000452bcf735ef6301ac4342ed9b9ba9f821ec11a8067650479915 1,024 0.42 vMB 106
196,703 196,703 0000000000000476462e37ed843f7891a16130f042ff7035cd618c628240ddf6 238 0.12 vMB 262
196,702 196,702 00000000000006dd2e3634d11ada28ffdf11b62d4f118d8903a4ede1d1768bd1 1 0.00 vMB 0
196,701 196,701 000000000000035132ed7900b22d1cf41308ccbd066fef3bdd3cfbdb9b1af797 27 0.03 vMB 125
196,700 196,700 000000000000068154c246a3e250691aae05feca083b24cdf27817f6c0399dea 213 0.19 vMB 202
196,699 196,699 000000000000012163f032e5eac2aeaaf189778359502784a748389c91c08b02 775 0.42 vMB 287
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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