Loading Tool

Explorer IconExplorer

Memory Pool

77,757 transactions
28.89 vMB
0.08471250 BTC
Random Selection Loading Transactions
Max Size: 174.73/200 MB

Candidate Block

Mining Attempt 68f4b3ba4195cebfe3fe96d9dbe3bb35c4f0eeb6e43ab90c2de1d0c050818400
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root b8e533dd0597674ba44dc142d0767643a53941357ee3ec5b403657c9d02dc9e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,532
Size: 1.00 vMB
Total Fees: 0.02455720 BTC
Feerates: 477.45 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (419,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,422 495,422 000000000000000000abaa9550a2000b0999c14bf02cfb577e2619aa9891bffa 2,422 1.00/1.00 vMB 98
495,421 495,421 00000000000000000041db4597e1e31d5ca8b555db894fdbdda458aa2178f4d7 2,254 1.00/1.00 vMB 37
495,420 495,420 00000000000000000009d58a4b0d26faced0f93c0587eadeb717d82baa5a3ea1 2,554 1.00/1.00 vMB 91
495,419 495,419 0000000000000000001593acf80affb501e01a82abcd88d78c7f0cd33f8b8ca9 2,521 1.00/1.00 vMB 162
495,418 495,418 0000000000000000004ce6c850e673456980af640599ccbb380db9c20f6bbc6c 2,254 1.00/1.00 vMB 116
495,417 495,417 0000000000000000001e3c828fb67ba6dd7a081f640b67fb5a775a85c3d32f3a 2,313 1.00/1.00 vMB 241
495,416 495,416 0000000000000000006771992f580d23bed942a66b85828595f719d9a5110273 2,038 1.00/1.00 vMB 286
495,415 495,415 0000000000000000009785aa30e31ecccbae55bda5e833ca7e3f7e31ea95de95 2,120 1.00/1.00 vMB 201
495,414 495,414 000000000000000000c83cb7ef6b5696d9fba173c1269d94e8de0315b9f5d332 2,501 1.00/1.00 vMB 256
495,413 495,413 000000000000000000049f6445693dcfbf4115057a40284676f95e2056148203 2,192 1.00/1.00 vMB 331
495,412 495,412 00000000000000000070d913a4ec75a5c71e2986facd6169aac61bd3bc846308 2,752 1.00/1.00 vMB 90
495,411 495,411 0000000000000000006934001b3f571be9e24ae579ef4181a9bd7bf4fd6f1133 2,460 1.00/1.00 vMB 79
495,410 495,410 000000000000000000ba6fef2a5f0a0f2d0407e9d982b3b9568e70e7f400cf23 2,234 1.00/1.00 vMB 60
495,409 495,409 0000000000000000004f5c1c9882ddd657d91de81eabd5ab35c489efb3825e96 2,501 1.00/1.00 vMB 160
495,408 495,408 000000000000000000ae161a3adb3bd0beaf60919403569bf162ff65639cfcb3 2,111 1.00/1.00 vMB 337
495,407 495,407 000000000000000000b451f070cac7df9420d9c6343ebe4603d8bf0dcadcb042 2,414 1.00/1.00 vMB 227
495,406 495,406 000000000000000000928ec240a513326281482b238b7adba22d254495612291 2,565 1.00/1.00 vMB 160
495,405 495,405 00000000000000000035a6b434483fb6315ede0d1f6535ed3ad6227d65b22d29 2,011 1.00/1.00 vMB 386
495,404 495,404 0000000000000000003fd0236514e3f08cc0c7a409df0df67c040fb1a0547b47 1,937 1.00/1.00 vMB 89
495,403 495,403 0000000000000000007ee97d66fead061d9595b3b7c3113e7d562ddae9788606 1,644 1.00/1.00 vMB 160
495,402 495,402 0000000000000000001090cc2c1a8345dec23c15f62072a712903229a8c77d0a 2,477 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.63 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: 672.16 GB
    • Received: 16.17 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.