Loading Tool

Explorer IconExplorer

Memory Pool

80,979 transactions
30.38 vMB
0.13350811 BTC
Random Selection Loading Transactions
Max Size: 181.90/200 MB

Candidate Block

Mining Attempt 323859f7de05b2f69378a55279db79d31ccfd195b4cd835b3843ae0d158b9c56
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4defc9983573f47849af742b9e0ad065fc25381b4956a02ff6f6c2513d197ee8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.05988578 BTC
Feerates: 150.86 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (133,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,843 781,843 000000000000000000031b27ca1e724aa786e4e68a994fa5274fc1a9d7f11fc7 3,378 1.00/1.00 vMB 24
781,842 781,842 00000000000000000001512b166d1ddac52f9fb31110256e2d18d1446faae0c7 2,804 1.00/1.00 vMB 35
781,841 781,841 0000000000000000000476e8319f25216b6ac18ded1194755ea3886f3f020784 2,816 1.00/1.00 vMB 29
781,840 781,840 000000000000000000019cf0589d3b3d38b40b6c36ff9dbf73af7ded41db1ad3 3,351 1.00/1.00 vMB 35
781,839 781,839 00000000000000000004415364d4816945e4c32472eb2e3c1ca864ad715bed79 3,195 1.00/1.00 vMB 33
781,838 781,838 00000000000000000002746611dfaf70d93bfed9a1be977f39de844e016ac860 2,562 1.00/1.00 vMB 30
781,837 781,837 0000000000000000000527007b5ef9822e45f98b6351f75267a5650aa135ea08 2,061 1.00/1.00 vMB 39
781,836 781,836 000000000000000000020345a3048ff47cdb8078366400265d64172ea776a4d8 2,584 1.00/1.00 vMB 14
781,835 781,835 00000000000000000001dd955fc8f6f0d40b4b48c95babccd187a404e1f5d072 2,364 1.00/1.00 vMB 23
781,834 781,834 0000000000000000000528a74672d3eebf274981f7c5b0dcd8b2fe451b006a18 2,688 1.00/1.00 vMB 20
781,833 781,833 00000000000000000004f0b3cb0ccbc893cc980fcf632aeca6fdc894b41cfaee 3,682 1.00/1.00 vMB 29
781,832 781,832 00000000000000000002ce27ec8660bfd059b7851c4a7e2fec9418f8d3c0e616 2,659 1.00/1.00 vMB 12
781,831 781,831 000000000000000000052eaf323d48b939d17f58f5f6f895f0adcef01f504d0f 3,140 1.00/1.00 vMB 18
781,830 781,830 00000000000000000004aac1dbfbfa9a6b3b8ef66d40a4d8560e36ac228d5028 3,235 1.00/1.00 vMB 32
781,829 781,829 0000000000000000000198c04342dff96f7940111d874c7bc73730a33b268225 3,208 1.00/1.00 vMB 37
781,828 781,828 000000000000000000047554140726eb07c4d555126709590e8c7dad089a4d20 2,455 1.00/1.00 vMB 17
781,827 781,827 0000000000000000000272cad8e81ea43b5b723d1ccf6a606d1e2aa928741cd5 2,401 1.00/1.00 vMB 18
781,826 781,826 00000000000000000001c14937352a65fd29ee6321b1a10b30bf07b71736d128 3,079 1.00/1.00 vMB 24
781,825 781,825 0000000000000000000050854ea249e3e4c447c54ffa7c319f4ca04c81b1843d 3,973 1.00/1.00 vMB 26
781,824 781,824 000000000000000000021edc520a098d99faebad10b7f4b14a478561839f87e1 2,567 1.00/1.00 vMB 34
781,823 781,823 000000000000000000010dd5df32b4c24222c8fbdd70391026ac8420de61cf9f 2,404 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.