Loading Tool

Explorer IconExplorer

Memory Pool

47,603 transactions
30.21 vMB
0.09606589 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt 2da7f3ec8997ae7aa06a9e5d8a30972c0b5f61903d880a179ba82f9c1d346b5a
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root ae8095574b718e88973ae65a49226d6e3bf6a6158e225576d929d777e3f1318e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.03547235 BTC
Feerates: 150.97 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (331,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,682 583,682 00000000000000000010244b52b2d9b294fcbbec2366c6ff64ff3cd48e9fea41 507 1.00/1.00 vMB 12
583,681 583,681 0000000000000000000ffbbd95eceb1551f91885b995fc2832b4f53b29f6093b 1,733 1.00/1.00 vMB 30
583,680 583,680 0000000000000000001f3704d3dffdb8607454913ee04741082d4f8aa0ff3bd5 1,788 1.00/1.00 vMB 6
583,679 583,679 00000000000000000007a8ac9e5c7016741f72d4218c27193e162e02a3575846 615 1.00/1.00 vMB 5
583,678 583,678 0000000000000000000566b194b5589cb752da9d770a71098cc0c107f85a2f8a 1,512 1.00/1.00 vMB 24
583,677 583,677 00000000000000000007d4c0c3577091f84a21f66bc3daac81ae8da9592de88b 1,172 1.00/1.00 vMB 20
583,676 583,676 000000000000000000018fc3a9f978242f78426cd01ec80b6590c075b66b3c28 667 1.00/1.00 vMB 8
583,675 583,675 00000000000000000019c22e86aec6d580aad5b581f9c89b397986633a69bf82 1,162 1.00/1.00 vMB 15
583,674 583,674 0000000000000000001ba3fec46b30911849e533e3b73124236f6ba3cc53a1e7 1,789 1.00/1.00 vMB 15
583,673 583,673 00000000000000000018cd8c055e9c8e67c95f55dfb3ef7e373daf012a49f9d2 2,867 1.00/1.00 vMB 56
583,672 583,672 0000000000000000000ad5db5c044156d46a7c45ca4b5c234f6e27dea1a090b7 2,714 1.00/1.00 vMB 25
583,671 583,671 00000000000000000021dc319bd38e8f937babe38968d85a7621bc1b4bd95343 1,011 1.00/1.00 vMB 24
583,670 583,670 00000000000000000003a33eacb5b3182f93b2b96faaefcd4d0e6f369e89ad4c 3,050 1.00/1.00 vMB 61
583,669 583,669 0000000000000000001c6e54c4fd30e5bf3f76e75ac6c74c7462e0c1d1ada9ff 3,044 1.00/1.00 vMB 86
583,668 583,668 0000000000000000002044c2a71de940ee364fa810c01deabbeb826ccb30d5d7 3,045 1.00/1.00 vMB 47
583,667 583,667 0000000000000000000757f570888e78a62702ae51185ad88ae6ae95113939c3 2,847 1.00/1.00 vMB 70
583,666 583,666 000000000000000000209ba2d1d6d466b92cb07a3c4bd124f495f57f1b312208 3,597 1.00/1.00 vMB 77
583,665 583,665 0000000000000000000fd7ae5dc6e0d61c7e9e3c779c576482fcc5d32d239b7e 2,462 1.00/1.00 vMB 72
583,664 583,664 00000000000000000021d68f10539728db16febf9c68e81497aacd593b7c42fc 2,194 1.00/1.00 vMB 73
583,663 583,663 0000000000000000001aa13f9f06ca23f2bb72f1f32627f3ea0f98850fe6dec7 2,852 1.00/1.00 vMB 118
583,662 583,662 0000000000000000000f1498930ae6beaf2344bffe673320484b783f4fc14636 2,009 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.