Loading Tool

Explorer IconExplorer

Memory Pool

44,415 transactions
28.19 vMB
0.09099263 BTC
Random Selection Loading Transactions
Max Size: 147.26/200 MB

Candidate Block

Mining Attempt 4f3864cbb5a282ad185b12b008a6a3d9b526ed26fc307c181f13a2260f650518
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 6fdb5de35cea359953688c9d0c69d08f7f33a8e1e768457c5e4f034c1393066c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.02043534 BTC
Feerates: 40.21 > 2.05 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (415,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,255 499,255 000000000000000000457b0d40ef03fd2881b04497302d2752ce453b44b10497 2,146 1.00/1.00 vMB 427
499,254 499,254 00000000000000000091540d877437cd5d9b8e5b02c04ed2d33dddaab18429b3 3,075 1.00/1.00 vMB 321
499,253 499,253 0000000000000000004935c7658c5ba8b81c944c282df36ef96c4e8af73b67f6 2,600 1.00/1.00 vMB 352
499,252 499,252 0000000000000000003b1a7c7e2afb85985fd80e0fd0ff59471fe8aec127287c 2,682 1.00/1.00 vMB 367
499,251 499,251 0000000000000000003d25729cd6bdb7fd485d88ae8ff11fed742f5cecc66897 2,543 1.00/1.00 vMB 400
499,250 499,250 0000000000000000009a9e5093b55d124325cacc3308b1016fbad2283aeeff55 2,486 1.00/1.00 vMB 289
499,249 499,249 0000000000000000007f1972aaefe35e4b5928a16c02fe6c947b9856e33b9db4 2,545 1.00/1.00 vMB 431
499,248 499,248 00000000000000000065ef01294c5d535b6bca0e5ebb8c55a3f0c4efc01c7576 2,528 1.00/1.00 vMB 406
499,247 499,247 0000000000000000006af2f486510b8563e260eba6d1bec7986dfe861127ca49 2,684 1.00/1.00 vMB 397
499,246 499,246 00000000000000000098a194b882bf716aede409ca00dc74ee27d3d210866dec 3,250 1.00/1.00 vMB 392
499,245 499,245 00000000000000000035d7314330aad8027e4a8d20e96b0249ed33c33b9d2501 1,651 1.00/1.00 vMB 467
499,244 499,244 000000000000000000a58352e629660e445df87071bad215b93932f532c37cfd 2,481 1.00/1.00 vMB 247
499,243 499,243 000000000000000000b04b302f214a907eb6f22c5b987cf87eb86ae495309cb0 1,307 1.00/1.00 vMB 155
499,242 499,242 00000000000000000010ca860b48ae2f862b1903a092a4fa1e94e6f053bb433b 2,061 1.00/1.00 vMB 232
499,241 499,241 00000000000000000068271cffbbc743f01a4db7cf84cbd34dc28198dff05b50 2,506 0.97/1.00 vMB 399
499,240 499,240 0000000000000000001c20dddd115774793b2e8f2091dd4810049a964b12fe98 1,061 1.00/1.00 vMB 231
499,239 499,239 0000000000000000006d5172d547b7731c1c69c0ef75901dbc04110f4728f1e3 2,500 1.00/1.00 vMB 333
499,238 499,238 00000000000000000030c3b7124f3f9c99d09e21711363c7a4b9cae5d844ab3d 2,471 1.00/1.00 vMB 192
499,237 499,237 000000000000000000a60a18dfe5444440282407ad50db7fd8247addb6284e5e 2,182 1.00/1.00 vMB 369
499,236 499,236 0000000000000000005f7ad920b257dfc12dbcc51c736e6369a349aba73c1adf 2,753 1.00/1.00 vMB 321
499,235 499,235 000000000000000000a7fff7de93b49757943c061490a79201cee20ea9bee9fc 2,554 1.00/1.00 vMB 383
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.