Loading Tool

Explorer IconExplorer

Memory Pool

42,243 transactions
28.94 vMB
0.06140571 BTC
Random Selection Loading Transactions
Max Size: 148.86/200 MB

Candidate Block

Mining Attempt 71821a0727b580d49cbe67d86e5c89b58af2e14c9a4d9559ba17fc8b700be7c4
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root 0ba262919b0686f5ee470ad4ad922fe26b31f41aea4dba63e89e7857a6562ca5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,610
Size: 1.00 vMB
Total Fees: 0.00495434 BTC
Feerates: 11.96 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (855,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,811 58,811 000000000006e5c22ace220a9fc4816d3f4274c7d92e4a7d6e4ec05d9f0a1ad5 1 0.00/1.00 vMB 0
58,810 58,810 000000000c002d022badd188b4de437179900ef465cb6dbfacb1eb56c0b7d147 2 0.00/1.00 vMB 0
58,809 58,809 000000000e2275d487c2344b007b885ee06650e660c61face4c884b3a978a6ea 1 0.00/1.00 vMB 0
58,808 58,808 00000000085117d0321df885c9c0a34612fdd40b9e68c0c31458b72a4ad751ef 2 0.00/1.00 vMB 0
58,807 58,807 00000000025e0ef11e5b9d3f968078155774e0762b1457ea3e66cf929f25cc50 2 0.00/1.00 vMB 0
58,806 58,806 00000000020cc34938d95db7d82c601e239f8d0067db7787dabb8b8c09df5ce3 8 0.01/1.00 vMB 0
58,805 58,805 000000000ec031fcd4d4cfb391af9bd13f325a483fa152f068a286823678ca9d 1 0.00/1.00 vMB 0
58,804 58,804 000000000958f423a115f8df8084f26caf771e1673301e33c049f06fd4408984 1 0.00/1.00 vMB 0
58,803 58,803 000000000463303c612f3ad7ae8800333e32865e6c1b726c47344c0552338088 1 0.00/1.00 vMB 0
58,802 58,802 000000000e7873db232ee222f6da8f5c703c04c281e9a97071a15e2543695a62 2 0.00/1.00 vMB 0
58,801 58,801 000000000aab10e3bf8c988b8e1bbbc146d1881b590407e5428c592b132b3e39 1 0.00/1.00 vMB 0
58,800 58,800 0000000007de4da6feab9b03352eb3782b1dc49553f9e916dec633f8f0d49eca 1 0.00/1.00 vMB 0
58,799 58,799 00000000010a105d2b92c8f65a5318695f1bc38b5ed6e77dc0b864f4683ccdb1 1 0.00/1.00 vMB 0
58,798 58,798 000000000e97cd8eaa22a9dc5e00562a32ed28bd02f9f8f2ccdf558d31a961a8 1 0.00/1.00 vMB 0
58,797 58,797 0000000008dc8e81d0e97b2bf01ac03760bf2cec96010c9fc40c871e6449e865 2 0.00/1.00 vMB 0
58,796 58,796 0000000000fdfa691b01783e14971ac9075abaa2a2896d524ab49bf1c7b21e45 1 0.00/1.00 vMB 0
58,795 58,795 000000000d1d5b63bce534a6d16f8b655179a5516177f44590689a52d2404b06 1 0.00/1.00 vMB 0
58,794 58,794 0000000009bb07db0e64a708461f2de1fe779cacb50a63decb91e922d505411a 1 0.00/1.00 vMB 0
58,793 58,793 000000000038f2142855e25b68241f4c8229e9dc728250d634c180b3343eb660 2 0.00/1.00 vMB 0
58,792 58,792 000000000b6271c527c379e3963b82d49bde8707bdf27b6b8f5948ab6314dd40 1 0.00/1.00 vMB 0
58,791 58,791 000000000d6a5e158f334cda706fa72c6cdd1baff99db423422e6abf6c182c0e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.