Loading Tool

Explorer IconExplorer

Memory Pool

83,137 transactions
30.85 vMB
0.09038923 BTC
Random Selection Loading Transactions
Max Size: 186.18/200 MB

Candidate Block

Mining Attempt 6dc3a90dbd3e70d5c5eb190e65a63242dd265029e5603083ed45cbfad0d45a41
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root bb30fcc2b9c2910208ae3a88881e688984f5386ce8f0d3b6409afb8957360d2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.02391412 BTC
Feerates: 366.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (343,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,876 571,876 0000000000000000000d8b2ca61517ab1016ba21fac9d53d03a298db9e69157d 3,077 1.00/1.00 vMB 72
571,875 571,875 0000000000000000001bc486812183036a862f5f290488c1ff5bce6f9e523668 3,106 1.00/1.00 vMB 90
571,874 571,874 0000000000000000000618ee4517fbcb7dbd8fc1950b763167dd776678785625 3,119 1.00/1.00 vMB 92
571,873 571,873 000000000000000000051ad1a35b216a0a8294f62c2ef5f9d57f59688e8d563d 2,768 1.00/1.00 vMB 52
571,872 571,872 0000000000000000001964688ea6b1c5aec6a89cb21063e4d0447af844be56e3 2,770 1.00/1.00 vMB 30
571,871 571,871 00000000000000000019366f9bf673fe09c3e19aa82b1e186b62e4e3781d009a 2,456 1.00/1.00 vMB 22
571,870 571,870 0000000000000000001f3adda68dd06b2206b2e6b0d64aea6d3921001c83a49d 2,669 1.00/1.00 vMB 85
571,869 571,869 0000000000000000002adb04670cba3b950cc0f07700ffe236ac09f08b4b9a70 2,813 1.00/1.00 vMB 73
571,868 571,868 0000000000000000000e27a49268839c2828f9f11106cde16af920bcbd7f795a 1,521 0.51/1.00 vMB 25
571,867 571,867 00000000000000000007805b500603331bc2725a020dab281f30cbd6f29238f0 620 0.68/1.00 vMB 7
571,866 571,866 00000000000000000024114cc93ec4f78654f8d8cb25eae0d3b02d97c888da05 221 1.00/1.00 vMB 1
571,865 571,865 0000000000000000002377c545bf9adb89d2cfa023a8ee91bed8d329ab6b0f5b 1,646 1.00/1.00 vMB 2
571,864 571,864 000000000000000000168d5d7e11bccd71e207e694e9d862a255e1c7703a5ee2 2,783 1.00/1.00 vMB 42
571,863 571,863 0000000000000000002838cbb726c130b26ec1e6eb42815003a22b6e8b601638 707 1.00/1.00 vMB 9
571,862 571,862 00000000000000000002f1ac046237730da77ced7eee88e12061b700fb711c6d 1,981 1.00/1.00 vMB 19
571,861 571,861 00000000000000000015fa64aa3d8653412e81b83829bd80fcd614b85fef619d 2,346 1.00/1.00 vMB 5
571,860 571,860 0000000000000000001fa00658834c5ce1fe5569e0d5984e39f02828c048c503 3,025 1.00/1.00 vMB 32
571,859 571,859 000000000000000000082e2bbd7ac2a6eaca2d12b1727f7e330a000692e44a20 2,836 1.00/1.00 vMB 41
571,858 571,858 0000000000000000002987dbcd1f03a609c5843bad80828e220e5a5cb444dd18 2,713 1.00/1.00 vMB 64
571,857 571,857 000000000000000000021ead9fa80138c9492d0a56702ccc09eefbf2cec54f31 1,191 1.00/1.00 vMB 16
571,856 571,856 00000000000000000002f37f5d77d061030e7c8e646c2fc0c966971a6c296ffd 2,818 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.