Loading Tool

Explorer IconExplorer

Memory Pool

41,457 transactions
28.97 vMB
0.08224557 BTC
Random Selection Loading Transactions
Max Size: 147.68/200 MB

Candidate Block

Mining Attempt 17c85335406ddf68c0877d074ef7517c18ab8686e27de62d7cd7f91c10388093
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 30b7a8dbc2b04ff21d894c75151c48b6fe186cbfa4a7e0c00749915d47f6b796
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02566023 BTC
Feerates: 150.93 > 2.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (735,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,530 179,530 000000000000039932d37cc6db2cdce5f6b703f662123f33b845f40f3efd7acb 156 0.05/1.00 vMB 131
179,529 179,529 000000000000061a723245cad437b4e01400a664264a4624db4f9b06f8a6dcda 227 0.09/1.00 vMB 460
179,528 179,528 00000000000003b13929c2153510b7cd1c47538a3c4c9e6c0869209a25e6502a 93 0.04/1.00 vMB 149
179,527 179,527 00000000000006ffb6fcbcca89315ff2933584b778dd9177428b5c76ba784c64 15 0.01/1.00 vMB 179
179,526 179,526 00000000000000d6b4a277eb0e40ae33c8c29f34c2efee0d020164adfaeb7bc4 68 0.03/1.00 vMB 221
179,525 179,525 00000000000009136fd86a6c78c572024067ea9534809f81eb1783b1dc1ae743 80 0.04/1.00 vMB 127
179,524 179,524 000000000000055d08ce2b10aa5ebb28106ed8245e41d6efa2ee2fb1ece35b74 39 0.01/1.00 vMB 118
179,523 179,523 00000000000004bb238f40da4d8d0e77b80d544b5c9dc51995185a27a6a6c4fe 223 0.09/1.00 vMB 184
179,522 179,522 0000000000000183b92ef5636df9f450b9e5cc9dc90e506d910c87b03d76aa88 9 0.00/1.00 vMB 0
179,521 179,521 000000000000021bb158bb24246509cfc8aa5db1a82cee6b62dd97a300bc3d6a 164 0.11/1.00 vMB 82
179,520 179,520 000000000000083210be4a6c52db3e03b235f3d706238065416ae5f1ce949986 8 0.00/1.00 vMB 120
179,519 179,519 0000000000000534b407ae7280eea7c252231bdbb1d729293d97b8d61e52d16b 9 0.00/1.00 vMB 10
179,518 179,518 0000000000000046cd5130307dd4d01ad860d42e69b3f53285dbaf27d99c3ef1 39 0.02/1.00 vMB 188
179,517 179,517 0000000000000695325a214a3ee1b3b7281ed7837e76642c0902022155afbc35 135 0.05/1.00 vMB 106
179,516 179,516 00000000000000dae2464c1a59683fe379b8ca3a06719a2f18fdaebc1baadb7b 2 0.00/1.00 vMB 0
179,515 179,515 0000000000000250d2e906957707bdb1e70d9705c19e6e7130b07879a7005bf2 12 0.01/1.00 vMB 78
179,514 179,514 00000000000001f8793a8ca97eab6f3d59d6d3438c22ee160d26fe4304f10089 9 0.00/1.00 vMB 50
179,513 179,513 00000000000006e6055865d7e2045809f472066bf05ad566fcf42065aac607ba 6 0.00/1.00 vMB 126
179,512 179,512 00000000000008848b86fa00f65959f8c7dae657e4ca1626a24283614c1eb0c9 80 0.03/1.00 vMB 179
179,511 179,511 00000000000007f1ea5059c91c28e670abc5d5c5b0b1d6937b2e6935e3dc26df 172 0.08/1.00 vMB 150
179,510 179,510 0000000000000350424a9b6e4ac2616a03d91570461e79235b2721c2f9d440c1 123 0.04/1.00 vMB 222
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.16 GB
    • Received: 11.87 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.