Loading Tool

Explorer IconExplorer

Memory Pool

46,147 transactions
28.15 vMB
0.07438145 BTC
Random Selection Loading Transactions
Max Size: 149.03/200 MB

Candidate Block

Mining Attempt 6b8a7de8dbc9aaa48a1f7cef86e06caebc141fb474602059a572dc29056ea27e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root e3f4e08dbdeb678b4867be923b79ae920960f42c11e02d702122cc09f192eb24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.02019937 BTC
Feerates: 101.53 > 2.02 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (364,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,768 550,768 0000000000000000000a9cbc42c697f2e019bae3fd0e9866726e15be96387db9 2,905 1.00/1.00 vMB 46
550,767 550,767 00000000000000000014d747cf78bca4ab72b27bfaeab50328e1bb4798a18f4b 1,107 1.00/1.00 vMB 51
550,766 550,766 000000000000000000180f150713e04b91bff4fb14d9d308e7897dc7ab52b95b 2,328 1.00/1.00 vMB 55
550,765 550,765 000000000000000000056190995d325d534ad4e4ff2e8e3ad81698d0c4b13a53 1 0.00/1.00 vMB 0
550,764 550,764 0000000000000000001d1da5bf072a8d70e88c6ae72b10c7788c369dbe662fe0 2,767 1.00/1.00 vMB 84
550,763 550,763 00000000000000000020ce1214db4acff670589d39f68a9e57864382c7da4cca 2,695 1.00/1.00 vMB 36
550,762 550,762 0000000000000000000873c56050edb477626a8a7488c64f614f1bad8af41398 2,721 1.00/1.00 vMB 47
550,761 550,761 00000000000000000006118bcbefae8ad5cbf23eb43720fe95ff7a4cf9073ea1 2,854 1.00/1.00 vMB 54
550,760 550,760 000000000000000000187e76c5d16cb4fe7c1bc79873c43fce4fdad58b6e1bb4 2,478 1.00/1.00 vMB 63
550,759 550,759 0000000000000000001fe5790354cf8504860929950735bfefdcd60f768e5904 2,441 1.00/1.00 vMB 56
550,758 550,758 00000000000000000006ce04e5add97259a2c6bfafdeda538792c0b279ba6549 3,134 1.00/1.00 vMB 55
550,757 550,757 000000000000000000181ce2108760c8014683101497399db49db9a03339a2dc 2,291 1.00/1.00 vMB 86
550,756 550,756 00000000000000000001e8b0997f8782995ea91927e981ee2fa124562377757d 2,757 1.00/1.00 vMB 68
550,755 550,755 000000000000000000076cfc84ab8d9197fa5e0fa3ce654a3f646bbf7cf0294c 2,787 1.00/1.00 vMB 52
550,754 550,754 000000000000000000066fd8d3cdde576f8a9afdaee4a0687fdd614264e30b1e 2,900 1.00/1.00 vMB 48
550,753 550,753 000000000000000000293b3867e5fe8ab29289ec86bf6c8808684be8f47e04ae 2,760 1.00/1.00 vMB 50
550,752 550,752 0000000000000000000b40041f521b4ebadd377b9e6cdde16df553c4c5d11a11 2,432 1.00/1.00 vMB 53
550,751 550,751 00000000000000000022fe9af3e2e642c1bc2a3061b9a495225ed7cd22965ad0 1,103 1.00/1.00 vMB 53
550,750 550,750 000000000000000000117f30a1345a809de03e9104e697bb5233ec77edcc8fe3 2,673 1.00/1.00 vMB 55
550,749 550,749 00000000000000000017f6c1b60046ec67676dfed4370d3446b9691f7fc26c05 2,558 1.00/1.00 vMB 56
550,748 550,748 00000000000000000020cc11dd7f7181f9cfaef1f3ae4ea87b2b67360c8b05c3 2,633 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.