Loading Tool

Explorer IconExplorer

Memory Pool

70,330 transactions
26.68 vMB
0.07074825 BTC
Random Selection Loading Transactions
Max Size: 160.50/200 MB

Candidate Block

Mining Attempt eb247e829c99fcfb608be14a4bfd439c9d61f58b32cb8b3bbb4a490f575ef656
Version 20000000
Previous Block 000000000000000000002d34d52a3addf89bc45d6d78c163bf39016440e5bdf7
Merkle Root 5fa34ee51604a8f9665e9fedb932eec2364f86c969dd57205a180a0318cccb4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,068
Size: 1.00 vMB
Total Fees: 0.01373964 BTC
Feerates: 136.43 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,467 (42,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,854 872,854 000000000000000000004848abb8b35486d501c6675c39a3e5baef5aff47ad0f 2,247 1.00/1.00 vMB 13
872,853 872,853 0000000000000000000127784d09131f81ada04192c993974d5adf0b9cd70567 3,427 1.00/1.00 vMB 27
872,852 872,852 000000000000000000016a89f6b4a9105b8dc65da5c40f8ddb1bc4d25aa33652 3,484 1.00/1.00 vMB 12
872,851 872,851 00000000000000000001e425662d431dbcf80928c4119ee9dca89a1b92a8ff7d 2,666 1.00/1.00 vMB 15
872,850 872,850 00000000000000000000edf46b2379d27834ce3ec61f7945ad43b6ae13eb20aa 3,489 1.00/1.00 vMB 27
872,849 872,849 00000000000000000002b7e9ec67ea1cb27f7b4e472f657fa30c78d09b18b712 3,389 1.00/1.00 vMB 49
872,848 872,848 000000000000000000002fffd9c768d4789d6fa2c5d718413c7ba0cdc9d5a439 3,309 1.00/1.00 vMB 37
872,847 872,847 00000000000000000002860606b57b4c1ee443cdf981be6e8f1f79e86cd3bad6 4,291 1.00/1.00 vMB 17
872,846 872,846 000000000000000000020ce4e4b905b87eb3669da89841992b8bd88926e368e9 5,104 1.00/1.00 vMB 18
872,845 872,845 0000000000000000000266425c6eb9239aca9df46f48d7d6357f83f859c86b01 4,944 1.00/1.00 vMB 16
872,844 872,844 00000000000000000001aec2067fe96f6eb0b22369cb47f835edb15d32d1e106 4,965 1.00/1.00 vMB 24
872,843 872,843 000000000000000000011ca01770d90319b160c27bf7e44dff6bf6fce8fa180d 4,828 1.00/1.00 vMB 31
872,842 872,842 00000000000000000000727ed639fcf602281a98d736708aa6ac8c3fd9ca4cc1 4,316 1.00/1.00 vMB 42
872,841 872,841 00000000000000000001f87acb080b675a7a77b417173276dd539eb91ddeb994 4,955 1.00/1.00 vMB 45
872,840 872,840 0000000000000000000217152a338a78fe4064e83131b2383db7b5383027d4c6 4,168 1.00/1.00 vMB 59
872,839 872,839 00000000000000000001facfb00c29b2c75c06dd97fec9a1124a31adf242c3f0 6,968 1.00/1.00 vMB 46
872,838 872,838 0000000000000000000203fbd8c29bdf6abef7644916877e81cd677413ec6069 6,041 1.00/1.00 vMB 51
872,837 872,837 0000000000000000000141db44d37583b9f55418f1642ab4cf5efcae05e88df5 5,630 1.00/1.00 vMB 57
872,836 872,836 000000000000000000019affd13de073eb7f902c6d75645e94f6a4f497dfe23b 6,627 1.00/1.00 vMB 62
872,835 872,835 0000000000000000000049e407cbd3869123f43cbff14a31dac63e3569b0c5e2 6,564 1.00/1.00 vMB 59
872,834 872,834 0000000000000000000243139e4b6aef7598d25ed1b78bed3b86d95942e8b709 6,594 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.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: 754.92 GB
    • Received: 18.94 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.