Loading Tool

Explorer IconExplorer

Memory Pool

79,027 transactions
29.44 vMB
0.08359321 BTC
Random Selection Loading Transactions
Max Size: 179.96/200 MB

Candidate Block

Mining Attempt 9665bc7f9f5af20dbc787d1268a073553246510ce7b0f1c155d7378b5aee4506
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root aa5d9c6affa12184ce9e36054601863ffcc67080653b24f485f732e49a6cc74e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01887903 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (478,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,947 436,947 000000000000000001e8bddd5b128ed77c0f15bbd7aa618d780a2d0a6a7c7625 2,779 1.00/1.00 vMB 90
436,946 436,946 0000000000000000031376208eb373edc5b4ef2f29934d5a006e274c1088d514 2,647 1.00/1.00 vMB 81
436,945 436,945 000000000000000003031eba58a34f9cecbd9f5e3b2ac780088f98a6bd8fec1b 1,131 1.00/1.00 vMB 27
436,944 436,944 00000000000000000127e86f1ae9666b9ffb29a1eaad143732c1d7e88e43e41f 1,972 1.00/1.00 vMB 60
436,943 436,943 000000000000000002bf032a20f4d32ae0c4816c62e0b807a9a59b5c01201f48 1,794 1.00/1.00 vMB 53
436,942 436,942 0000000000000000017c1a463f44485a8b8c94ad8735ddef9220350c458914c6 2,634 1.00/1.00 vMB 77
436,941 436,941 0000000000000000030e2f563ae17f38644bdc70cddd95689097e7e99e82d60e 1,605 1.00/1.00 vMB 45
436,940 436,940 0000000000000000009d5a5b6780ea968c9a48acfae970885fc9c389846ddbcc 2,364 1.00/1.00 vMB 75
436,939 436,939 0000000000000000003a3f00c885cf5120a5ea025358c6ba507e8ffc16c5236f 1,940 1.00/1.00 vMB 40
436,938 436,938 000000000000000003f2931efaa940f3664e4510099d509042fb1ed2a2973d1d 1,637 1.00/1.00 vMB 77
436,937 436,937 0000000000000000025a02228a74611a02950af9df1bc86be9e540b82ed992dc 1,688 1.00/1.00 vMB 42
436,936 436,936 0000000000000000032a95c72a1a663b8698eb394bcea5fc6d6020b4457b4a52 2,568 1.00/1.00 vMB 74
436,935 436,935 000000000000000003f0ef2856e696e3cf8d35b3d28dc4a11d774e82aa29d45a 2,034 1.00/1.00 vMB 43
436,934 436,934 00000000000000000318337d0bb3ccdaf65d9657852ac5994c70ec6c18675d29 2,094 1.00/1.00 vMB 63
436,933 436,933 000000000000000002ccbdae69c8d90f305e12a892ab89646f4b80e713fc1135 2,290 1.00/1.00 vMB 65
436,932 436,932 00000000000000000022874b284fc608cb217e424e7e5b3eb882ed3a1422048d 2,812 1.00/1.00 vMB 60
436,931 436,931 0000000000000000005c2d5a684763c71beed2c954597a27178d15e85ccb4248 2,906 1.00/1.00 vMB 98
436,930 436,930 000000000000000002d1a34f4504537c1b16e32e860f8a419644fa37edad954f 2,638 1.00/1.00 vMB 70
436,929 436,929 0000000000000000035f482a85ef8fbdc8fc48ffb6ac929e2812d6c9a78bd77e 2,188 1.00/1.00 vMB 84
436,928 436,928 0000000000000000002e767c525fa2f7210ef450d5abd7ccf8fc627a873d258a 2,731 1.00/1.00 vMB 87
436,927 436,927 0000000000000000010c966c4a922514cea02d606b7620e0ea7c9cf629088e94 373 0.64/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.