Loading Tool

Explorer IconExplorer

Memory Pool

34,719 transactions
25.76 vMB
0.06415642 BTC
Random Selection Loading Transactions
Max Size: 130.75/200 MB

Candidate Block

Mining Attempt 2cc65077bfbe2d340b9d586488e34ed421d574ece48c17f674ce8c7d8530ea91
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root f538ba84b988b9ed5a3b6942c5886ff1b30c1a57bbd09fcd76baae5ed3a614ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.01715800 BTC
Feerates: 101.16 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (556,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,612 358,612 000000000000000000f0a1a581955c95eb6e124194a2848224da3f74aad4beb7 1,180 0.49/1.00 vMB 46
358,611 358,611 000000000000000014d50b53b6d7a6ad128db15dc5ea296fd825046b4bb64f2a 1,905 0.75/1.00 vMB 37
358,610 358,610 000000000000000012cd89fe728bde70dae04917d63eeaf6b98dccca068bae7f 1 0.00/1.00 vMB 0
358,609 358,609 000000000000000005c6111b833d7842bf4af4147455bfc0f0dc8ba5faa4b321 1,730 0.75/1.00 vMB 35
358,608 358,608 00000000000000000399cacc101450f0563814c28f582e23023ad16a8eb1944e 1,817 0.75/1.00 vMB 14
358,607 358,607 00000000000000000664ab0e4664572b8a3c5473544ea70b87f94ff278ae4773 1,687 0.75/1.00 vMB 45
358,606 358,606 000000000000000002cb48fc31d045168d733b78704133fdf3e4f76c23debf61 1,529 0.75/1.00 vMB 29
358,605 358,605 0000000000000000017561fa4f12377916d167d43f98cf20b82976993896f21c 1,228 0.75/1.00 vMB 21
358,604 358,604 00000000000000001486ea9c3ed4844e387aef4078f157386fd0a494d07318a1 2,322 0.90/1.00 vMB 49
358,603 358,603 0000000000000000032b104add5827b171a556124e35a5e345a2d2a59e77dede 1,494 1.00/1.00 vMB 20
358,602 358,602 0000000000000000074ec2294eac514325f43536acfebbfadf1bc17d6c31abea 1,807 0.75/1.00 vMB 44
358,601 358,601 00000000000000000f31829d447ef1b6c9a7deedebc60f13c4d2586db663aaec 1,985 0.75/1.00 vMB 47
358,600 358,600 00000000000000000ea14000a1ccd304854e279408608a0ca1b8de685e1ae06e 1,643 0.75/1.00 vMB 39
358,599 358,599 000000000000000015d950b26ea265f4c401efec3f1e031f06ead0e16bcd87bd 1,800 0.75/1.00 vMB 34
358,598 358,598 0000000000000000032a534478e61d8b78b308f08ef77c6f8d0874f32bafc6a2 2,091 1.00/1.00 vMB 24
358,597 358,597 00000000000000000b8091d3f574fcd87620d3b9bca29b88933f07cad22c33bb 2,280 0.75/1.00 vMB 52
358,596 358,596 00000000000000000f373635b5e3320b25f37517e021b25df6935a9671128010 2,458 0.75/1.00 vMB 54
358,595 358,595 00000000000000000bf7353e7cb4b072482d816317be73670ffee02cb31ad517 875 0.45/1.00 vMB 23
358,594 358,594 00000000000000000884b95a2a1364528e250e4b7d1c886d250b46e5f73065f6 1,715 0.75/1.00 vMB 52
358,593 358,593 000000000000000013c449c2e0923dd94143ba64a86a54564fd0313bb93d4c3b 324 0.14/1.00 vMB 36
358,592 358,592 000000000000000013e8e7d1f643c1c2539389c6c745609776c49291ff046cde 715 0.40/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.