Loading Tool

Explorer IconExplorer

Memory Pool

40,399 transactions
25.89 vMB
0.05551158 BTC
Random Selection Loading Transactions
Max Size: 134.86/200 MB

Candidate Block

Mining Attempt 367dd9df056a62facd20a2709ce0e6abda1bdd8db2c468e8872aac1a24acb280
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root defc1fe281aaa460f567dff61ebbe64e363fb91a9145707fae08bbb44371c78f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,627
Size: 1.00 vMB
Total Fees: 0.00849597 BTC
Feerates: 100.00 > 0.85 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (375,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,763 539,763 00000000000000000026c02f0d237493c9ae36b79c2b208a6c889bd80095618b 551 0.27/1.00 vMB 8
539,762 539,762 000000000000000000024f1f5edf58ba6aab4be23b706aa50611e47d1cb27745 900 0.38/1.00 vMB 7
539,761 539,761 00000000000000000002b13148056fb35aafedc43ce63a4876b322a3693a2ae2 2,187 1.00/1.00 vMB 25
539,760 539,760 0000000000000000000ade21b95f2b2953f9466431e17f2b4f2d4bef71b2b701 1,581 0.83/1.00 vMB 11
539,759 539,759 0000000000000000000373879299472a1231f8e856e17c14cb3028a998567833 1,866 1.00/1.00 vMB 27
539,758 539,758 000000000000000000195c3f613c376441f2b1ec806437fda19d55bce05fce83 863 0.74/1.00 vMB 10
539,757 539,757 00000000000000000003b4269840d3bc9bfbaf6ecb2ca202cc70edf67c5ff0e9 2,418 1.00/1.00 vMB 6
539,756 539,756 0000000000000000001664e9391a892df40a1a84bc77e9986b3afbda755b9874 1,726 1.00/1.00 vMB 8
539,755 539,755 0000000000000000001e78268f0b10182732d4dd7f6f3ced90e692ba31592939 2,435 1.00/1.00 vMB 15
539,754 539,754 00000000000000000015150d55df470546de83b6ebd9f23c1e30d5f25fc0608b 2,376 1.00/1.00 vMB 38
539,753 539,753 000000000000000000031d0abc975b4b049bc245e123432b3e3d2b129a21701e 2,595 1.00/1.00 vMB 29
539,752 539,752 000000000000000000205e3cdab18cea24d526b760a864d0f5a7c9ec0d5aea55 2,301 0.97/1.00 vMB 16
539,751 539,751 00000000000000000003972fb3059fb64850692757c35b39ee13eb0b1b982c75 1,095 0.45/1.00 vMB 14
539,750 539,750 0000000000000000001419b21671f2295c12bb4241d8930ae4f020f2975cf339 834 0.40/1.00 vMB 20
539,749 539,749 00000000000000000023e75081a18a2e4fc2370efba094d3c5437237f88f7968 1,016 0.38/1.00 vMB 19
539,748 539,748 0000000000000000002546c99a412019bb72bf32629ee271e677511e1fad11b1 1,400 0.68/1.00 vMB 9
539,747 539,747 0000000000000000001e6c2cfb670af1662c96089a1ab7fd4771c06f80adb513 1,693 1.00/1.00 vMB 16
539,746 539,746 0000000000000000002803d0c10cbb0ee0a4e03dbb889f5075e2187edf6c81f2 2,079 1.00/1.00 vMB 29
539,745 539,745 0000000000000000002520ee3c291776a4a9d0c18e6f6bcc0bf07abb3b4489b5 1,501 0.65/1.00 vMB 15
539,744 539,744 000000000000000000223341c0d8f62d6c890ed5377aae7ae1c6ccd245b2e5c7 239 0.12/1.00 vMB 60
539,743 539,743 0000000000000000001638dc0f808cab5f7ff9e87bf5ab04514b6ce31ecaeb70 1,022 0.37/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.