Loading Tool

Explorer IconExplorer

Memory Pool

80,207 transactions
29.62 vMB
0.11241834 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt a4c5ec8b6eabc9ef62ae9834f95ca7bc2eaa2c6dd937e7a59e09a0f4e9a71318
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 88f6bd1c3bfcd4dde51f9aa8bb88bd0f1ddd1b833188f1e6c7fa50e738880d7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04602082 BTC
Feerates: 477.45 > 4.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (419,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,425 495,425 0000000000000000009a2e9d19996cfd278d3057091518372abad3718e9dfb4a 2,037 1.00/1.00 vMB 76
495,424 495,424 00000000000000000048bc8fc126f8f49cade1a5a89cdccfff5ce79e6f23e91d 2,523 1.00/1.00 vMB 195
495,423 495,423 00000000000000000094cb02fa733ac9ffc16a0f0fc436478cbe9ba91775f339 2,450 1.00/1.00 vMB 40
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
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.17 GB
    • Received: 16.18 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.