Loading Tool

Explorer IconExplorer

Memory Pool

84,523 transactions
32.18 vMB
0.10497473 BTC
Random Selection Loading Transactions
Max Size: 195.11/200 MB

Candidate Block

Mining Attempt 457667b41aed2d7deb4dc4019f9a3aeb15a437be51c8297ae47e0d0477b80fb8
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root cefd098d35dfd3994b55719da92545ce46d89aa10737f3fb88d7a279ecea9884
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.03243027 BTC
Feerates: 181.54 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (94,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,728 820,728 00000000000000000002d48a71a70f27293416663b6b54927bfd8001e62e0906 2,155 1.00/1.00 vMB 233
820,727 820,727 00000000000000000003ff85bd7287b9c804f519f901acd92ec32c0ef62c115d 3,099 1.00/1.00 vMB 154
820,726 820,726 00000000000000000000a0e8f551a93979e7b868b732f915ef1002ab398860a4 4,068 1.00/1.00 vMB 52
820,725 820,725 00000000000000000002ff8d69e7eddcf01288c80e6591ac3861228c515ed153 3,641 1.00/1.00 vMB 131
820,724 820,724 0000000000000000000214abe6bb38c52e9bfc23423e0126ac878af9802e9b15 3,991 1.00/1.00 vMB 65
820,723 820,723 000000000000000000016d346d4a1388da4d82cdd5787e898140b49ab8146da7 2,558 1.00/1.00 vMB 71
820,722 820,722 00000000000000000003a1046b669d4eb3a0462517556a6b9c8c82664a3f0a39 3,413 1.00/1.00 vMB 108
820,721 820,721 00000000000000000002c78e815c5c7e929e038246da43f97d2cf7fc72e3cf41 4,005 1.00/1.00 vMB 98
820,720 820,720 000000000000000000039ab37663e32833bb89a3027c254b914629e0c0c1214c 3,739 1.00/1.00 vMB 92
820,719 820,719 00000000000000000000d634384e08e1714631f6f59dc1713a757e9c262bd494 3,658 1.00/1.00 vMB 127
820,718 820,718 000000000000000000025ca4b251d007825fb9523f042e2d9191c19604c0cdd9 4,008 1.00/1.00 vMB 87
820,717 820,717 000000000000000000011f5f13b0b1fe8a0e55d4b2b2534271fea751a807a92e 4,602 1.00/1.00 vMB 78
820,716 820,716 0000000000000000000315f753d975b41a0f13a7b955dbba4846e8f5268c99b1 3,992 1.00/1.00 vMB 108
820,715 820,715 0000000000000000000093579bebf6877a6b535fcd24300b5acd375b62c8690b 3,635 1.00/1.00 vMB 129
820,714 820,714 000000000000000000014b4c7d6fb4f2cc5fec083ecd0225e7b0c3f69383cdd9 4,128 1.00/1.00 vMB 68
820,713 820,713 00000000000000000004221de2d9f73393ad4dcb951b90a59b0daf34ca736b74 3,685 1.00/1.00 vMB 93
820,712 820,712 000000000000000000017799d5a3181462ac6f949ec694721267a75ee2ea52c3 4,045 1.00/1.00 vMB 61
820,711 820,711 00000000000000000002eeb582f91e928c8d165e99fa217d2eb792e6f2529888 3,815 1.00/1.00 vMB 111
820,710 820,710 0000000000000000000184a8fc8e875bd93351f7f11273709352151d73d755c0 4,414 1.00/1.00 vMB 57
820,709 820,709 00000000000000000001eb0f7b75421392eb185fd08d64f7a86f393e1f0606b7 2,957 1.00/1.00 vMB 66
820,708 820,708 00000000000000000001a5002ebced73885f2c0cc3393d90cba5dd5da837371d 3,595 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.77 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.