Loading Tool

Explorer IconExplorer

Memory Pool

80,480 transactions
30.17 vMB
0.09075816 BTC
Random Selection Loading Transactions
Max Size: 180.90/200 MB

Candidate Block

Mining Attempt c6bf6e2bd3ae90fe87dfb9b406390b982af4ddb7fe08990a05d5282d6899011e
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1fc24ebd2273f4c413b63c0436df51ce0ba10fcc2d74f10119eac0673703db40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02887592 BTC
Feerates: 301.07 > 2.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (241,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,925 673,925 00000000000000000006fe103d77d52292991f4f5933b3fd25e4be1cab355b94 2,268 1.00/1.00 vMB 59
673,924 673,924 00000000000000000005855a6c05fb018bd974372a780c6b074b1c084715cd2f 1,440 1.00/1.00 vMB 101
673,923 673,923 00000000000000000009f531f496cccde42cef8d03b2ec6dfefd6689e78aa48b 2,150 1.00/1.00 vMB 108
673,922 673,922 00000000000000000001c00d5510678145087e67081d474ef0dee0e2ddbcf230 2,196 1.00/1.00 vMB 54
673,921 673,921 0000000000000000000692e4f01a6538c5fd399d0d75aa063224391ef7a1634e 2,537 1.00/1.00 vMB 62
673,920 673,920 0000000000000000000adc819f42252108433ad7329dd66794ba754922dc9c19 2,605 1.00/1.00 vMB 110
673,919 673,919 000000000000000000028faf18ea606bd431d79ef6ce786a2c31cb36f0b14506 2,127 1.00/1.00 vMB 60
673,918 673,918 00000000000000000004941484187d58bb41291add1e2674f7203f0336cb478d 2,692 1.00/1.00 vMB 76
673,917 673,917 00000000000000000000b015d1bdf6695c8ebfc5a00666b109a1b295aec4c5be 2,586 1.00/1.00 vMB 110
673,916 673,916 00000000000000000001ce5feb1d90d4c23134c415136aea388b5281a9fba8e8 2,078 1.00/1.00 vMB 71
673,915 673,915 00000000000000000008d466ae6bc43ffdca7fd0e5abbf1e7c1cb29befdde1e6 2,890 1.00/1.00 vMB 82
673,914 673,914 0000000000000000000aa0d572157310fd490b5cde7fb2c6044d7d7278dfa067 2,637 1.00/1.00 vMB 65
673,913 673,913 00000000000000000008e6d5146878b2d41630d9a34a8fa6e24bc46f36451fb6 1,530 1.00/1.00 vMB 100
673,912 673,912 00000000000000000006b6dd0ef02fef4390113dcc4cdb32f411b481bf2f849a 1,484 1.00/1.00 vMB 109
673,911 673,911 00000000000000000009c8ca6045738b66fbacb006dd226baebced3b8142a10a 2,539 1.00/1.00 vMB 67
673,910 673,910 000000000000000000009ebdef4f085a14c1edf5de3706f93f0fb386e7e4b44c 2,232 1.00/1.00 vMB 82
673,909 673,909 000000000000000000051001b0722821af9fd1c83b73588d01dc17c48f958d2c 2,498 1.00/1.00 vMB 65
673,908 673,908 0000000000000000000c37bf528c28821b1fb8d4f20dbc3f607bfca4e4bd2603 2,356 1.00/1.00 vMB 75
673,907 673,907 00000000000000000005f6d41322e6cf79be7e0efdcb3bf4659ea51023e2c626 1 0.00/1.00 vMB 0
673,906 673,906 00000000000000000000ff3c958faba8226c4bd8dc29d1022d6416e67c57127e 2,375 1.00/1.00 vMB 65
673,905 673,905 000000000000000000020e9da361999577e1c3f002add3d375fde925be74a8c5 2,184 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.