Loading Tool

Explorer IconExplorer

Memory Pool

40,091 transactions
28.12 vMB
0.06621144 BTC
Random Selection Loading Transactions
Max Size: 143.30/200 MB

Candidate Block

Mining Attempt 04732c19fb7eafccd52b2be4db1d568f764e6cd7bbcf272bc8a216291add54c9
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root b2bf998b7a6ffcc6a93beee961726f0d0861ffbd03aa19f9141392ed246439d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,569
Size: 1.00 vMB
Total Fees: 0.01215727 BTC
Feerates: 60.16 > 1.22 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (495,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,321 419,321 0000000000000000040e15202de913b6928f7c2bd77533254134bc5c9c55aeca 728 1.00/1.00 vMB 31
419,320 419,320 0000000000000000014127f571f6ee8bdf7192574e6857998fd3caab66de9f0a 152 0.97/1.00 vMB 11
419,319 419,319 000000000000000002307e570ea3f23fe4c62f20f1f5d9cf9323629c6f2a16eb 1,358 0.99/1.00 vMB 48
419,318 419,318 0000000000000000029feec8a4e7414afcb04489fb5c93532d413ce224114cf5 579 1.00/1.00 vMB 13
419,317 419,317 0000000000000000050aa12eb33f6f3cc0521dbd3210770a16457bcb55c2de58 2,617 1.00/1.00 vMB 68
419,316 419,316 0000000000000000015fe16a967fa29e6d45f13022680ca0d7608dc87a26542d 2,234 0.97/1.00 vMB 67
419,315 419,315 0000000000000000053640fc76f964f3dc5b856b44ef9602a4cf183d2828d5ec 1,875 0.77/1.00 vMB 66
419,314 419,314 0000000000000000013085e761e96bf20849d6b88cbffceab2f5a09e2db490c3 1,049 1.00/1.00 vMB 29
419,313 419,313 0000000000000000005c1e5cfedff29e8b7371db7fe2590dae98ed4376f37dde 2,433 0.90/1.00 vMB 71
419,312 419,312 00000000000000000257a77e69b70edba70baa4a0d7b53eb1d740671238b256d 2,666 1.00/1.00 vMB 59
419,311 419,311 000000000000000005291b8c3f10407feaf44160833d87b9bcba9d9fdc5ce7f3 1,363 0.55/1.00 vMB 72
419,310 419,310 000000000000000000491e3218efca751653bfe40f0b411e148a179a37a57579 1,455 0.98/1.00 vMB 49
419,309 419,309 00000000000000000459303eb0ca05f49e0fc31817b1400703487ed16851e148 1,742 0.67/1.00 vMB 71
419,308 419,308 0000000000000000051645024976553ca02cf7c4e09cab4b9681ceef943f8531 209 0.10/1.00 vMB 44
419,307 419,307 00000000000000000215eaa7ba9b58031e3f1a8f178ebc1c3569f97cd01b6448 1,751 0.90/1.00 vMB 52
419,306 419,306 0000000000000000009c4f3343c2de7da0adf638515c7b32ac1101f731ef0563 948 1.00/1.00 vMB 34
419,305 419,305 000000000000000004029e397b97bda3af55dc960fa34a1d5f1f9e0ecdd27728 2,229 1.00/1.00 vMB 47
419,304 419,304 000000000000000003494047a7ab12906f75d4e177814d3c45702238299aebd4 3,282 1.00/1.00 vMB 89
419,303 419,303 0000000000000000026ea3e4cb80d1dac43e6d9c1ff76fc82dd8ede0f65eae1e 1 0.00/1.00 vMB 0
419,302 419,302 000000000000000002f990bcfdd1fcef276e8127310cdf32278be7b359a82c39 2,050 0.97/1.00 vMB 51
419,301 419,301 00000000000000000439f1be6728e05d6c4d41dc803f6ab9ce8cab8ed161545d 1,564 0.99/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 781.73 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: 630.32 GB
    • Received: 12.01 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.