Loading Tool

Explorer IconExplorer

Memory Pool

40,170 transactions
27.74 vMB
0.06850374 BTC
Random Selection Loading Transactions
Max Size: 142.22/200 MB

Candidate Block

Mining Attempt 1c53e2e386be38d8f28a30ac82262a7a25897ce232bc721f4dc2522b83531619
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 1c37c8818c5d537f1b762f3656ba41c3290c55c209b144e04e3a74c2a77ccb32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.01543343 BTC
Feerates: 101.49 > 1.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (767,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,621 147,621 00000000000007055aee4f83bfb3e1ade3022b288faf1be17f6e4e3f9b98d875 68 0.03/1.00 vMB 275
147,620 147,620 00000000000004080d067b0a281a902a6ba2d8770cc57a27072f554b8c4dd2cc 18 0.01/1.00 vMB 260
147,619 147,619 00000000000003be5984f840b85a422a5bf67f4e3caa4d75f599b7130e6bf351 78 0.03/1.00 vMB 48
147,618 147,618 000000000000034215b7ab29cf2816b5b4923a0c40c23f95a8f8ec7f3bc43f47 23 0.01/1.00 vMB 127
147,617 147,617 00000000000008af47f8e3de13f15fae4f4dd0594bc2508af37d50c4210eefbb 19 0.01/1.00 vMB 48
147,616 147,616 00000000000009ec971ab44c2e677e77729738e55a19e086881a7adb316bb72b 103 0.03/1.00 vMB 2
147,615 147,615 00000000000007a2acb55bad750e3ba568a3774f1d3110106926fb2b3b46b66d 12 0.01/1.00 vMB 266
147,614 147,614 00000000000005a81344093f109e82dcf11b54e5c7c3f30f77a5e5874a9dc16a 37 0.02/1.00 vMB 135
147,613 147,613 00000000000000673696d63c1d68438f553c365616273d3610ce50219d9eaab0 40 0.02/1.00 vMB 148
147,612 147,612 00000000000008d0206707ec6278d4120dbd75cae4c1603d1de9c07d379d5fc6 1 0.00/1.00 vMB 0
147,611 147,611 0000000000000888d10dd70763f0394d46b2430339a23c873ffec788ed204fc6 7 0.00/1.00 vMB 0
147,610 147,610 00000000000002c1bad53ba0cfc20c122646474ad1424af71db2b8fcdfe87901 15 0.01/1.00 vMB 132
147,609 147,609 00000000000006102a8e4d07d06d389bea0e7f72e1b7d9c8c38abccb8d6d92f7 21 0.01/1.00 vMB 105
147,608 147,608 00000000000004902225f14bbd691eeb290c01e9733610a100b14674f540cbd5 10 0.00/1.00 vMB 745
147,607 147,607 00000000000007d4cb10d037c62995bf14b99f442e740839bea0b990f9445be9 103 0.03/1.00 vMB 68
147,606 147,606 000000000000098da4239056ffaa0fae61086b4d174ff3b8735b863be68806db 17 0.00/1.00 vMB 63
147,605 147,605 00000000000005da97f06ca11c342d30666e62bc07a96f690e39aa64b7a2af89 14 0.01/1.00 vMB 51
147,604 147,604 000000000000037229c44bfae029ca086589d53da6e2ddfa354b5b7b50fd859d 25 0.01/1.00 vMB 189
147,603 147,603 00000000000001b77b706b389df3ddfa9f161b66402092abc941e4dcd3f61cbc 11 0.00/1.00 vMB 393
147,602 147,602 00000000000004373cdf105e66d9c293c8a6553de4dc9b2413b382465c9229b7 33 0.03/1.00 vMB 731
147,601 147,601 00000000000000f3f0e9ae40c7f1d6e64e3d91ecd223ba54d223d12fdab77edf 79 0.03/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.76 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: 632.50 GB
    • Received: 12.12 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.