Loading Tool

Explorer IconExplorer

Memory Pool

39,288 transactions
28.58 vMB
0.06371884 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt fd41a013189e600642c26b74387e65d42b3326ff042d80f2a594b835d65ac598
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 2d1357b90614e01b6ec0d7ffdc8ec4f761f0925cf90baedc003556fca7d6cd51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,584
Size: 1.00 vMB
Total Fees: 0.00855414 BTC
Feerates: 50.27 > 0.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (904,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,695 9,695 00000000be6587bddd577a01e3f9da872a694c9fec10bb7a03dea69242e0cb0a 1 0.00/1.00 vMB 0
9,694 9,694 00000000266b7953f54a420faa1394c378a721ad11a825ac5aaa0c025006baed 1 0.00/1.00 vMB 0
9,693 9,693 00000000227da1198cf768a6dd10f1ea2bda67a497f91fce8a20589543baac19 1 0.00/1.00 vMB 0
9,692 9,692 000000003dee36ad533a610769593478dc34e1d25421aa5dff5d9703ff8e57b1 1 0.00/1.00 vMB 0
9,691 9,691 00000000689e9c3fb224713c273e182d63720bc283fe040aee6cadcc5bfc758e 1 0.00/1.00 vMB 0
9,690 9,690 00000000514bd4046890b24a59e4b23ec4a011c09e52d3b65972e93db74abe11 1 0.00/1.00 vMB 0
9,689 9,689 00000000d99c02b3ba9537ea410afef45756bfffe739dbf127e5a64729eb0db7 1 0.00/1.00 vMB 0
9,688 9,688 0000000038806a20908b3504c8357b0a84cd2053d98814e9665959fa9917e721 1 0.00/1.00 vMB 0
9,687 9,687 0000000082069a2b9a9b2428da4fc3cca39b636ca4bfd79abf85016906daca71 1 0.00/1.00 vMB 0
9,686 9,686 000000004191891622f30db0f878e37a050a73a249e097f9d98d41829aba80ca 1 0.00/1.00 vMB 0
9,685 9,685 00000000e1116365ea84f9145752abec2853a8f558afde6142e0129aee00909a 1 0.00/1.00 vMB 0
9,684 9,684 00000000f6028c9e60bb7ad158e3ccece8049e29c5b1aaf1bb42fdf92949fb65 1 0.00/1.00 vMB 0
9,683 9,683 00000000a3111e554bc77cb60e769a1c5d179fc578cea7eccb5a0a4a7d862f53 1 0.00/1.00 vMB 0
9,682 9,682 000000006ff67eeaf26c0b98aeedf32331b482de85fef8b9f1124803341f468a 1 0.00/1.00 vMB 0
9,681 9,681 00000000540dfeaac348232c59256216841c00944305a27128f4f51525e6192d 1 0.00/1.00 vMB 0
9,680 9,680 00000000358a8867055b8cd99a47b85c1c44f521bcfbc336fe55e1aa248d6380 1 0.00/1.00 vMB 0
9,679 9,679 000000002c2d8262b683bbc589f8a57e70fb2669456a6f6a395905c1cd0faa3f 1 0.00/1.00 vMB 0
9,678 9,678 00000000b63ba92f79892f8af3a13ec6df416e179a433214fe6f477ca1af8b9a 1 0.00/1.00 vMB 0
9,677 9,677 00000000940ec38d0c44e3158a2781107a1b1259167516fd32b96d5f4db3e175 1 0.00/1.00 vMB 0
9,676 9,676 000000009a352dd35b8cd81bd5de1b7a1595eb12581023e3a33ac43180e7dc46 1 0.00/1.00 vMB 0
9,675 9,675 00000000e3890212014b23a883ad08c756141c551eca4e10ee6c771b060e1f89 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.