Loading Tool

Explorer IconExplorer

Memory Pool

41,277 transactions
32.04 vMB
0.11809241 BTC
Random Selection Loading Transactions
Max Size: 159.52/200 MB

Candidate Block

Mining Attempt bab400553a7dd4b47a1869fd144072f4927f0251cbdd8692a8eb26b517f2e0a2
Version 20000000
Previous Block 00000000000000000001a85c3c399f498d0bec2bc31fd48cfb44a2ea48876ab6
Merkle Root 7042eca8f33773c8b7dabcf0624b416c4ea193d0accd04c2dc30287e11b0472a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.04642460 BTC
Feerates: 327.53 > 4.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,356 (827,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,972 86,972 00000000001c79d82aa5b396905161c09e8b09b921bcd96d14bf6d4fc931f333 7 0.00/1.00 vMB 0
86,971 86,971 000000000011db4484ec4f32e5b0672af95c092f6bdc53408b27368a53fc5819 13 0.00/1.00 vMB 0
86,970 86,970 00000000000e52146ced3c3462cf5590a976e49744acc10215a73be6a1e15205 6 0.00/1.00 vMB 0
86,969 86,969 000000000017803e10263a57c6aad9cd4768bd11d2014dd8df6519458ac0387e 4 0.00/1.00 vMB 0
86,968 86,968 00000000000fe57c2705def9b2ec5378c12224faa882816778fe99ebc7ecc5b8 1 0.00/1.00 vMB 0
86,967 86,967 00000000001b3dac0d18036dc20c644bbd0bef1da2aa68c9c5f7ef9967008262 7 0.00/1.00 vMB 0
86,966 86,966 00000000000f118ebf7d1da58e886bbe3a609db68d668fbb4e2d0f333ff32b59 2 0.00/1.00 vMB 0
86,965 86,965 000000000009c47bf254bee686b80e0d25a6c6c54e4622ef592e0406bd0b6ed7 14 0.01/1.00 vMB 0
86,964 86,964 000000000019c454a02600f95663c129a2b79f786d38ea410dbd5ab779245a06 9 0.00/1.00 vMB 0
86,963 86,963 00000000001756ec7d21056765ace329d05b004bad0499f2e60c83828f567e27 6 0.00/1.00 vMB 0
86,962 86,962 000000000006bd5a99b0ff8a461c4964d485c87218574ef2b113f2777ceb5488 3 0.00/1.00 vMB 0
86,961 86,961 000000000019c3e3880de2846bb8084deff56274fdaf221a8cb6abe7769429c5 2 0.00/1.00 vMB 0
86,960 86,960 0000000000172968b1356d8c05176fe7c3664bfd83a2b9e127c64fcfedd870f2 21 0.01/1.00 vMB 0
86,959 86,959 00000000001a6adbcf0d4b670bc5b008c867ddb64cede6c5ed57f8e0e494b540 22 0.01/1.00 vMB 0
86,958 86,958 0000000000016419cfdd59bcbeb79a1e735e3d3999b080f54dd13e2243d07af1 1 0.00/1.00 vMB 0
86,957 86,957 00000000001539646a29cc43df0129c4f793600bc37ae3db0bf6b13fd82c85b6 2 0.00/1.00 vMB 0
86,956 86,956 00000000000189328fcacd21ce02d80022feba17fe30725cd6ab617f1eb9212a 9 0.00/1.00 vMB 0
86,955 86,955 00000000000a9b747f7c90b2caee0c02057fce0d3ce7e9cc167d2984a93da52e 3 0.00/1.00 vMB 0
86,954 86,954 000000000014d01872cb2dfd6e30e86b6d51e8a28bd84724d3fe0fac5d1dab5d 4 0.00/1.00 vMB 0
86,953 86,953 0000000000019c50cca5a291f4f8d0c67a204a572cf85423d47ea94befd7b140 2 0.00/1.00 vMB 0
86,952 86,952 00000000001be33581e81460f03fc6fb517168a2817c1d51b515325a90d4025c 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 589.46 GB
    • Received: 9.58 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.