Loading Tool

Explorer IconExplorer

Memory Pool

40,019 transactions
27.17 vMB
0.05780894 BTC
Random Selection Loading Transactions
Max Size: 142.10/200 MB

Candidate Block

Mining Attempt 1785c044c50dfab23fcb72b4601b2e3874f4f0c60b7deb62ddc16921205c133f
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root d43370be03999e8eb7d9d2995feed6515001ae5a83db1002b4ad3d357f57ecda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.00745868 BTC
Feerates: 69.10 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (78,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,838 836,838 000000000000000000015143e1a0aadf3e65e20df472dabd8de51a912984a947 3,175 1.00/1.00 vMB 22
836,837 836,837 000000000000000000034c20fb068302e27a900454d82c6bc5743c70c19843e4 3,141 1.00/1.00 vMB 11
836,836 836,836 000000000000000000009c52ffd12390e4a95dd79471c507de47df0384f0f813 2,767 1.00/1.00 vMB 18
836,835 836,835 00000000000000000002b1c7d67809cb4c2bed63702d8f754711e62fe0c00a64 2,976 1.00/1.00 vMB 20
836,834 836,834 00000000000000000002bea29c0f07c7a0a4a8fed979f6cdf4a0d6916a6e6571 3,079 1.00/1.00 vMB 26
836,833 836,833 0000000000000000000247ec0d2176be6d3e152cc0d83d81821e0140278f8464 3,402 1.00/1.00 vMB 41
836,832 836,832 00000000000000000001817a1ce3ffb522cc21c4eebb834f616821b6f81707d9 3,248 1.00/1.00 vMB 25
836,831 836,831 0000000000000000000040ba6523488cdb326beceb9b5eee22cdf667ee618a47 2,811 1.00/1.00 vMB 16
836,830 836,830 00000000000000000002b8a8dcfcf7d858cf59e850397cf7a42cedfee15cce01 3,243 1.00/1.00 vMB 28
836,829 836,829 00000000000000000000717ee45995c1793f85db65e5ef1f4560baba39a562b8 3,781 1.00/1.00 vMB 13
836,828 836,828 0000000000000000000097d0ff23dfe80413db691e77d79f236ee83628a185d2 3,157 1.00/1.00 vMB 26
836,827 836,827 00000000000000000002f970c71fa7c3afa360fc888308bde92493b9c698b4d4 3,029 1.00/1.00 vMB 17
836,826 836,826 00000000000000000002cbc1695045f720944caa6935a2a7c51126e498d27229 2,219 1.00/1.00 vMB 12
836,825 836,825 00000000000000000001797a202824ab4fc91d5719a85423dc0216fbdcd72509 2,209 1.00/1.00 vMB 11
836,824 836,824 0000000000000000000096ab2653f2d4c1f2f4012c613ff192d6a52f0850461d 1,799 1.00/1.00 vMB 11
836,823 836,823 000000000000000000008917e3b67261ffda1a793530798b8ce6fb5bb9f61e8e 3,740 1.00/1.00 vMB 13
836,822 836,822 0000000000000000000120a4907a364ed0441122ba7e361d2c7f20dac7c8c228 3,811 1.00/1.00 vMB 17
836,821 836,821 00000000000000000002580282cb2ece0e0f78aefeb6309434d34ef3ad6fec27 3,194 1.00/1.00 vMB 16
836,820 836,820 00000000000000000000b140d240c8bc8aecbc4bd6bea7fb6b40898b0db84610 2,905 1.00/1.00 vMB 20
836,819 836,819 000000000000000000002a37ac72d6c980bb0f757f688cc7f29a35ec26ed8f7c 2,798 1.00/1.00 vMB 13
836,818 836,818 00000000000000000000c2027ceb2a24fe36ce72488adef78f8b74c7a35651b5 3,076 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.15 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.93 GB
    • Received: 13.81 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.