Loading Tool

Explorer IconExplorer

Memory Pool

79,305 transactions
29.32 vMB
0.07287064 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt d3bb844e59c55e8f92e3735cf2e2e5439761da1d5d146216892726b100c49c39
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8fe808451e367ccea97f1770193fa1b3a348ca70b982c1078d9ccc0fddced3f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01325829 BTC
Feerates: 170.94 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (795,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,648 119,648 0000000000007cca0d06307d457d52b019e47267b551ac9724b54fdd3eb04b14 24 0.01/1.00 vMB 1,060
119,647 119,647 000000000000891f995b2f3e89d57010ff1117478fbf241cd09635f529451800 12 0.00/1.00 vMB 958
119,646 119,646 00000000000084ed3ae8d41a0d1f0d2259c931bfd123357848cd24551f3c816a 34 0.01/1.00 vMB 585
119,645 119,645 00000000000022f007be07d0551eed5ac0aa1109f87e532ddb338dff7e3debc1 11 0.00/1.00 vMB 0
119,644 119,644 0000000000005c8c934f60a4521b5193f1e74664e0b06a47f9b12e22450186fc 18 0.01/1.00 vMB 980
119,643 119,643 0000000000007f6dbabf430a5271c3ead5532153b56c924e56a0982badc37528 8 0.00/1.00 vMB 314
119,642 119,642 00000000000071e3925ab440fdd6d616f0377d7d9f4d96d0b92bfb92726f67ea 12 0.00/1.00 vMB 320
119,641 119,641 000000000000b18e9ef86f44f199da565943a32ad6252f16ce4601589bec27a7 9 0.00/1.00 vMB 683
119,640 119,640 000000000000462b53cdbc160b0f024ad9571ca840f978a29900809895b139ca 12 0.00/1.00 vMB 2,269
119,639 119,639 00000000000066a121abda0bbf0cfc05bf4ca7d0cc2a240dbc1f2fa93851c9a1 7 0.00/1.00 vMB 0
119,638 119,638 0000000000009ed62b0ed9eb52788c6cd3dccda061cf112db5cf27de75a5ea92 16 0.00/1.00 vMB 0
119,637 119,637 000000000000180ddc0cbc0d95d38bbe782fd99e20a6fa1c55fa34b4cbed4b34 60 0.02/1.00 vMB 1,624
119,636 119,636 0000000000000781c0a5a47cdbbcf4f397c36dcbc808cda05f8b9c0a38c33257 19 0.01/1.00 vMB 339
119,635 119,635 0000000000001d91eae1061b977e78409958a8c2710126ba70a25b5e3899d712 6 0.00/1.00 vMB 309
119,634 119,634 000000000000a792e146c780400614621ee5cce77e389fdb9eba705cff8de338 11 0.00/1.00 vMB 842
119,633 119,633 00000000000037a5352152d4fb86cc926c90b632ce9f872f093a168a7e570130 11 0.00/1.00 vMB 0
119,632 119,632 0000000000002ba2ed6d240e305488ce98f2919b3f05bb13bb18ad3dd735dda4 24 0.01/1.00 vMB 97
119,631 119,631 000000000000009cb7d8cc791ff7ec85ceda1493e9ffade5cf3cd65073ac9d61 1 0.00/1.00 vMB 0
119,630 119,630 0000000000008c3d40c9fb4f5a9c476972fca4071d07a3dd1cb7046b7e018afb 31 0.01/1.00 vMB 0
119,629 119,629 0000000000004ef68a56f4771f1824c6072e1b26ba5c280d93a55e0793f81541 8 0.00/1.00 vMB 734
119,628 119,628 0000000000005f625c19a5d883d729ae9bc4a23546b3fd299499fb37b7a397f8 13 0.00/1.00 vMB 571
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.