Loading Tool

Explorer IconExplorer

Memory Pool

30,928 transactions
25.04 vMB
0.08204250 BTC
Random Selection Loading Transactions
Max Size: 125.03/200 MB

Candidate Block

Mining Attempt 1a7c7e4b82f6aa0b2bf3bc910da959095f1d5a8369ecc4efe0e8ccf11dec396c
Version 20000000
Previous Block 000000000000000000001add1d4255d5d6c3338fec14caa760f6a5fe24cc9f9a
Merkle Root 45b68acc18e564266a996f459b060fa4e9e5a9ca444c53947ef57865ebc3bf8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.03715291 BTC
Feerates: 150.93 > 3.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,703 (99,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,585 815,585 00000000000000000001147baa9a4a99f9a344004f78ba87a0865eff8a879441 3,018 1.00/1.00 vMB 93
815,584 815,584 00000000000000000001f8e72cbcd6b88fd96f6feed5fa4b55fe6ea4f9d901d3 3,845 1.00/1.00 vMB 47
815,583 815,583 000000000000000000038e858e086ab31b068e9eeaeeb4f3b277c94929ee7700 3,902 1.00/1.00 vMB 48
815,582 815,582 000000000000000000043bd6e2e7fe4ea763406e994186445cd580856624fbee 3,448 1.00/1.00 vMB 47
815,581 815,581 000000000000000000002312974b4a9a539204f226ee6c3b5c089584345663f0 3,875 1.00/1.00 vMB 59
815,580 815,580 00000000000000000002fb967faf3d44ada167cda39ef50420ff79d7674e9253 4,270 1.00/1.00 vMB 43
815,579 815,579 000000000000000000024a5cfcc4c7a0eba1a705086d3510db52063bad8c3b0b 4,081 1.00/1.00 vMB 37
815,578 815,578 00000000000000000003e950f2ee1933ffd6dab7044974cc5330d42323ce3d85 3,409 1.00/1.00 vMB 48
815,577 815,577 0000000000000000000069412399ccce3414175429bf80c07cd0eee6482784fd 3,013 1.00/1.00 vMB 42
815,576 815,576 0000000000000000000070a714fdf7ab56510328f07a43f56b9077312a547682 2,915 1.00/1.00 vMB 56
815,575 815,575 00000000000000000003f698e8145743d2d3825b1d3f21f376e64edae3c41064 2,954 1.00/1.00 vMB 53
815,574 815,574 00000000000000000002cbe1322d40824f8528fb044535fa98f68bac3f56a75d 3,910 1.00/1.00 vMB 56
815,573 815,573 00000000000000000000c39a703d506bb0b615312a1a25d50d5ceebb93d93122 3,411 1.00/1.00 vMB 74
815,572 815,572 0000000000000000000083aa631eaa6dc6c3a68817cec611c74f28929221d299 3,943 1.00/1.00 vMB 56
815,571 815,571 000000000000000000014516d7bcd16d94587d1de7d72b6585e369804dd372e9 3,455 1.00/1.00 vMB 76
815,570 815,570 0000000000000000000217d4a1b6e11e2d42890c8027badd2655521b397a29c0 4,532 1.00/1.00 vMB 47
815,569 815,569 00000000000000000003cc6de242e556ca7ead8e0f2f1c4f9cb872d7d4fa855b 3,040 1.00/1.00 vMB 40
815,568 815,568 00000000000000000000fa6697ee5592043872c1d2cce6418e953b3a16d796b5 3,215 1.00/1.00 vMB 48
815,567 815,567 0000000000000000000137f4a6d2a0b648bfad5488ef308250aee36946eb293a 2,881 1.00/1.00 vMB 49
815,566 815,566 0000000000000000000014a5219d995f3f3e5afeb68d4824ab279369506e5974 3,524 1.00/1.00 vMB 48
815,565 815,565 000000000000000000002ab251a2b9e4af2ae8aa3a21773c1f3c948817ba6ec7 3,032 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.86 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: 642.31 GB
    • Received: 12.54 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.