Loading Tool

Explorer IconExplorer

Memory Pool

74,988 transactions
28.91 vMB
0.07821872 BTC
Random Selection Loading Transactions
Max Size: 171.01/200 MB

Candidate Block

Mining Attempt d02829ce031ef37ed24f7c3d1b4bc6a54abacece2c6583beb19f1beec0120ad9
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root c81d46d9094e9acd81266879cdfacc42103f60268fbde79e323ec6d00f7a9e92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,793
Size: 1.00 vMB
Total Fees: 0.01826284 BTC
Feerates: 100.29 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (342,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,626 572,626 0000000000000000000c456b112ee03f7f8d9d6ed8ac44b6317b1fdd52682bef 3,095 1.00/1.00 vMB 81
572,625 572,625 0000000000000000000d46789db23009540a6268c4e4697c6a408ad38da86023 2,148 1.00/1.00 vMB 74
572,624 572,624 00000000000000000029fa2e6e47a211ac84333617a6639ee27f23c01450e4a9 2,354 1.00/1.00 vMB 79
572,623 572,623 00000000000000000008455de63b5b10964f10973c39cc2e2b8f6b51e8117c03 2,506 1.00/1.00 vMB 86
572,622 572,622 0000000000000000001676f9be0a9074844bb99e6901c464789cefdcfa534d37 3,402 1.00/1.00 vMB 7
572,621 572,621 0000000000000000000570020107f1151a62d9ee0076b51a37d2bafd07ef8cad 2,795 1.00/1.00 vMB 47
572,620 572,620 0000000000000000000eabbc1b2ba147ca40e4f54fc61b9d01e5bf22a2c515be 2,851 1.00/1.00 vMB 46
572,619 572,619 0000000000000000000edd8a8edb930880f2ec43a735e9c3d31f85c29b944468 2,907 1.00/1.00 vMB 71
572,618 572,618 0000000000000000000a3f20967a4552cd574a7d79ccf6ac4389bbe891c85101 1,681 0.76/1.00 vMB 18
572,617 572,617 00000000000000000029e288e3f821de95047c724ca54c12fd99c36dc73f706f 2,030 1.00/1.00 vMB 22
572,616 572,616 0000000000000000000afba63196361b31550ef1e1eb35790b6ed1ab9388b148 1,414 1.00/1.00 vMB 50
572,615 572,615 00000000000000000011db7e4a3b385e1429b0ca8026ea53a059e7240b904635 2,753 1.00/1.00 vMB 11
572,614 572,614 00000000000000000018712bdadf32e0abcf6d9561b0cd9319f01adb4f93ef3c 2,955 1.00/1.00 vMB 29
572,613 572,613 00000000000000000005163d48ef3b3e913d90a3b28b12e5f33198f7e507ebfd 2,836 1.00/1.00 vMB 11
572,612 572,612 0000000000000000000ed0e2d019daded092609d7589ad3c85bb970d7cd7693b 2,906 1.00/1.00 vMB 14
572,611 572,611 000000000000000000297a5bc23de75ac7da11dd02a2eb0020c3ceff7530b91f 2,597 1.00/1.00 vMB 12
572,610 572,610 0000000000000000001bdab44e71d8a3f397854deebb3b956378e6683621d2b9 2,608 1.00/1.00 vMB 28
572,609 572,609 00000000000000000023230f2a2c14f3186add198c65f7012b03f7ae228d37a5 2,781 1.00/1.00 vMB 59
572,608 572,608 00000000000000000005e76982d3cdee8f751281a2d1f40892551f919d4213bb 3,028 1.00/1.00 vMB 23
572,607 572,607 0000000000000000001874b94b923caba23418953677867358a3f8b4874fd204 1,556 1.00/1.00 vMB 55
572,606 572,606 00000000000000000007abdac8fa21fd9b9f731109f12ae391c583aa87c21f26 3,120 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.