Loading Tool

Explorer IconExplorer

Memory Pool

82,037 transactions
30.91 vMB
0.07855760 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 8fa4d1845e0954f329630bc5cf822d2c9abaf3480083c4863911e1900b952a1a
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 24fe0bd807222b876d94ba33abafe64dc91141de5011e78161acfff60cb0e78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.00895412 BTC
Feerates: 301.05 > 0.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (98,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,666 816,666 0000000000000000000248caa72e888ea88e0461689159e95f1b3ee37c30468d 4,599 1.00/1.00 vMB 42
816,665 816,665 000000000000000000025616a4a6ed7295ffc89b26cba4b0601d2809d2b057bf 2,997 1.00/1.00 vMB 48
816,664 816,664 0000000000000000000452ebe970ebd877bab6dd93c36e3a851b219bdceae7a9 3,297 1.00/1.00 vMB 74
816,663 816,663 00000000000000000001631b6c441f11c3bb49fcbdc26b7d0b0f18c3252b0a0c 3,542 1.00/1.00 vMB 50
816,662 816,662 0000000000000000000106e3ea43b7888e52c017e030e8a0e3fc98cc9896a167 3,260 1.00/1.00 vMB 81
816,661 816,661 00000000000000000001db911bff50ef85235c0f6738b62e1c5b9cb0245b1e4b 2,067 1.00/1.00 vMB 51
816,660 816,660 000000000000000000019c3de7c23aa19deadf40a3324fcf8738ddc62979a7da 3,250 1.00/1.00 vMB 56
816,659 816,659 0000000000000000000214e6db10885b004f51c9da49ca9938113581eebd7bba 2,255 1.00/1.00 vMB 93
816,658 816,658 000000000000000000007a1a4fd564f414de99e1e5fec6734f085f3c53c8bea3 2,352 1.00/1.00 vMB 79
816,657 816,657 00000000000000000002d44f1e8ed24bccd958993adb1857ef54129aa73b9f97 2,917 1.00/1.00 vMB 75
816,656 816,656 00000000000000000000e1a5b8b0c82cd06a91469a352a597a54b8859458c859 3,632 1.00/1.00 vMB 70
816,655 816,655 000000000000000000037e2360bf501a6f03dc1111bcd95b6b09693cdc142d1a 4,523 1.00/1.00 vMB 46
816,654 816,654 000000000000000000002e5483a1f3a0977183907f5fccbb2d8b5bcefff6adac 2,835 1.00/1.00 vMB 62
816,653 816,653 00000000000000000000e2297fee740263c05743157ec975bb14c4e1594a0185 3,525 1.00/1.00 vMB 78
816,652 816,652 000000000000000000024860bd9d681ab4a886a663597e3cd0f3b6c1ff3bc7e7 3,084 1.00/1.00 vMB 109
816,651 816,651 00000000000000000002a260350f3ebcdbdb873dbe1dbd98a175965d7968637d 3,103 1.00/1.00 vMB 53
816,650 816,650 00000000000000000003724ec6ed7152a8cec366fbb971d245a6b7f06e56b2d0 3,341 1.00/1.00 vMB 53
816,649 816,649 00000000000000000001eaa5ed08e071ca364023cb26acae30e35d99ee4eb9b8 3,049 1.00/1.00 vMB 76
816,648 816,648 000000000000000000022b07fcd6d25ccf3425df8fe265f25346491f2860da3a 2,108 1.00/1.00 vMB 56
816,647 816,647 000000000000000000017532f171f5b0fb2e6ff419eb467a0337c133429b8f98 442 1.00/1.00 vMB 64
816,646 816,646 000000000000000000034dd544cd77324913819cc6109d7c702513e4ca2fdf7a 2,025 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.