Loading Tool

Explorer IconExplorer

Memory Pool

65,274 transactions
21.52 vMB
0.07913839 BTC
Random Selection Loading Transactions
Max Size: 134.83/200 MB

Candidate Block

Mining Attempt 002301001c259595290841363be86583a91a39885acc3d4310c1a501b5596393
Version 20000000
Previous Block 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1
Merkle Root d8362b782557e2ece5569ab931461262330453abafd954008477594677dd6568
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,704
Size: 1.00 vMB
Total Fees: 0.02256736 BTC
Feerates: 326.25 > 2.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,752 (914,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,027 1,027 00000000445badc24fc82d137c552d7f013d0d0f55be4dac1dc61b92e4a27a40 1 0.00/1.00 vMB 0
1,026 1,026 00000000425a4ad21d99ec0a32e1a5b5d0db2229c37ad433f8976db6c4397a66 1 0.00/1.00 vMB 0
1,025 1,025 000000001546f288e1540d55b0a6b70f86c3fe0b29ca39ec7878c41f1f16ec5d 1 0.00/1.00 vMB 0
1,024 1,024 00000000edfa5bfffd21cc8ce76e46b79dc00196e61cdc62fd595316136f8a83 1 0.00/1.00 vMB 0
1,023 1,023 00000000e8817bc0ab40272591666f084b92130eee0e5172c04512dd6409fcb7 1 0.00/1.00 vMB 0
1,022 1,022 00000000e677056d42005209b140b3ff81d64dc757ad4fc30ad6776a289fbdb7 1 0.00/1.00 vMB 0
1,021 1,021 00000000888fa29c0d536dd58236724bc0dc115120dab4bfc529ffea1cb680fc 1 0.00/1.00 vMB 0
1,020 1,020 00000000aea3469718b670a4f3e86f5d5c10d58ce6c92e2fbd1b0f0a9317b5a2 1 0.00/1.00 vMB 0
1,019 1,019 0000000041d393d6c69950c23ed5d3e349c76c65db6e468537a5f3e7762036e7 1 0.00/1.00 vMB 0
1,018 1,018 00000000cc989013d30098040630e0ba11e506d9a7d3463308aa39bb5fb58063 1 0.00/1.00 vMB 0
1,017 1,017 0000000084fbcc1de75dba046dd98e5d1310e898923c85da165452da9df3ce1c 1 0.00/1.00 vMB 0
1,016 1,016 0000000020f9cc70a8d53e37951c3bfa56a3d8b50a95d724e36e2e2f916a0ff0 1 0.00/1.00 vMB 0
1,015 1,015 0000000071ee64ac3fc9735b74d39618b38c1225723a98bdbdbe83c010069632 1 0.00/1.00 vMB 0
1,014 1,014 00000000d2fb950a997c3a5f555ae3485293dc972bb2baa396283006fe3230dd 1 0.00/1.00 vMB 0
1,013 1,013 00000000f9c20fdda7029f3d5eda156b6b7d4d2b3b8b850b9dea839483e145b6 1 0.00/1.00 vMB 0
1,012 1,012 000000002048a8c44e5fcc9b0f19b2ed1fe2c63842ef88c9a29f54607087dc32 1 0.00/1.00 vMB 0
1,011 1,011 00000000bbafcd3677dc5f3c713f464996e0253a2457828d3e775c83191abefc 1 0.00/1.00 vMB 0
1,010 1,010 0000000074679515061a7e8272f315ca6735ee18105e3d4e867cbc87988e2759 1 0.00/1.00 vMB 0
1,009 1,009 000000008bb80b928343bc65ea33b2c97b722d7b85f0470d32a7519d2b7e5550 1 0.00/1.00 vMB 0
1,008 1,008 000000005f7e442c07d918a1f2cd4f594f5e1946c22b06ffd7dfe378f59f70e8 1 0.00/1.00 vMB 0
1,007 1,007 0000000037b9be6143407617d34d7dd70a09aeb68e5da5a092bf5d19d7a06da6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.67 GB
    • Received: 21.20 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.