Loading Tool

Explorer IconExplorer

Memory Pool

75,910 transactions
28.15 vMB
0.08879801 BTC
Random Selection Loading Transactions
Max Size: 170.68/200 MB

Candidate Block

Mining Attempt d9a47a78ae1b9bfcf34486aedab08e4210dc34b37b47e8f10221e068e3b6ac82
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 860d2c30d501428d8b13407fab9f9e9b3dc1f995b67b39f9b34bff55dff5d174
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.02805634 BTC
Feerates: 150.80 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (479,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,747 435,747 0000000000000000003067059da158226f5e36240d84b9a2dc479baa1549397c 1,390 1.00/1.00 vMB 94
435,746 435,746 00000000000000000141612934e80761f73a5d60b801bb8b96117965133f6334 931 1.00/1.00 vMB 87
435,745 435,745 0000000000000000035afdb9c04de739b70e6ffb9d244b1cf85316dc2941fceb 1,809 1.00/1.00 vMB 73
435,744 435,744 000000000000000000a9ae3c7fa06aef583228524827651cd04176f87e660705 1,878 1.00/1.00 vMB 69
435,743 435,743 000000000000000003a2f27667321a8ab311c8b5c24830c9ec0533c08c301668 1,580 1.00/1.00 vMB 48
435,742 435,742 000000000000000003039a5fd1c00a2a4cda88a82a380576a032e342d3127b11 1,975 1.00/1.00 vMB 53
435,741 435,741 0000000000000000017fafb281e2c58c9c4f0c2ee15b9b45bd21bf9c20b65cca 2,446 1.00/1.00 vMB 59
435,740 435,740 0000000000000000003ba75bfb3d05a4447066d8bed995165450cbf804c4819d 1,775 0.75/1.00 vMB 74
435,739 435,739 000000000000000000f9c326a0e44176c706334fd8d998c1702afc0c1e267ec7 1 0.00/1.00 vMB 0
435,738 435,738 0000000000000000039dbde6dba087fc507b8e855ecffaeed2d4e3e9d04af540 2,336 1.00/1.00 vMB 88
435,737 435,737 00000000000000000392cb37536bde0c742b3c1ab439a434ffea953e9d3ebc92 1,026 0.55/1.00 vMB 57
435,736 435,736 0000000000000000032e3983361a3ea53ca4cb2e1e96b105b0a3cbc57b63213a 1,358 1.00/1.00 vMB 31
435,735 435,735 000000000000000002ab0d4d9e17fca2c20448982f37011fd707dfe79c43f5c0 2,505 1.00/1.00 vMB 59
435,734 435,734 000000000000000000568ddb1d3ccf74f73ff4741bc405b375c74379a2809c2e 2,487 1.00/1.00 vMB 59
435,733 435,733 00000000000000000297b33008f04af8e9e15aa4aabe92753cf1713a91ed0510 2,716 1.00/1.00 vMB 70
435,732 435,732 00000000000000000191ff2d24126c85fc475af3b5277aed95d5a8a5ec194b3d 2,374 1.00/1.00 vMB 67
435,731 435,731 000000000000000002cbb339115ac4ae9c7f36276d52147ca61823843636f9c9 2,358 1.00/1.00 vMB 73
435,730 435,730 000000000000000000e91ea6d2100467dde1e2f8fc08c040a7849d713559f002 685 1.00/1.00 vMB 81
435,729 435,729 00000000000000000170adbfdacf6c5200cb93ecf629cc77d8419b40864b9376 1,683 0.75/1.00 vMB 116
435,728 435,728 000000000000000001ab0c8b2b1b34973ec45a96588a0da034f287c39d52391f 2,678 1.00/1.00 vMB 71
435,727 435,727 0000000000000000027a7382cf4d9f5bd4ce43ef0b341c7c0b7ed0e9f95f111f 1,272 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.